public static class LineageInfo.TableAliasInfo extends Object implements Serializable
| Constructor and Description |
|---|
TableAliasInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAlias() |
org.apache.hadoop.hive.metastore.api.Table |
getTable() |
int |
hashCode() |
void |
setAlias(String alias) |
void |
setTable(org.apache.hadoop.hive.metastore.api.Table table) |
String |
toString() |
public String getAlias()
public void setAlias(String alias)
alias - the alias to setpublic org.apache.hadoop.hive.metastore.api.Table getTable()
public void setTable(org.apache.hadoop.hive.metastore.api.Table table)
table - the table to setCopyright © 2019 The Apache Software Foundation. All Rights Reserved.