Expand description
Serialization / Deserialization to Bytes
Traits§
- Serializeable
- Encodes something (such as
Expr) to/from a stream of bytes.
Functions§
- logical_
plan_ from_ bytes - Deserialize a LogicalPlan from bytes
- logical_
plan_ from_ bytes_ with_ extension_ codec - Deserialize a LogicalPlan from bytes
- logical_
plan_ from_ json json - Deserialize a LogicalPlan from JSON
- logical_
plan_ from_ json_ with_ extension_ codec json - Deserialize a LogicalPlan from JSON
- logical_
plan_ to_ bytes - Serialize a LogicalPlan as bytes
- logical_
plan_ to_ bytes_ with_ extension_ codec - Serialize a LogicalPlan as bytes, using the provided extension codec
- logical_
plan_ to_ json json - Serialize a LogicalPlan as JSON
- logical_
plan_ to_ json_ with_ extension_ codec json - Serialize a LogicalPlan as JSON using the provided extension codec
- physical_
plan_ from_ bytes - Deserialize a PhysicalPlan from bytes
- physical_
plan_ from_ bytes_ with_ extension_ codec - Deserialize a PhysicalPlan from bytes
- physical_
plan_ from_ json json - Deserialize a PhysicalPlan from JSON
- physical_
plan_ to_ bytes - Serialize a PhysicalPlan as bytes
- physical_
plan_ to_ bytes_ with_ extension_ codec - Serialize a PhysicalPlan as bytes, using the provided extension codec
- physical_
plan_ to_ json json - Serialize a PhysicalPlan as JSON