Module datafusion_proto::bytes

source ·
Expand description

Serialization / Deserialization to Bytes

Traits

Encodes something (such as Expr) to/from a stream of bytes.

Functions

Deserialize a LogicalPlan from bytes
Deserialize a LogicalPlan from bytes
Serialize a LogicalPlan as bytes
Serialize a LogicalPlan as bytes, using the provided extension codec
Deserialize a PhysicalPlan from bytes
Deserialize a PhysicalPlan from bytes
Serialize a PhysicalPlan as bytes
Serialize a PhysicalPlan as bytes, using the provided extension codec