Package | Description |
---|---|
org.apache.paimon.schema |
Modifier and Type | Method and Description |
---|---|
static IndexCastMapping |
SchemaEvolutionUtil.createIndexCastMapping(int[] tableProjection,
List<DataField> tableFields,
int[] dataProjection,
List<DataField> dataFields)
Create index mapping from table projection to underlying data projection.
|
static IndexCastMapping |
SchemaEvolutionUtil.createIndexCastMapping(int[] tableProjection,
List<DataField> tableKeyFields,
List<DataField> tableValueFields,
int[] dataProjection,
List<DataField> dataKeyFields,
List<DataField> dataValueFields)
Create index mapping from table projection to data with key and value fields.
|
static IndexCastMapping |
SchemaEvolutionUtil.createIndexCastMapping(List<DataField> tableFields,
List<DataField> dataFields)
Create index mapping from table fields to underlying data fields.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.