| Package | Description |
|---|---|
| org.apache.paimon.format | |
| org.apache.paimon.io | |
| org.apache.paimon.operation | |
| org.apache.paimon.utils |
| Modifier and Type | Method and Description |
|---|---|
static FileFormatDiscover |
FileFormatDiscover.of(CoreOptions options) |
| Modifier and Type | Method and Description |
|---|---|
static KeyValueFileReaderFactory.Builder |
KeyValueFileReaderFactory.builder(FileIO fileIO,
SchemaManager schemaManager,
TableSchema schema,
RowType keyType,
RowType valueType,
FileFormatDiscover formatDiscover,
FileStorePathFactory pathFactory,
KeyValueFieldsExtractor extractor,
CoreOptions options) |
| Constructor and Description |
|---|
RawFileSplitRead(FileIO fileIO,
SchemaManager schemaManager,
TableSchema schema,
RowType rowType,
FileFormatDiscover formatDiscover,
FileStorePathFactory pathFactory,
boolean fileIndexReadEnabled) |
| Constructor and Description |
|---|
Builder(FileFormatDiscover formatDiscover,
List<DataField> readTableFields,
java.util.function.Function<TableSchema,List<DataField>> fieldsExtractor,
List<Predicate> filters) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.