public class ArrayOperators extends Object
| Constructor and Description |
|---|
ArrayOperators() |
| Modifier and Type | Method and Description |
|---|---|
static ArrayOperators.ArrayOperatorFactory |
arrayOf(AggregationExpression expression)
Take the array referenced resulting from the given
AggregationExpression. |
static ArrayOperators.ArrayOperatorFactory |
arrayOf(Collection<?> values)
Take the given
values AggregationExpression. |
static ArrayOperators.ArrayOperatorFactory |
arrayOf(String fieldReference)
Take the array referenced by given fieldReference.
|
public static ArrayOperators.ArrayOperatorFactory arrayOf(String fieldReference)
fieldReference - must not be null.public static ArrayOperators.ArrayOperatorFactory arrayOf(AggregationExpression expression)
AggregationExpression.expression - must not be null.public static ArrayOperators.ArrayOperatorFactory arrayOf(Collection<?> values)
values AggregationExpression.values - must not be null.ArrayOperators.ArrayOperatorFactory.Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.