Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/user_guide/data_types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ and `Arrow DataTypes <https://arrow.apache.org/docs/format/Columnar.html#data-ty
* - ``BINARY``

``BINARY(n)``
- Binary
- Not Supported
- Data type of a fixed-length binary string (=a sequence of bytes).

The type can be declared using ``BINARY(n)`` where n is the number of
Expand Down
Loading