Expand description
Contains ArrayData
, a generic representation of Arrow array data which encapsulates
common attributes and operations for Arrow array.
Structsยง
- A generic representation of Arrow array data which encapsulates common attributes and operations for Arrow array.
- Builder for
ArrayData
type - Layout specification for a data type
Enumsยง
- Layout specification for a single data type buffer
Functionsยง
- contains_
nulls ๐ - count_
nulls ๐ - Return the expected
DataTypeLayout
Arrays of this data type are expected to have - new_
buffers ๐creates 2 [MutableBuffer
]s with a givencapacity
(in slots).
Type Aliasesยง
- A thread-safe, shared reference to the Arrow array data.