Expand description
SessionState
: information required to run queries in a session
Structs§
SessionState
contains all the necessary state to plan and execute queries, such as configuration, functions, and runtime environment. Please see the documentation onSessionContext
for more information.- A builder to be used for building
SessionState
’s. Defaults will be used for all values unless explicitly provided.