public static class EvaluationOperators.EvaluationOperatorFactory extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EvaluationOperators.EvaluationOperatorFactory.Expr
Allows the use of aggregation expressions within the query language.
|
| Constructor and Description |
|---|
EvaluationOperatorFactory(AggregationExpression expression)
Creates new
EvaluationOperators.EvaluationOperatorFactory for given AggregationExpression. |
EvaluationOperatorFactory(String fieldReference)
Creates new
EvaluationOperators.EvaluationOperatorFactory for given fieldReference. |
| Modifier and Type | Method and Description |
|---|---|
EvaluationOperators.EvaluationOperatorFactory.Expr |
expr()
Creates new
AggregationExpression that is a valid aggregation expression. |
public EvaluationOperatorFactory(String fieldReference)
EvaluationOperators.EvaluationOperatorFactory for given fieldReference.fieldReference - must not be null.public EvaluationOperatorFactory(AggregationExpression expression)
EvaluationOperators.EvaluationOperatorFactory for given AggregationExpression.expression - must not be null.public EvaluationOperators.EvaluationOperatorFactory.Expr expr()
AggregationExpression that is a valid aggregation expression.EvaluationOperators.EvaluationOperatorFactory.Expr.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.