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