Expand description
Client-owned canonical query literals (Flight 3, F3-02).
Query operands are deliberately distinct from generated attribute wrappers: a prefix or range boundary is a valid operand even when it is not itself storable, so no constructor here applies a field’s storage annotations. Invalid grammar, nonfinite doubles, over-limit text, and invalid regex fail at literal construction.
Structs§
- Date
- A canonical date literal.
- Date
Time - A canonical datetime literal.
- Date
Time Tz - A canonical datetime-tz literal.
- Decimal
- A canonical decimal literal.
- Double
- A finite exact-bit double literal; signed zero is preserved.
- Duration
- A canonical duration literal.
- Regex
- A client-owned validated regular expression operand.
- Text
- Bounded canonical text for equality, ordering, and substring operators.