org.apache.hadoop.hive.ql.plan
Class PTFDesc.PTFInputDef

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


Constructor Summary
PTFDesc.PTFInputDef()
           
 
Method Summary
 String getAlias()
           
 String getExpressionTreeString()
           
abstract  PTFDesc.PTFInputDef getInput()
           
 PTFDesc.ShapeDetails getOutputShape()
           
 void setAlias(String alias)
           
 void setExpressionTreeString(String expressionTreeString)
           
 void setOutputShape(PTFDesc.ShapeDetails outputShape)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PTFDesc.PTFInputDef

public PTFDesc.PTFInputDef()
Method Detail

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