Skip to content

Commit bf7b813

Browse files
dfa1claude
andcommitted
docs(compatibility): mark vortex.masked encode as shipped
MaskedEncodingEncoder wraps the payload encode in a values + validity pair driven by a NullableData carrier; inner picks Primitive / VarBin / FixedSizeList. The compat table still listed the encode column as ❌ even though the writer module ships the encoder. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 7c0ed06 commit bf7b813

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ resolves only the standalone decoders in `reader`; no encoder class is loaded.
6262
| `vortex.listview` | `ListViewEncodingDecoder` | `ListViewEncodingEncoder` ||| |
6363
| `vortex.fixed_size_list` | `FixedSizeListEncodingDecoder` | `FixedSizeListEncodingEncoder` ||| |
6464
| `vortex.zstd` | `ZstdEncodingDecoder` | `ZstdEncodingEncoder` ||| Primitive, Utf8, Binary |
65-
| `vortex.masked` | `MaskedEncodingDecoder` | `MaskedEncodingEncoder` || | Encode not yet implemented |
65+
| `vortex.masked` | `MaskedEncodingDecoder` | `MaskedEncodingEncoder` || | NullableData carrier; inner picks Primitive / VarBin / FixedSizeList |
6666
| `vortex.decimal` | `DecimalEncodingDecoder` | `DecimalEncodingEncoder` ||| |
6767
| `vortex.decimal_byte_parts` | `DecimalBytePartsEncodingDecoder`| `DecimalBytePartsEncodingEncoder`||| |
6868
| `vortex.datetimeparts` | `DateTimePartsEncodingDecoder` | `DateTimePartsEncodingEncoder` ||| |

0 commit comments

Comments
 (0)