Modifier and Type | Method and Description |
---|---|
Optional<SimpleStatsExtractor> |
FileFormat.createStatsExtractor(RowType type,
SimpleColStatsCollector.Factory[] statsCollectors) |
Modifier and Type | Class and Description |
---|---|
class |
AvroSimpleStatsExtractor
SimpleStatsExtractor for avro files. |
Modifier and Type | Method and Description |
---|---|
Optional<SimpleStatsExtractor> |
AvroFileFormat.createStatsExtractor(RowType type,
SimpleColStatsCollector.Factory[] statsCollectors) |
Modifier and Type | Method and Description |
---|---|
Optional<SimpleStatsExtractor> |
OrcFileFormat.createStatsExtractor(RowType type,
SimpleColStatsCollector.Factory[] statsCollectors) |
Modifier and Type | Class and Description |
---|---|
class |
OrcSimpleStatsExtractor
SimpleStatsExtractor for orc files. |
Modifier and Type | Class and Description |
---|---|
class |
ParquetSimpleStatsExtractor
SimpleStatsExtractor for parquet files. |
Modifier and Type | Method and Description |
---|---|
Optional<SimpleStatsExtractor> |
ParquetFileFormat.createStatsExtractor(RowType type,
SimpleColStatsCollector.Factory[] statsCollectors) |
Constructor and Description |
---|
KeyValueDataFileWriter(FileIO fileIO,
FormatWriterFactory factory,
Path path,
java.util.function.Function<KeyValue,InternalRow> converter,
RowType keyType,
RowType valueType,
SimpleStatsExtractor simpleStatsExtractor,
long schemaId,
int level,
String compression,
CoreOptions options,
FileSource fileSource,
FileIndexOptions fileIndexOptions) |
RowDataFileWriter(FileIO fileIO,
FormatWriterFactory factory,
Path path,
RowType writeSchema,
SimpleStatsExtractor simpleStatsExtractor,
long schemaId,
LongCounter seqNumCounter,
String fileCompression,
SimpleColStatsCollector.Factory[] statsCollectors,
FileIndexOptions fileIndexOptions,
FileSource fileSource,
boolean asyncFileWrite,
boolean statsDenseStore) |
StatsCollectingSingleFileWriter(FileIO fileIO,
FormatWriterFactory factory,
Path path,
java.util.function.Function<T,InternalRow> converter,
RowType writeSchema,
SimpleStatsExtractor simpleStatsExtractor,
String compression,
SimpleColStatsCollector.Factory[] statsCollectors,
boolean asyncWrite) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.