Module session

Source

Modules§

current πŸ”’
cursor_manager πŸ”’
transaction πŸ”’

Structs§

AuthContext
FrontendEnv πŸ”’
The global environment for the frontend server.
SessionImpl
SessionManagerImpl
TemporarySourceManager
If TEMPORARY or TEMP is specified, the source is created as a temporary source. Temporary sources are automatically dropped at the end of a session Temporary sources are expected to be selected by batch queries, not streaming queries. Temporary sources currently are only used by cloud portal to preview the data during table and source creation, so it is a internal feature and not exposed to users. The current PR supports temporary source with minimum effort, so we don’t care about the database name and schema name, but only care about the source name. Temporary sources can only be shown via show sources command but not other system tables.

Enums§

CheckRelationError

Constants§

FRONTEND_BATCH_MEMORY_PROPORTION πŸ”’
The proportion of frontend memory used for batch processing.

Statics§

SESSION_MANAGER

Functions§

infer πŸ”’
Returns row description of the statement

Type Aliases§

SessionMapRef
Session map identified by (process_id, secret_key)