Skip to main content

Module range_read

Module range_read 

Source
Expand description

Fenced, range-bounded table scans for distributed-read workers.

Local SQL retains its historical table-prefix scan entry points. A remote worker must instead carry a StorageRangeConstraint and a transaction opened at the identical cluster-issued ReadAtPoint.

Structs§

RangeBoundedScanIterator
A constrained table iterator which refuses a row that escapes its range.
RangeReadSnapshot
The catalog and storage identities pinned for one range-worker scan.
StorageRangeConstraint
Mandatory storage bounds and immutable fence for one physical range.

Enums§

StorageRangeConstraintError
Validation failure while constructing a mandatory worker constraint.