Uses of Class
com.attivio.sdk.search.fields.AggregateExpression
-
Packages that use AggregateExpression Package Description com.attivio.sdk.search.fields Model forFieldExpressions
applied toQueryRequests
.com.attivio.util Contains utility classes and methods used across the Attivio code base. -
-
Uses of AggregateExpression in com.attivio.sdk.search.fields
Methods in com.attivio.sdk.search.fields that return AggregateExpression Modifier and Type Method Description AggregateExpression
AggregateExpression. clone()
protected AggregateExpression
AggregateExpression. clone(FieldExpression e)
Create a new instance of this FieldExpression, with a different argument.AggregateExpression
AggregateExpression.Method. parse(StringParser parser)
Parse anAggregateExpression
fromparser
. -
Uses of AggregateExpression in com.attivio.util
Methods in com.attivio.util that return AggregateExpression Modifier and Type Method Description AggregateExpression
FieldExpressionFactory. avg(FieldExpression arg)
AggregateExpression
FieldExpressionFactory. avg(java.lang.String field)
AggregateExpression
FieldExpressionFactory. count(FieldExpression arg)
AggregateExpression
FieldExpressionFactory. count(java.lang.String field)
AggregateExpression
FieldExpressionFactory. distinct(FieldExpression arg)
AggregateExpression
FieldExpressionFactory. distinct(java.lang.String field)
AggregateExpression
FieldExpressionFactory. first(FieldExpression arg)
AggregateExpression
FieldExpressionFactory. first(java.lang.String field)
AggregateExpression
FieldExpressionFactory. last(FieldExpression arg)
AggregateExpression
FieldExpressionFactory. last(java.lang.String field)
AggregateExpression
FieldExpressionFactory. max(FieldExpression arg)
AggregateExpression
FieldExpressionFactory. max(java.lang.String field)
AggregateExpression
FieldExpressionFactory. min(FieldExpression arg)
AggregateExpression
FieldExpressionFactory. min(java.lang.String field)
AggregateExpression
FieldExpressionFactory. stdev(FieldExpression arg)
AggregateExpression
FieldExpressionFactory. stdev(java.lang.String field)
AggregateExpression
FieldExpressionFactory. stdevp(FieldExpression arg)
AggregateExpression
FieldExpressionFactory. stdevp(java.lang.String field)
AggregateExpression
FieldExpressionFactory. sum(FieldExpression arg)
AggregateExpression
FieldExpressionFactory. sum(java.lang.String field)
AggregateExpression
FieldExpressionFactory. varPop(FieldExpression arg)
AggregateExpression
FieldExpressionFactory. varSamp(FieldExpression arg)
-