public class HiveSchema extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static HiveSchema |
extract(org.apache.hadoop.conf.Configuration configuration,
Properties properties)
Extract
HiveSchema from Hive serde properties. |
List<String> |
fieldComments() |
List<String> |
fieldNames() |
List<org.apache.paimon.types.DataField> |
fields() |
List<org.apache.paimon.types.DataType> |
fieldTypes() |
org.apache.paimon.types.RowType |
rowType() |
public org.apache.paimon.types.RowType rowType()
public List<org.apache.paimon.types.DataType> fieldTypes()
public List<org.apache.paimon.types.DataField> fields()
public static HiveSchema extract(@Nullable org.apache.hadoop.conf.Configuration configuration, Properties properties)
HiveSchema from Hive serde properties.Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.