Package | Description |
---|---|
org.apache.paimon.flink |
Modifier and Type | Method and Description |
---|---|
static Projection |
Projection.empty()
Create an empty
Projection , that is a projection that projects no fields, returning
an empty DataType . |
static Projection |
Projection.of(int[] indexes)
Create a
Projection of the provided indexes . |
static Projection |
Projection.of(int[][] indexes)
Create a
Projection of the provided indexes . |
Modifier and Type | Method and Description |
---|---|
static ProjectedRowData |
ProjectedRowData.from(Projection projection)
Create an empty
ProjectedRowData starting from a Projection . |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.