AggregateDataMedian
Data stored while calculating a MEDIAN aggregate.
| Methods |
| static Index |
getMedianColumnIndex(Expression on)
Get the index (if any) for the column specified in the median aggregate.
|
| static Index |
getMedianColumnIndex(Expression on)
Get the index (if any) for the column specified in the median aggregate.
Parameters:
on - the expression (usually a column expression)
Returns:
the index, or null
|
| static Value |
getResultFromIndex(Session session, Expression on, int dataType)
Get the result from the index.
|
| static Value |
getResultFromIndex(Session session, Expression on, int dataType)
Get the result from the index.
Parameters:
session - the session
on - the expression
dataType - the data type
Returns:
the result
|
| void |
add(Database database, int dataType, boolean distinct, Value v)
|
| void |
add(Database database, int dataType, boolean distinct, Value v)
|
| Value |
getValue(Database database, int dataType, boolean distinct)
|
| Value |
getValue(Database database, int dataType, boolean distinct)
|
|