public interface AggregateExtractorMin extends AggregateExtractor
| Modifier and Type | Method and Description |
|---|---|
<T> T |
avg(String propertyName)
Avg t.
|
<T> T |
avg(String propertyName,
String alias)
Avg t.
|
<T> T |
count(String propertyName)
Count t.
|
<T> T |
count(String propertyName,
String alias)
Count t.
|
<T> T |
max(String propertyName)
Max t.
|
<T> T |
max(String propertyName,
String alias)
Max t.
|
<T> T |
min(String propertyName)
Min t.
|
<T> T |
min(String propertyName,
String alias)
Min t.
|
<T> T |
sum(String propertyName)
Sum t.
|
<T> T |
sum(String propertyName,
String alias)
Sum t.
|
avg, max, min, sum<T> T count(String propertyName)
T - the type parameterpropertyName - the property name<T> T count(String propertyName, String alias)
AggregateExtractorcount in interface AggregateExtractorT - the type parameterpropertyName - the property namealias - the alias<T> T min(String propertyName)
T - the type parameterpropertyName - the property name<T> T min(String propertyName, String alias)
T - the type parameterpropertyName - the property namealias - the alias<T> T max(String propertyName)
T - the type parameterpropertyName - the property name<T> T max(String propertyName, String alias)
T - the type parameterpropertyName - the property namealias - the alias<T> T sum(String propertyName)
T - the type parameterpropertyName - the property name<T> T sum(String propertyName, String alias)
T - the type parameterpropertyName - the property namealias - the alias<T> T avg(String propertyName)
T - the type parameterpropertyName - the property nameCopyright © 2020. All rights reserved.