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

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.ptf.PTFInputDef
      extended by org.apache.hadoop.hive.ql.plan.ptf.PTFQueryInputDef

public class PTFQueryInputDef
extends PTFInputDef


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

Constructor Detail

PTFQueryInputDef

public 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 PTFInputDef getInput()
Specified by:
getInput in class PTFInputDef


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