public abstract class NativeAggregateFunction extends NativeFunction implements AggregateFunction
AggregateFunction
native classes.AggregateFunction.Aggregate
AssignmentTestable.TestResult
argTypes, name, returnType
Modifier | Constructor and Description |
---|---|
protected |
NativeAggregateFunction(java.lang.String name,
AbstractType<?> returnType,
AbstractType<?>... argTypes) |
Modifier and Type | Method and Description |
---|---|
boolean |
isAggregate()
Checks whether the function is an aggregate function or not.
|
isNative
addFunctionsTo, argTypes, columnName, equals, hashCode, hasReferenceTo, name, returnType, testAssignment, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
newAggregate
addFunctionsTo, argTypes, columnName, hasReferenceTo, isNative, name, returnType
testAssignment
protected NativeAggregateFunction(java.lang.String name, AbstractType<?> returnType, AbstractType<?>... argTypes)
public final boolean isAggregate()
Function
isAggregate
in interface Function
true
if the function is an aggregate function, false
otherwise.Copyright © 2009- The Apache Software Foundation