Class AbstractFunction
- java.lang.Object
-
- org.dashbuilder.dataset.engine.function.AbstractFunction
-
- All Implemented Interfaces:
org.dashbuilder.dataset.group.AggregateFunction
- Direct Known Subclasses:
CountFunction,DistinctFunction,MaxFunction,MinFunction,SumFunction
public abstract class AbstractFunction extends Object implements org.dashbuilder.dataset.group.AggregateFunction
Base class for the implementation of aggregate functions.
-
-
Field Summary
Fields Modifier and Type Field Description protected intprecission
-
Constructor Summary
Constructors Constructor Description AbstractFunction()
-