Functionsยง
- deserialize
- Reads the file at
pathand 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.