| Package | Description |
|---|---|
| org.apache.flink.table.data.utils |
| 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(RowData row)
Replaces the underlying
RowData backing this ProjectedRowData. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.