Skip to content

Commit 422289a

Browse files
dfa1claude
andcommitted
docs: fix ENCODINGS.md — NullEncoding and SequenceEncoding encode are stubs
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2bf2935 commit 422289a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ENCODINGS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
| `vortex.dict` | `DictEncoding` |||| Primitive (VarBin via dict.vortex blocked by VarBinView) |
1010
| `fastlanes.delta` | `DeltaEncoding` |||| integer PTypes |
1111
| `fastlanes.bitpacked` | `BitpackedEncoding` |||| unsigned integer PTypes |
12-
| `vortex.null` | `NullEncoding` || trivial | no data to store | Null |
12+
| `vortex.null` | `NullEncoding` || ❌ stub | no data to store | Null |
1313
| `vortex.bytebool` | `ByteBoolEncoding` || trivial | `boolean[]` → 1 byte/elem | Bool |
1414
| `vortex.zigzag` | `ZigZagEncoding` || trivial | `(v<<1)^(v>>63)`, delegate | signed integer PTypes |
1515
| `fastlanes.for` | `FrameOfReferenceEncoding` || low | find min, emit deltas child | integer PTypes |
1616
| `vortex.runend` | `RunEndEncoding` || low | scan runs → ends + values arrays | Primitive, Utf8/Binary, Bool |
1717
| `vortex.constant` | `ConstantEncoding` || low | validate uniform, emit `ScalarValue` proto | Primitive, Utf8, Binary, Bool, Null, Decimal, Extension |
1818
| `vortex.sparse` | `SparseEncoding` || medium | collect non-fill indices + values; needs fill-value detection | Primitive |
1919
| `vortex.varbin` | `VarBinEncoding` || medium | offsets buf + bytes buf + `VarBinMetadata` proto | Utf8, Binary |
20-
| `vortex.sequence` | `SequenceEncoding` || medium | detect arithmetic progression (base + i×step) | Primitive |
20+
| `vortex.sequence` | `SequenceEncoding` || ❌ stub | detect arithmetic progression (base + i×step) | Primitive |
2121
| `vortex.struct` | `StructEncoding` || medium | encode each field, emit children | Struct |
2222
| `vortex.ext` | `ExtEncoding` || medium | encode storage dtype, wrap with extension | Extension |
2323
| `vortex.alp` | `AlpEncoding` || hard | ALP float quantization + patch residuals | F64, F32 |

0 commit comments

Comments
 (0)