Class AggregateDataBinarySet
java.lang.Object
org.h2.expression.aggregate.AggregateData
org.h2.expression.aggregate.AggregateDataBinarySet
- Direct Known Subclasses:
AggregateDataCorr, AggregateDataCovar
Aggregate data of binary set functions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) final voidadd(SessionLocal session, Value v) Add a value to this aggregate.(package private) abstract voidadd(SessionLocal session, Value yValue, Value xValue) Methods inherited from class AggregateData
getValue
-
Constructor Details
-
AggregateDataBinarySet
AggregateDataBinarySet()
-
-
Method Details
-
add
-
add
Description copied from class:AggregateDataAdd a value to this aggregate.- Specified by:
addin classAggregateData- Parameters:
session- the sessionv- the value
-