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 datafusion::execution::session_state

source ·
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 on SessionContext for more information.
  • A builder to be used for building SessionState’s. Defaults will be used for all values unless explicitly provided.