pub fn deserialize_expr_proto(
expr: &Expr,
session: &VortexSession,
) -> VortexResult<Expression>👎Deprecated: Use Expression::from_proto instead
Expand description
Deserialize a Expression from the protobuf representation.
pub fn deserialize_expr_proto(
expr: &Expr,
session: &VortexSession,
) -> VortexResult<Expression>Deserialize a Expression from the protobuf representation.