public class HiveSchema extends Object
Modifier and Type | Method and Description |
---|---|
static HiveSchema |
extract(org.apache.hadoop.conf.Configuration configuration,
Properties properties)
Extract
HiveSchema from Hive serde properties. |
List<String> |
fieldComments() |
List<String> |
fieldNames() |
List<DataField> |
fields() |
List<DataType> |
fieldTypes() |
RowType |
rowType() |
public RowType rowType()
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.