org.apache.hadoop.hive.ql.hooks
Class LineageInfo.BaseColumnInfo

java.lang.Object
  extended by 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

Constructor Summary
LineageInfo.BaseColumnInfo()
           
 
Method Summary
 org.apache.hadoop.hive.metastore.api.FieldSchema getColumn()
           
 LineageInfo.TableAliasInfo getTabAlias()
           
 void setColumn(org.apache.hadoop.hive.metastore.api.FieldSchema column)
           
 void setTabAlias(LineageInfo.TableAliasInfo tabAlias)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineageInfo.BaseColumnInfo

public LineageInfo.BaseColumnInfo()
Method Detail

getTabAlias

public LineageInfo.TableAliasInfo getTabAlias()
Returns:
the tabAlias

setTabAlias

public void setTabAlias(LineageInfo.TableAliasInfo tabAlias)
Parameters:
tabAlias - the tabAlias to set

getColumn

public org.apache.hadoop.hive.metastore.api.FieldSchema getColumn()
Returns:
the column

setColumn

public void setColumn(org.apache.hadoop.hive.metastore.api.FieldSchema column)
Parameters:
column - the column to set


Copyright © 2014 The Apache Software Foundation. All rights reserved.