Package com.exedio.cope
Class AverageAggregate
- All Implemented Interfaces:
Selectable<Double>
,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAverageAggregate
(Function<? extends Number> source) Creates a new AverageAggregate. -
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
AverageAggregate
Creates a new AverageAggregate. Instead of using this constructor directly, you may want to use the convenience methods.- See Also:
-
-
Method Details
-
append
Deprecated.For internal use within COPE only. -
appendSelect
Deprecated.For internal use within COPE only.- Specified by:
appendSelect
in interfaceSelectable<Double>
- Overrides:
appendSelect
in classAggregate<Double>
-