Expand description
SessionState: information required to run queries in a session
Structsยง
- Default
Query ๐Planner - The query planner used if no user defined planner is provided
- Prepared
Plan ๐ - Session
Context ๐Provider - Adapter that implements the
ContextProvidertrait for aSessionState - Session
Simplify ๐Provider - Session
State SessionStatecontains all the necessary state to plan and execute queries, such as configuration, functions, and runtime environment. Please see the documentation onSessionContextfor more information.- Session
State Builder - A builder to be used for building
SessionStateโs. Defaults will be used for all values unless explicitly provided.