org.apache.hadoop.hive.ql.exec
Class WindowFunctionInfo

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.WindowFunctionInfo
All Implemented Interfaces:
CommonFunctionInfo

public class WindowFunctionInfo
extends Object
implements CommonFunctionInfo


Method Summary
 FunctionInfo getfInfo()
           
 Class<?> getFunctionClass()
           
 boolean isImpliesOrder()
           
 boolean isPivotResult()
           
 boolean isSupportsWindow()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isSupportsWindow

public boolean isSupportsWindow()

isPivotResult

public boolean isPivotResult()

isImpliesOrder

public boolean isImpliesOrder()

getfInfo

public FunctionInfo getfInfo()

getFunctionClass

public Class<?> getFunctionClass()
Specified by:
getFunctionClass in interface CommonFunctionInfo


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