Structs§
- Runtime options for a SessionContext
PySQLOptions
allows you to specify options to the sql execution.- Configuration options for a SessionContext
PySessionContext
is able to plan and execute DataFusion plans. It has a powerful optimizer, a physical planner for local execution, and a multi-threaded execution engine to perform the execution.