Module session_state

Module session_state 

Source
Expand description

SessionState: information required to run queries in a session

Structsยง

DefaultQueryPlanner ๐Ÿ”’
The query planner used if no user defined planner is provided
PreparedPlan ๐Ÿ”’
SessionContextProvider ๐Ÿ”’
Adapter that implements the ContextProvider trait for a SessionState
SessionSimplifyProvider ๐Ÿ”’
SessionState
SessionState contains all the necessary state to plan and execute queries, such as configuration, functions, and runtime environment. Please see the documentation on SessionContext for more information.
SessionStateBuilder
A builder to be used for building SessionStateโ€™s. Defaults will be used for all values unless explicitly provided.