We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0312b4 commit fb48c05Copy full SHA for fb48c05
README.md
@@ -145,9 +145,9 @@ Most of the unsupported types should be pretty straightforward to implement; the
145
### Binary & String
146
147
- [x] Binary
148
-- [x] Large Binary (Not implemented by Arrow JS but supported by downcasting to `Binary`.)
+- [x] Large Binary (Supported natively by Arrow JS as of v15)
149
- [x] String
150
-- [x] Large String (Not implemented by Arrow JS but supported by downcasting to `String`.)
+- [x] Large String (Supported natively by Arrow JS as of v15)
151
- [x] Fixed-width Binary
152
153
### Decimal
0 commit comments