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