Module bytes

Module bytes 

Source
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_jsonjson
Deserialize a LogicalPlan from JSON
logical_plan_from_json_with_extension_codecjson
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_jsonjson
Serialize a LogicalPlan as JSON
logical_plan_to_json_with_extension_codecjson
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_jsonjson
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_jsonjson
Serialize a PhysicalPlan as JSON