| 程序包 | 说明 |
|---|---|
| org.apache.paimon.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
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. |
ProjectedRow |
ProjectedRow.replaceRow(InternalRow row)
Replaces the underlying
InternalRow backing this ProjectedRow. |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.