public static final class QueryOptions.Aggregate extends Object
Constructor and Description |
---|
Aggregate() |
Modifier and Type | Method and Description |
---|---|
String |
getApply()
Gets the apply function.
|
String |
getUdf()
Gets a user-defined function plugin
|
void |
setApply(String apply)
Sets the aggregate function name.
|
void |
setUdf(String udf)
Sets the user-defined function plugin.
|
public String getApply()
public String getUdf()
public void setApply(String apply)
apply
- The function namepublic void setUdf(String udf)
udf
- The UDF plugin name.Copyright © 2013-2016 MarkLogic Corporation.