Expand description
Contains ArrayData
, a generic representation of Arrow array data which encapsulates
common attributes and operations for Arrow array.
Structsยง
- Array
Data - A generic representation of Arrow array data which encapsulates common attributes and operations for Arrow array.
- Array
Data Builder - Builder for
ArrayData
type - Data
Type Layout - Layout specification for a data type
Enumsยง
- Buffer
Spec - Layout specification for a single data type buffer
Functionsยง
- contains_
nulls ๐ - count_
nulls ๐ - layout
- 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ยง
- Array
Data Ref - A thread-safe, shared reference to the Arrow array data.