org.apache.hadoop.hive.ql.plan
Class PTFDesc.PTFInputDef
java.lang.Object
org.apache.hadoop.hive.ql.plan.PTFDesc.PTFInputDef
- Direct Known Subclasses:
- PTFDesc.PartitionedTableFunctionDef, PTFDesc.PTFQueryInputDef
- Enclosing class:
- PTFDesc
public abstract static class PTFDesc.PTFInputDef
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PTFDesc.PTFInputDef
public PTFDesc.PTFInputDef()
getExpressionTreeString
public String getExpressionTreeString()
setExpressionTreeString
public void setExpressionTreeString(String expressionTreeString)
getOutputShape
public PTFDesc.ShapeDetails getOutputShape()
setOutputShape
public void setOutputShape(PTFDesc.ShapeDetails outputShape)
getAlias
public String getAlias()
setAlias
public void setAlias(String alias)
getInput
public abstract PTFDesc.PTFInputDef getInput()
Copyright © 2012 The Apache Software Foundation