Module datafusion_python::context
source · Structs§
- Runtime options for a SessionContext
PySQLOptionsallows you to specify options to the sql execution.- Configuration options for a SessionContext
PySessionContextis 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.