Class AggregateFunctionCall

All Implemented Interfaces:
Serializable, Cloneable, AggregateOperator, GraphPatternGroupable, QueryModelNode, ValueExpr, VariableScopeChange

@Experimental public class AggregateFunctionCall extends AbstractAggregateOperator
Custom AggregateOperator function call that can be defined to take an argument and can apply distinct filtering on it.
Author:
Tomas Kovachev t.kovachev1996@gmail.com
See Also: