public class BulkFormatMapping extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BulkFormatMapping.BulkFormatMappingBuilder
Builder for
BulkFormatMapping . |
Constructor and Description |
---|
BulkFormatMapping(int[] indexMapping,
CastFieldGetter[] castMapping,
Pair<int[],RowType> partitionPair,
FormatReaderFactory bulkFormat,
TableSchema dataSchema,
List<Predicate> dataFilters) |
Modifier and Type | Method and Description |
---|---|
CastFieldGetter[] |
getCastMapping() |
List<Predicate> |
getDataFilters() |
TableSchema |
getDataSchema() |
int[] |
getIndexMapping() |
Pair<int[],RowType> |
getPartitionPair() |
FormatReaderFactory |
getReaderFactory() |
public BulkFormatMapping(@Nullable int[] indexMapping, @Nullable CastFieldGetter[] castMapping, @Nullable Pair<int[],RowType> partitionPair, FormatReaderFactory bulkFormat, TableSchema dataSchema, List<Predicate> dataFilters)
@Nullable public int[] getIndexMapping()
@Nullable public CastFieldGetter[] getCastMapping()
public FormatReaderFactory getReaderFactory()
public TableSchema getDataSchema()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.