Module data

Source
Expand description

Contains ArrayData, a generic representation of Arrow array data which encapsulates common attributes and operations for Arrow array.

Structsยง

ArrayData
A generic representation of Arrow array data which encapsulates common attributes and operations for Arrow array.
ArrayDataBuilder
Builder for ArrayData type
DataTypeLayout
Layout specification for a data type

Enumsยง

BufferSpec
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 given capacity (in slots).

Type Aliasesยง

ArrayDataRef
A thread-safe, shared reference to the Arrow array data.