org.apache.hadoop.hive.ql.plan
Class PTFDesc.WindowFunctionDef
java.lang.Object
org.apache.hadoop.hive.ql.plan.PTFDesc.PTFExpressionDef
org.apache.hadoop.hive.ql.plan.PTFDesc.WindowExpressionDef
org.apache.hadoop.hive.ql.plan.PTFDesc.WindowFunctionDef
- Enclosing class:
- PTFDesc
public static class PTFDesc.WindowFunctionDef
- extends PTFDesc.WindowExpressionDef
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PTFDesc.WindowFunctionDef
public PTFDesc.WindowFunctionDef()
getName
public String getName()
setName
public void setName(String name)
isStar
public boolean isStar()
setStar
public void setStar(boolean isStar)
isDistinct
public boolean isDistinct()
setDistinct
public void setDistinct(boolean isDistinct)
getArgs
public ArrayList<PTFDesc.PTFExpressionDef> getArgs()
setArgs
public void setArgs(ArrayList<PTFDesc.PTFExpressionDef> args)
addArg
public void addArg(PTFDesc.PTFExpressionDef arg)
getWindowFrame
public PTFDesc.WindowFrameDef getWindowFrame()
setWindowFrame
public void setWindowFrame(PTFDesc.WindowFrameDef windowFrame)
getWFnEval
public GenericUDAFEvaluator getWFnEval()
setWFnEval
public void setWFnEval(GenericUDAFEvaluator wFnEval)
isPivotResult
public boolean isPivotResult()
setPivotResult
public void setPivotResult(boolean pivotResult)
Copyright © 2012 The Apache Software Foundation