public static class LineageInfo.BaseColumnInfo extends Object implements Serializable
| Constructor and Description |
|---|
BaseColumnInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.apache.hadoop.hive.metastore.api.FieldSchema |
getColumn() |
LineageInfo.TableAliasInfo |
getTabAlias() |
int |
hashCode() |
void |
setColumn(org.apache.hadoop.hive.metastore.api.FieldSchema column) |
void |
setTabAlias(LineageInfo.TableAliasInfo tabAlias) |
String |
toString() |
public LineageInfo.TableAliasInfo getTabAlias()
public void setTabAlias(LineageInfo.TableAliasInfo tabAlias)
tabAlias - the tabAlias to setpublic org.apache.hadoop.hive.metastore.api.FieldSchema getColumn()
public void setColumn(org.apache.hadoop.hive.metastore.api.FieldSchema column)
column - the column to setCopyright © 2019 The Apache Software Foundation. All Rights Reserved.