Skip to content

Commit

Permalink
Readme type updates for large types (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Jan 31, 2024
1 parent e0312b4 commit fb48c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ Most of the unsupported types should be pretty straightforward to implement; the
### Binary & String

- [x] Binary
- [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)
- [x] String
- [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)
- [x] Fixed-width Binary

### Decimal
Expand Down

0 comments on commit fb48c05

Please sign in to comment.