pub trait ExprSerializeProtoExt {
// Required method
fn serialize_proto(&self) -> VortexResult<Expr>;
}
Required Methods§
Sourcefn serialize_proto(&self) -> VortexResult<Expr>
fn serialize_proto(&self) -> VortexResult<Expr>
Serialize the expression to its protobuf representation.