polars_parquet::arrow

Module write

Source
Expand description

APIs to write to Parquet format.

§Arrow/Parquet Interoperability

As of parquet-format v2.9 there are Arrow DataTypes which do not have a parquet representation. These include but are not limited to:

  • ArrowDataType::Timestamp(TimeUnit::Second, _)
  • ArrowDataType::Int64
  • ArrowDataType::Duration
  • ArrowDataType::Date64
  • ArrowDataType::Time32(TimeUnit::Second)

The use of these arrow types will result in no logical type being stored within a parquet file.

Re-exports§

Structs§

Enums§

Traits§

Functions§