@@ -46,9 +46,9 @@ Data Types
4646+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
4747| Float32/64 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
4848+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
49- | Decimal32 | ✓ | | ✓ | | ✓ | | | | ✓ |
49+ | Decimal32 | ✓ | | ✓ | | ✓ | ✓ | | | ✓ |
5050+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
51- | Decimal64 | ✓ | | ✓ | | ✓ | | | | ✓ |
51+ | Decimal64 | ✓ | | ✓ | | ✓ | ✓ | | | ✓ |
5252+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
5353| Decimal128 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | ✓ |
5454+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
@@ -89,9 +89,9 @@ Data Types
8989+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
9090| Large List | ✓ | ✓ | ✓ | | \( 4) | ✓ | ✓ | | ✓ |
9191+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
92- | List View | ✓ | | ✓ | | ✓ | | | | ✓ |
92+ | List View | ✓ | | ✓ | | ✓ | ✓ | | | ✓ |
9393+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
94- | Large List View | ✓ | | ✓ | | | | | | ✓ |
94+ | Large List View | ✓ | | ✓ | | | ✓ | | | ✓ |
9595+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
9696| Struct | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | ✓ |
9797+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
@@ -110,24 +110,24 @@ Data Types
110110+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
111111| Extension | ✓ | ✓ | ✓ | | | ✓ | ✓ | | ✓ |
112112+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
113- | Run-End Encoded | ✓ | | ✓ | | | | | | ✓ |
113+ | Run-End Encoded | ✓ | | ✓ | | | ✓ | | | ✓ |
114114+-------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
115115
116116+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
117117| Canonical | C++ | Java | Go | JavaScript | C# | Rust | Julia | Swift |
118118| Extension types | | | | | | | | |
119119+=======================+=======+=======+=======+============+=======+=======+=======+=======+
120- | Fixed shape tensor | ✓ | | | | | | | |
120+ | Fixed shape tensor | ✓ | | | | | ✓ | | |
121121+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
122- | Variable shape tensor | | | | | | | | |
122+ | Variable shape tensor | | | | | | ✓ | | |
123123+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
124- | JSON | ✓ | | ✓ | | | | | |
124+ | JSON | ✓ | | ✓ | | | ✓ | | |
125125+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
126- | Opaque | ✓ | ✓ | ✓ | | | | | |
126+ | Opaque | ✓ | ✓ | ✓ | | | ✓ | | |
127127+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
128- | UUID | ✓ | | ✓ | | | | | |
128+ | UUID | ✓ | | ✓ | | | ✓ | | |
129129+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
130- | 8-bit Boolean | ✓ | | ✓ | | | | | |
130+ | 8-bit Boolean | ✓ | | ✓ | | | ✓ | | |
131131+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
132132| Parquet Variant | | | ✓ | | | | | |
133133+-----------------------+-------+-------+-------+------------+-------+-------+-------+-------+
@@ -160,9 +160,9 @@ IPC Format
160160+-----------------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
161161| Dictionaries | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | |
162162+-----------------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
163- | Replacement dictionaries | ✓ | ✓ | ✓ | | | | ✓ | | |
163+ | Replacement dictionaries | ✓ | ✓ | ✓ | | | ✓ | ✓ | | |
164164+-----------------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
165- | Delta dictionaries | ✓ (1) | | ✓ (1) | ✓ | ✓ | | ✓ | | |
165+ | Delta dictionaries | ✓ (1) | | ✓ (1) | ✓ | ✓ | ✓ | ✓ | | |
166166+-----------------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
167167| Tensors | ✓ | | | | | | | | |
168168+-----------------------------+-------+-------+-------+----+-------+-------+-------+-------+-----------+
0 commit comments