| Package | Description |
|---|---|
| org.apache.paimon.flink |
| Modifier and Type | Method and Description |
|---|---|
static ProjectedRowData |
ProjectedRowData.from(int[] projection)
Create an empty
ProjectedRowData starting from a projection array. |
static ProjectedRowData |
ProjectedRowData.from(int[][] projection)
Like
from(int[]), but throws IllegalArgumentException if the provided projection array contains nested projections, which are not supported by ProjectedRowData. |
static ProjectedRowData |
ProjectedRowData.from(Projection projection)
Create an empty
ProjectedRowData starting from a Projection. |
ProjectedRowData |
ProjectedRowData.replaceRow(org.apache.flink.table.data.RowData row)
Replaces the underlying
RowData backing this ProjectedRowData. |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.