public static class LineageInfo.Dependency
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Dependency() |
Modifier and Type | Method and Description |
---|---|
java.util.List<LineageInfo.BaseColumnInfo> |
getBaseCols() |
java.lang.String |
getExpr() |
LineageInfo.DependencyType |
getType() |
void |
setBaseCols(java.util.List<LineageInfo.BaseColumnInfo> baseCols) |
void |
setExpr(java.lang.String expr) |
void |
setType(LineageInfo.DependencyType type) |
public LineageInfo.DependencyType getType()
public void setType(LineageInfo.DependencyType type)
type
- the type to setpublic java.lang.String getExpr()
public void setExpr(java.lang.String expr)
expr
- the expr to setpublic java.util.List<LineageInfo.BaseColumnInfo> getBaseCols()
public void setBaseCols(java.util.List<LineageInfo.BaseColumnInfo> baseCols)
baseCols
- the baseCols to setCopyright © 2012 The Apache Software Foundation