org.apache.hadoop.hive.ql.hooks
Class LineageInfo.Dependency
java.lang.Object
org.apache.hadoop.hive.ql.hooks.LineageInfo.Dependency
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- LineageInfo
public static class LineageInfo.Dependency
- extends Object
- implements Serializable
This class tracks the dependency information for the base column.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LineageInfo.Dependency
public LineageInfo.Dependency()
getType
public LineageInfo.DependencyType getType()
- Returns:
- the type
setType
public void setType(LineageInfo.DependencyType type)
- Parameters:
type
- the type to set
getExpr
public String getExpr()
- Returns:
- the expr
setExpr
public void setExpr(String expr)
- Parameters:
expr
- the expr to set
getBaseCols
public List<LineageInfo.BaseColumnInfo> getBaseCols()
- Returns:
- the baseCols
setBaseCols
public void setBaseCols(List<LineageInfo.BaseColumnInfo> baseCols)
- Parameters:
baseCols
- the baseCols to set
Copyright © 2013 The Apache Software Foundation