pyarrow.substrait.deserialize_expressions#

pyarrow.substrait.deserialize_expressions(buf)#

Deserialize an ExtendedExpression Substrait message into a BoundExpressions object

Parameters:
bufBuffer or bytes

The message to deserialize

Returns:
BoundExpressions

The deserialized expressions, their names, and the bound schema