Module parquet::arrow::converter[][src]

Structs

An Arrow Interval converter, which reads the last 8 bytes of a Parquet interval, and interprets it as an i32 value representing the Arrow DayTime value

An Arrow Interval converter, which reads the first 4 bytes of a Parquet interval, and interprets it as an i32 value representing the Arrow YearMonth value

Traits

A converter is used to consume record reader’s content and convert it to arrow primitive array.

Type Definitions