Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::execution::session_state - Rust
[go: Go Back, main page]

Module session_state

Source
Expand description

SessionState: information required to run queries in a session

Structs§

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.