Module arrow2::datatypes[][src]

Expand description

This module contains logical types defined in the Arrow specification:

Structs

A logical DataType and its associated metadata per Arrow specification

An ordered sequence of Field with optional metadata.

Enums

The set of datatypes that are supported by this implementation of Apache Arrow.

YEAR_MONTH or DAY_TIME interval in SQL style.

An absolute length of time in seconds, milliseconds, microseconds or nanoseconds.

Type Definitions