Module arrow_array

Module arrow_array 

Source

Functions§

binary_array_value
Get the binary value at index i for Binary, LargeBinary, or BinaryView arrays.
duration_array_value
Get the [Duration] value at index i of the duration array.
int_array_value_at_index
Get the integer value (i64) at index i for any integer array.
string_array_value
Get the string value at index i for Utf8, LargeUtf8, or Utf8View arrays.
string_array_value_at_index
Get the string value at index i for Utf8, LargeUtf8, or Utf8View arrays.
time_array_value
Get the [Time] value at index i of the time array.
timestamp_array_value
Get the [Timestamp] value at index i of the timestamp array.

Type Aliases§

BinaryArray
BinaryViewArray
LargeBinaryArray
LargeStringArray
MutableBinaryArray
MutableBinaryViewArray
MutableLargeStringArray
MutableStringArray
MutableStringViewArray
StringArray
StringViewArray