| 程序包 | 说明 |
|---|---|
| org.apache.paimon.data | |
| org.apache.paimon.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
static GenericRow |
GenericRow.of(Object... values)
Creates an instance of
GenericRow with given field values. |
static GenericRow |
GenericRow.ofKind(RowKind kind,
Object... values)
Creates an instance of
GenericRow with given kind and field values. |
| 限定符和类型 | 方法和说明 |
|---|---|
GenericRow |
RowDataToObjectArrayConverter.toGenericRow(InternalRow rowData) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.