public class HiveColumn extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
columnName |
protected TypeInfo |
columnType |
| Constructor and Description |
|---|
HiveColumn(String columnName,
TypeInfo columnType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnName()
Get the name of the Hive column
|
TypeInfo |
getColumnType()
The Hive type of this column
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.