Modules§
- function 🔒
- Signature module contains foundational types that are used to represent signatures, types, and return types of functions. Copied and modified from datafusion.
Structs§
- new Output struct with output data(previously Output) and output meta
- OutputMeta stores meta information produced/generated during the execution
Enums§
- Original Output struct carrying result data to response/client/user interface