public class EvaluationOperators extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EvaluationOperators.EvaluationOperatorFactory |
| Constructor and Description |
|---|
EvaluationOperators() |
| Modifier and Type | Method and Description |
|---|---|
static EvaluationOperators.EvaluationOperatorFactory |
valueOf(AggregationExpression expression)
Take the value resulting from the given
AggregationExpression. |
static EvaluationOperators.EvaluationOperatorFactory |
valueOf(String fieldReference)
Take the value resulting from the given fieldReference.
|
public static EvaluationOperators.EvaluationOperatorFactory valueOf(String fieldReference)
fieldReference - must not be null.EvaluationOperators.EvaluationOperatorFactory.public static EvaluationOperators.EvaluationOperatorFactory valueOf(AggregationExpression expression)
AggregationExpression.expression - must not be null.EvaluationOperators.EvaluationOperatorFactory.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.