Skip to content

Commit 194259d

Browse files
dfa1claude
andcommitted
docs: vortex.flat is a layout id, not an encoding id
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 827b3f9 commit 194259d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Layout tree: `Struct → Zoned(Stats) → Chunked → [Flat, Flat, ...]`
120120
- **Flat** single encoded segment · **Chunked** sequence of Flats · **Struct** one child/column
121121
- **Zoned** (`vortex.stats`) wraps a child with per-chunk min/max for zone-map pruning
122122

123-
Encoding IDs are strings (`"vortex.flat"`, `"fastlanes.bitpacked"`). `ReadRegistry` maps IDs →
123+
Encoding IDs are strings (`"vortex.primitive"`, `"fastlanes.bitpacked"`). `ReadRegistry` maps IDs →
124124
`EncodingDecoder` via `ServiceLoader`; immutable after construction — register custom decoders on
125125
the builder: `ReadRegistry.builder().registerServiceLoaded().register(myDecoder).build()`.
126126

0 commit comments

Comments
 (0)