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

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.ptf.PTFInputDef
Direct Known Subclasses:
PartitionedTableFunctionDef, PTFQueryInputDef

public abstract class PTFInputDef
extends Object


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

Constructor Detail

PTFInputDef

public PTFInputDef()
Method Detail

getExpressionTreeString

public String getExpressionTreeString()

setExpressionTreeString

public void setExpressionTreeString(String expressionTreeString)

getOutputShape

public ShapeDetails getOutputShape()

setOutputShape

public void setOutputShape(ShapeDetails outputShape)

getAlias

public String getAlias()

setAlias

public void setAlias(String alias)

getInput

public abstract PTFInputDef getInput()


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