Skip to main content

Module session

Module session 

Source
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§

TypedDataBatchSession
Adapts pages of ordered typed values into timestamp-aligned [DataBatch] chunks.

Constants§

DEFAULT_DATA_BATCH_CHUNK_SIZE

Traits§

DataBatchQuery
Streaming query session that yields ordered [DataBatch] chunks.

Type Aliases§

DataBatchQueryResult