Expand description
Versioned, closed classifier for the v0.8 distributed-read SQL surface.
Classification is intentionally conservative. It records only the public
shape that is eligible for a future normalized wire descriptor; it never
serializes a LogicalPlan or uses a
permissive “is query” predicate.
Structs§
- Remote
Read Catalog V0_ 8 - Closed v0.8 remote-read catalog.
- Remote
Read Coverage Entry - One stable public category row in the v0.8 coverage matrix.
- Remote
Read Descriptor - Bounded descriptor metadata derived from an accepted logical plan.
- Remote
Read Operators - Closed modifiers which a later normalized descriptor must preserve.
- Remote
Read Rejection - Stable explanation for a non-supported remote classification.
Enums§
- Remote
Aggregate - Aggregate identities available to the v0.8 catalog.
- Remote
Read Classification - A complete pre-routing classification for a planned SQL statement.
- Remote
Read Coverage Status - Public support status emitted by the coverage matrix.
- Remote
Read Shape - The closed high-level result shape accepted by the catalog.
Constants§
- REMOTE_
DETERMINISTIC_ SCALAR_ FUNCTIONS - Scalar function identities explicitly admitted to the v0.8 remote catalog. Adding a scalar signature elsewhere does not extend remote support until it is deliberately added here and appears in the public coverage matrix.
- REMOTE_
LOCAL_ ONLY_ SCALAR_ FUNCTIONS - Registered scalar identities intentionally excluded from remote execution.
- REMOTE_
READ_ CATALOG_ VERSION - Version identifier embedded in all accepted remote-read descriptors.
Functions§
- classify
- Classifies a fully planned statement before routing or transport.
- coverage_
entries - Returns every public SQL category from the v0.8 closed catalog.