[][src]Module arrow::datatypes

Defines the data-types of Arrow arrays.

For an overview of the terminology used within the arrow project and more general information regarding data-types and memory layouts see here.

Structs

Field

Contains the meta-data for a single relative type.

Schema

Describes the meta-data of an ordered sequence of relative types.

Enums

DataType

The possible relative types that are supported.

Traits

ArrowPrimitiveType

Trait indicating a primitive fixed-width type (bool, ints and floats).

ToByteSlice

Allows conversion from supported Arrow types to a byte slice.