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

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

public class WindowTableFunctionDef
extends PartitionedTableFunctionDef


Constructor Summary
WindowTableFunctionDef()
           
 
Method Summary
 List<WindowFunctionDef> getWindowFunctions()
           
 void setWindowFunctions(List<WindowFunctionDef> windowFunctions)
           
 
Methods inherited from class org.apache.hadoop.hive.ql.plan.ptf.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.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

WindowTableFunctionDef

public WindowTableFunctionDef()
Method Detail

getWindowFunctions

public List<WindowFunctionDef> getWindowFunctions()

setWindowFunctions

public void setWindowFunctions(List<WindowFunctionDef> windowFunctions)


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