Modules§
- alloc
- Defines the low-level
AllocationAPI for shared memory regions - array
- Statically typed implementations of Arrow Arrays
- buffer
- Types of shared memory region
- compute
- Computation kernels on Arrow Arrays
- datatypes
- Defines the logical data types of Arrow arrays.
- error
- Defines
ArrowErrorfor representing failures in various Arrow operations. - ipc
- Support for the Arrow IPC Format
- record_
batch - Contains the
RecordBatchtype and associated traits - row
- tensor
- Arrow Tensor Type, defined in
format/Tensor.fbs. - util
- Utility functions for working with Arrow data
- value
Macros§
- downcast_
dictionary_ array - Downcast an
Arrayto aDictionaryArraybased on itsDataType, accepts a number of subsequent patterns to match the data type - downcast_
primitive_ array - Downcast an
Arrayto aPrimitiveArraybased on itsDataTypeaccepts a number of subsequent patterns to match the data type
Structs§
Enums§
Constants§
- ARROW_
VERSION - Arrow crate version