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

java.lang.Object
  extended by org.apache.hadoop.hive.ql.parse.PTFInvocationSpec

public class PTFInvocationSpec
extends Object


Nested Class Summary
static class PTFInvocationSpec.Order
           
static class PTFInvocationSpec.OrderExpression
           
static class PTFInvocationSpec.OrderSpec
           
static class PTFInvocationSpec.PartitionedTableFunctionSpec
           
static class PTFInvocationSpec.PartitionExpression
           
static class PTFInvocationSpec.PartitioningSpec
           
static class PTFInvocationSpec.PartitionSpec
           
static class PTFInvocationSpec.PTFInputSpec
           
static class PTFInvocationSpec.PTFQueryInputSpec
           
static class PTFInvocationSpec.PTFQueryInputType
           
 
Constructor Summary
PTFInvocationSpec()
           
 
Method Summary
 PTFInvocationSpec.PartitionedTableFunctionSpec getFunction()
           
 PTFInvocationSpec.PTFQueryInputSpec getQueryInput()
           
 String getQueryInputName()
           
 PTFInvocationSpec.PartitionedTableFunctionSpec getStartOfChain()
           
 void setFunction(PTFInvocationSpec.PartitionedTableFunctionSpec function)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PTFInvocationSpec

public PTFInvocationSpec()
Method Detail

getFunction

public PTFInvocationSpec.PartitionedTableFunctionSpec getFunction()

setFunction

public void setFunction(PTFInvocationSpec.PartitionedTableFunctionSpec function)

getStartOfChain

public PTFInvocationSpec.PartitionedTableFunctionSpec getStartOfChain()

getQueryInputName

public String getQueryInputName()

getQueryInput

public PTFInvocationSpec.PTFQueryInputSpec getQueryInput()


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