org.apache.hadoop.hive.ql.plan
Class PTFDesc.WindowTableFunctionDef
java.lang.Object
org.apache.hadoop.hive.ql.plan.PTFDesc.PTFInputDef
org.apache.hadoop.hive.ql.plan.PTFDesc.PartitionedTableFunctionDef
org.apache.hadoop.hive.ql.plan.PTFDesc.WindowTableFunctionDef
- Enclosing class:
- PTFDesc
public static class PTFDesc.WindowTableFunctionDef
- extends PTFDesc.PartitionedTableFunctionDef
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PTFDesc.WindowTableFunctionDef
public PTFDesc.WindowTableFunctionDef()
getWindowFunctions
public ArrayList<PTFDesc.WindowFunctionDef> getWindowFunctions()
setWindowFunctions
public void setWindowFunctions(ArrayList<PTFDesc.WindowFunctionDef> windowFunctions)
Copyright © 2012 The Apache Software Foundation