Expand description
Workspace-wide value system: the Value enum every column carries, the ValueType that classifies
it, and the Constraint family that narrows a type. Variant order is part of the wire format -
adding one is a coordinated change and rearranging existing ones corrupts persisted data.
Modules§
- as_
string - blob
- boolean
- constraint
- container
- date
- datetime
- decimal
- dictionary
- duration
- frame
- identity
- int
- into
- is
- iso
- json
- number
- ordered_
f32 - ordered_
f64 - partition
- percentile
- Owned t-digest state, mirroring the
tdigestcrate (Apache-2.0) so it converts to and fromtdigest::TDigestlosslessly while exposing its centroids, which is what lets it be persisted structurally rather than as an opaque blob.min/maxareOptioninstead ofNaN-on-empty andsum/countareOrderedF64, so the whole type staysEq/Ordand free ofNaN. - row_
number - sumtype
- system_
columns - temporal
- time
- to_
value - try_
from - uint
- uuid
- value_
type