Module parquet::data_type

source ·
Expand description

Data types that connect Parquet physical types with their Rust-specific representations.

Structs§

Enums§

  • Rust representation for Decimal values.

Traits§

  • Converts an instance of data type to a slice of bytes as u8.
  • Contains the Parquet physical type information as well as the Rust primitive type presentation.
  • Converts an slice of a data type to a slice of bytes.