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
argTypes, equals, getFunctions, hashCode, hasReferenceTo, name, returnType, testAssignment, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
newAggregate
argTypes, getFunctions, 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 © 2015 The Apache Software Foundation