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

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

public static class PTFDesc.WindowTableFunctionDef
extends PTFDesc.PartitionedTableFunctionDef


Constructor Summary
PTFDesc.WindowTableFunctionDef()
           
 
Method Summary
 ArrayList<PTFDesc.WindowFunctionDef> getWindowFunctions()
           
 void setWindowFunctions(ArrayList<PTFDesc.WindowFunctionDef> windowFunctions)
           
 
Methods inherited from class org.apache.hadoop.hive.ql.plan.PTFDesc.PartitionedTableFunctionDef
addArg, getArgs, getInput, getName, getOrder, getPartition, getRawInputShape, getResolverClassName, getStartOfChain, getTFunction, isCarryForwardNames, isTransformsRawInput, setArgs, setCarryForwardNames, setInput, setName, setOrder, setPartition, setRawInputShape, setResolverClassName, setTFunction, setTransformsRawInput
 
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.WindowTableFunctionDef

public PTFDesc.WindowTableFunctionDef()
Method Detail

getWindowFunctions

public ArrayList<PTFDesc.WindowFunctionDef> getWindowFunctions()

setWindowFunctions

public void setWindowFunctions(ArrayList<PTFDesc.WindowFunctionDef> windowFunctions)


Copyright © 2012 The Apache Software Foundation