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

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.PTFDesc.PTFInputDef
      extended by org.apache.hadoop.hive.ql.plan.PTFDesc.PTFQueryInputDef
Enclosing class:
PTFDesc

public static class PTFDesc.PTFQueryInputDef
extends PTFDesc.PTFInputDef


Constructor Summary
PTFDesc.PTFQueryInputDef()
           
 
Method Summary
 String getDestination()
           
 PTFDesc.PTFInputDef getInput()
           
 PTFInvocationSpec.PTFQueryInputType getType()
           
 void setDestination(String destination)
           
 void setType(PTFInvocationSpec.PTFQueryInputType type)
           
 
Methods inherited from class org.apache.hadoop.hive.ql.plan.PTFDesc.PTFInputDef
getAlias, getExpressionTreeString, getOutputShape, setAlias, setExpressionTreeString, setOutputShape
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PTFDesc.PTFQueryInputDef

public PTFDesc.PTFQueryInputDef()
Method Detail

getDestination

public String getDestination()

setDestination

public void setDestination(String destination)

getType

public PTFInvocationSpec.PTFQueryInputType getType()

setType

public void setType(PTFInvocationSpec.PTFQueryInputType type)

getInput

public PTFDesc.PTFInputDef getInput()
Specified by:
getInput in class PTFDesc.PTFInputDef


Copyright © 2012 The Apache Software Foundation