Skip to content

Commit 2289f31

Browse files
authored
GH-47986: [Docs] Update the Rust on implementation status page (#47987)
### Rationale for this change - closes #47986 The Rust implementation has gained many features recently and it would be good to update the status page It turns out the Rust implementation is quite complete now 🎉 We are also consolidating our docs to point here as the canonical source of status. See - apache/arrow-rs#8732 ### What changes are included in this PR? Update the status page https://arrow.apache.org/docs/status.html to reflect the Rust implementation status I will comment inline with doc / code references ### Are these changes tested? ### Are there any user-facing changes? Doc only, no behavior changes * GitHub Issue: #47986
1 parent 65f7787 commit 2289f31

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/source/status.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)