Substrait#
These functions allow you to execute Substrait plans against Arrow data
Query Execution#
| Execute a Substrait plan and read the results as a RecordBatchReader. |
Expression Serialization#
These functions allow for serialization and deserialization of pyarrowcompute expressions.
A collection of named expressions and the schema they are bound to | |
Deserialize an ExtendedExpression Substrait message into a BoundExpressions object | |
| Serialize a collection of expressions into Substrait |
| Serialize a schema into a SubstraitSchema object. |
| Deserialize a |
| A Schema encoded for Substrait usage. |
Utility#
Get a list of Substrait functions that the underlying engine currently supports. |