Expand description
Configuration via WriterProperties
and ReaderProperties
Structs§
- Bloom
Filter Properties - Controls the bloom filter to be computed by the writer.
- Column
Properties 🔒 - Container for column properties that can be changed as part of writer.
- Reader
Properties - Configuration settings for reading parquet files.
- Reader
Properties Builder - Builder for parquet file reader configuration. See example on
ReaderProperties
- Writer
Properties - Configuration settings for writing parquet files.
- Writer
Properties Builder - Builder for
WriterProperties
parquet writer configuration.
Enums§
- Bloom
Filter Position - Where in the file
ArrowWriter
should write Bloom filters - Enabled
Statistics - Controls the level of statistics to be computed by the writer and stored in the parquet file.
- Writer
Version - Parquet writer version.
Constants§
- DEFAULT_
BLOOM_ FILTER_ FPP - Default value for
BloomFilterProperties::fpp
- DEFAULT_
BLOOM_ FILTER_ NDV - Default value for
BloomFilterProperties::ndv
- DEFAULT_
BLOOM_ FILTER_ POSITION - Default value for
WriterProperties::bloom_filter_position
- DEFAULT_
COERCE_ TYPES - Default values for
WriterProperties::coerce_types
- DEFAULT_
COLUMN_ INDEX_ TRUNCATE_ LENGTH - Default value for
WriterProperties::column_index_truncate_length
- DEFAULT_
COMPRESSION - Default value for
WriterProperties::compression
- DEFAULT_
CREATED_ BY - Default value for
WriterProperties::created_by
- DEFAULT_
DATA_ PAGE_ ROW_ COUNT_ LIMIT - Default value for
WriterProperties::data_page_row_count_limit
- DEFAULT_
DICTIONARY_ ENABLED - Default value for
WriterProperties::dictionary_enabled
- DEFAULT_
DICTIONARY_ PAGE_ SIZE_ LIMIT - Default value for
WriterProperties::dictionary_page_size_limit
- DEFAULT_
MAX_ ROW_ GROUP_ SIZE - Default value for
WriterProperties::max_row_group_size
- DEFAULT_
MAX_ STATISTICS_ SIZE Deprecated - Default value for
WriterProperties::max_statistics_size
- DEFAULT_
OFFSET_ INDEX_ DISABLED - Default value for
WriterProperties::offset_index_disabled
- DEFAULT_
PAGE_ SIZE - Default value for
WriterProperties::data_page_size_limit
- DEFAULT_
READ_ 🔒BLOOM_ FILTER - DEFAULT_
STATISTICS_ ENABLED - Default value for
WriterProperties::statistics_enabled
- DEFAULT_
STATISTICS_ TRUNCATE_ LENGTH - Default values for
WriterProperties::statistics_truncate_length
- DEFAULT_
WRITER_ VERSION - Default value for
WriterProperties::writer_version
- DEFAULT_
WRITE_ BATCH_ SIZE - Default value for
WriterProperties::write_batch_size
Type Aliases§
- Reader
Properties Ptr - Reference counted reader properties.
- Writer
Properties Ptr - Reference counted writer properties.