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 pyarrow compute 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 |
Utility#
Get a list of Substrait functions that the underlying engine currently supports. |