Module serializer

Module serializer 

Source

Functionsยง

deserialize
Reads the file at path and deserializes a plan from the bytes.
deserialize_bytes
Deserializes a plan from the bytes.
serialize
Plans a sql and serializes the generated logical plan to bytes. The bytes are then written into a file at path.
serialize_bytes
Plans a sql and serializes the generated logical plan to bytes.