Module arrow::datatypes

source ·
Expand description

Defines the logical data types of Arrow arrays.

The most important things you might be looking for are:

  • Schema to describe a schema.
  • Field to describe one field within a schema.
  • DataType to describe the type of a field.

Structs§

Enums§

  • The set of datatypes that are supported by this implementation of Apache Arrow.
  • YEAR_MONTH, DAY_TIME, MONTH_DAY_NANO interval in SQL style.
  • An absolute length of time in seconds, milliseconds, microseconds or nanoseconds.

Constants§

Traits§

Functions§

Type Aliases§