org.apache.hadoop.hive.ql.parse
Class PTFInvocationSpec.PTFQueryInputSpec

java.lang.Object
  extended by org.apache.hadoop.hive.ql.parse.PTFInvocationSpec.PTFInputSpec
      extended by org.apache.hadoop.hive.ql.parse.PTFInvocationSpec.PTFQueryInputSpec
Enclosing class:
PTFInvocationSpec

public static class PTFInvocationSpec.PTFQueryInputSpec
extends PTFInvocationSpec.PTFInputSpec


Constructor Summary
PTFInvocationSpec.PTFQueryInputSpec()
           
 
Method Summary
 PTFInvocationSpec.PTFInputSpec getInput()
           
 PTFInvocationSpec.PTFQueryInputSpec getQueryInput()
           
 String getQueryInputName()
           
 String getSource()
           
 PTFInvocationSpec.PTFQueryInputType getType()
           
 void setSource(String source)
           
 void setType(PTFInvocationSpec.PTFQueryInputType type)
           
 
Methods inherited from class org.apache.hadoop.hive.ql.parse.PTFInvocationSpec.PTFInputSpec
getAstNode, setAstNode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PTFInvocationSpec.PTFQueryInputSpec

public PTFInvocationSpec.PTFQueryInputSpec()
Method Detail

getSource

public String getSource()

setSource

public void setSource(String source)

getType

public PTFInvocationSpec.PTFQueryInputType getType()

setType

public void setType(PTFInvocationSpec.PTFQueryInputType type)

getInput

public PTFInvocationSpec.PTFInputSpec getInput()
Specified by:
getInput in class PTFInvocationSpec.PTFInputSpec

getQueryInputName

public String getQueryInputName()
Specified by:
getQueryInputName in class PTFInvocationSpec.PTFInputSpec

getQueryInput

public PTFInvocationSpec.PTFQueryInputSpec getQueryInput()
Specified by:
getQueryInput in class PTFInvocationSpec.PTFInputSpec


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