| 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 |
|---|
DataFileRecordReader(FormatReaderFactory readerFactory,
FormatReaderFactory.Context context,
int[] indexMapping,
CastFieldGetter[] castMapping,
PartitionInfo partitionInfo) |
| Modifier and Type | Method and Description |
|---|---|
CastFieldGetter[] |
IndexCastMapping.getCastMapping() |
| Constructor and Description |
|---|
SimpleStatsEvolution(RowType rowType,
int[] indexMapping,
CastFieldGetter[] castFieldGetters) |
| Modifier and Type | Method and Description |
|---|---|
CastFieldGetter[] |
FormatReaderMapping.getCastMapping() |
| Constructor and Description |
|---|
FormatReaderMapping(int[] indexMapping,
CastFieldGetter[] castMapping,
int[] trimmedKeyMapping,
Pair<int[],RowType> partitionPair,
FormatReaderFactory readerFactory,
TableSchema dataSchema,
List<Predicate> dataFilters) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.