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