| Package | Description |
|---|---|
| org.apache.paimon.casting | |
| org.apache.paimon.io | |
| org.apache.paimon.schema | |
| org.apache.paimon.stats | |
| org.apache.paimon.utils |
| Modifier and Type | Method and Description |
|---|---|
static CastedRow |
CastedRow.from(CastFieldGetter[] castMapping)
Create an empty
CastedRow starting from a casting array. |
| Constructor and Description |
|---|
CastedRow(CastFieldGetter[] castMapping) |
| Constructor and Description |
|---|
FileRecordReader(FormatReaderFactory readerFactory,
FormatReaderFactory.Context context,
int[] indexMapping,
CastFieldGetter[] castMapping,
PartitionInfo partitionInfo) |
| Modifier and Type | Method and Description |
|---|---|
CastFieldGetter[] |
IndexCastMapping.getCastMapping() |
| Constructor and Description |
|---|
SimpleStatsConverter(RowType type,
int[] indexMapping,
CastFieldGetter[] castFieldGetters) |
| Modifier and Type | Method and Description |
|---|---|
CastFieldGetter[] |
BulkFormatMapping.getCastMapping() |
| Constructor and Description |
|---|
BulkFormatMapping(int[] indexMapping,
CastFieldGetter[] castMapping,
Pair<int[],RowType> partitionPair,
FormatReaderFactory bulkFormat) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.