Expand description
Query-local transaction and table handles.
Structs§
- Query
Table Handle - Owns the physical table handle and, for an implicit statement, the transaction whose snapshot keeps that handle valid.
- Query
Table Pair Handle
Enums§
Functions§
- begin_
query_ transaction - Begin the statement-local snapshot used by temporal reads.
- open_
query_ source - Open the physical source once while preserving the legacy rule that an explicit transaction owns the snapshot and therefore suppresses AS OF.
- open_
query_ table - Open a table against the explicit transaction snapshot when present, or create one statement-local snapshot otherwise.
- open_
query_ table_ pair - Open two tables from exactly one query snapshot.
- open_
query_ table_ raw - Open a table without translating the storage error. Internal JOIN paths retain their established error contract while sharing snapshot ownership.
- query_
table_ has_ cold_ segments - Metadata-only table probe with query-snapshot semantics.