Structs§
- COLNAME_
CACHE - Global column metadata cache keyed by datasource/generation/query hash.
- Metadata
Cache Key
Functions§
- column_
metadata_ cache_ snapshot - query
- query_
cached - query_
cached_ with_ scope - query_
first_ row - Query first row and map columns into RowData with column names preserved.
- query_
first_ row_ cached - Same as
query_first_rowbut with a shared column-names cache to reduce metadata lookups. - query_
first_ row_ cached_ with_ scope