Package com.exedio.cope
Class AverageAggregate
- java.lang.Object
-
- com.exedio.cope.Aggregate<Double>
-
- com.exedio.cope.AverageAggregate
-
- All Implemented Interfaces:
Selectable<Double>
,Serializable
public final class AverageAggregate extends Aggregate<Double>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AverageAggregate(Function<? extends Number> source)
Creates a new AverageAggregate.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
append(com.exedio.cope.Statement bf, Join join)
Deprecated.For internal use within COPE only.void
appendSelect(com.exedio.cope.Statement bf, Join join)
Deprecated.For internal use within COPE only.-
Methods inherited from class com.exedio.cope.Aggregate
between, check, equal, equals, getName, getSource, getType, getValueClass, getValueType, greater, greaterOrEqual, hashCode, less, lessOrEqual, notEqual, toString, toString
-
-
-
-
Constructor Detail
-
AverageAggregate
public AverageAggregate(Function<? extends Number> source)
Creates a new AverageAggregate. Instead of using this constructor directly, you may want to use the convenience methods.- See Also:
NumberFunction.average()
-
-
Method Detail
-
append
@Deprecated public void append(com.exedio.cope.Statement bf, Join join)
Deprecated.For internal use within COPE only.
-
appendSelect
@Deprecated public void appendSelect(com.exedio.cope.Statement bf, Join join)
Deprecated.For internal use within COPE only.- Specified by:
appendSelect
in interfaceSelectable<Double>
- Overrides:
appendSelect
in classAggregate<Double>
-
-