Expand description
Typed catalog query sessions.
Every typed batch session yields rows in non-decreasing ts_init order. Pages must preserve
that order across the whole source; debug builds assert the invariant for every yielded row.
Structs§
- Typed
Data Batch Session - Adapts pages of ordered typed values into timestamp-aligned [
DataBatch] chunks.
Constants§
Traits§
- Data
Batch Query - Streaming query session that yields ordered [
DataBatch] chunks.