org.apache.hadoop.hive.ql.hooks
Class LineageInfo.TableAliasInfo
java.lang.Object
org.apache.hadoop.hive.ql.hooks.LineageInfo.TableAliasInfo
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- LineageInfo
public static class LineageInfo.TableAliasInfo
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LineageInfo.TableAliasInfo
public LineageInfo.TableAliasInfo()
getAlias
public String getAlias()
- Returns:
- the alias
setAlias
public void setAlias(String alias)
- Parameters:
alias
- the alias to set
getTable
public Table getTable()
- Returns:
- the table
setTable
public void setTable(Table table)
- Parameters:
table
- the table to set
Copyright © 2011 The Apache Software Foundation