org.apache.hadoop.hive.ql.hooks
Class LineageInfo.BaseColumnInfo
java.lang.Object
org.apache.hadoop.hive.ql.hooks.LineageInfo.BaseColumnInfo
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- LineageInfo
public static class LineageInfo.BaseColumnInfo
- extends Object
- implements Serializable
Base Column information.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LineageInfo.BaseColumnInfo
public LineageInfo.BaseColumnInfo()
getTabAlias
public LineageInfo.TableAliasInfo getTabAlias()
- Returns:
- the tabAlias
setTabAlias
public void setTabAlias(LineageInfo.TableAliasInfo tabAlias)
- Parameters:
tabAlias
- the tabAlias to set
getColumn
public FieldSchema getColumn()
- Returns:
- the column
setColumn
public void setColumn(FieldSchema column)
- Parameters:
column
- the column to set
Copyright © 2013 The Apache Software Foundation