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

  • Validates that the specified i256 of value can be properly interpreted as a Decimal256 number with precision precision
  • Validates that the specified i128 value can be properly interpreted as a Decimal number with precision precision

Type Definitions