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