public class AggregateFunction extends Object implements AggregateExtractor
| Constructor and Description |
|---|
AggregateFunction() |
| Modifier and Type | Method and Description |
|---|---|
AggregateFunction |
avg(String propertyName,
String alias,
String udf)
Avg t.
|
AggregateFunction |
count(String propertyName,
String alias)
Count t.
|
String |
getAggregator()
Gets aggregator.
|
String |
getAlias()
Gets alias.
|
String |
getPropertyName()
Gets property name.
|
String |
getUdf()
Gets udf.
|
AggregateFunction |
max(String propertyName,
String alias,
String udf)
Max t.
|
AggregateFunction |
min(String propertyName,
String alias,
String udf)
Min t.
|
AggregateFunction |
sum(String propertyName,
String alias,
String udf)
Sum t.
|
public String getPropertyName()
public String getAlias()
public String getAggregator()
public String getUdf()
public AggregateFunction count(String propertyName, String alias)
AggregateExtractorcount in interface AggregateExtractorpropertyName - the property namealias - the aliaspublic AggregateFunction min(String propertyName, String alias, String udf)
AggregateExtractormin in interface AggregateExtractorpropertyName - the property namealias - the aliasudf - the udfpublic AggregateFunction max(String propertyName, String alias, String udf)
AggregateExtractormax in interface AggregateExtractorpropertyName - the property namealias - the aliasudf - the udfpublic AggregateFunction sum(String propertyName, String alias, String udf)
AggregateExtractorsum in interface AggregateExtractorpropertyName - the property namealias - the aliasudf - the udfpublic AggregateFunction avg(String propertyName, String alias, String udf)
AggregateExtractoravg in interface AggregateExtractorpropertyName - the property namealias - the aliasudf - the udfCopyright © 2020. All rights reserved.