parquet2 0.15.1

Safe implementation of parquet IO.
Documentation

parquet2

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 16 feature flags, 9 of them enabled by default.

default

  • snappy
  • gzip
  • lz4
  • zstd
  • brotli
  • bloom_filter

snappy

  • snap

gzip

  • flate2/rust_backend

lz4

    This feature flag does not enable additional features.

zstd

    This feature flag does not enable additional features.

brotli

    This feature flag does not enable additional features.

bloom_filter

  • xxhash-rust

snap

    This feature flag does not enable additional features.

xxhash-rust

    This feature flag does not enable additional features.

full

  • snappy
  • gzip
  • lz4
  • zstd
  • brotli
  • bloom_filter
  • async

async

  • async-stream
  • futures
  • parquet-format-safe/async

gzip_zlib_ng

  • flate2/zlib-ng

lz4_flex

    This feature flag does not enable additional features.

flate2

    This feature flag does not enable additional features.

async-stream

    This feature flag does not enable additional features.

futures

    This feature flag does not enable additional features.