| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.aggregation |
Support for the MongoDB aggregation framework.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayOperators.Size |
ArrayOperators.ArrayOperatorFactory.length()
Creates new
AggregationExpression that takes the associated array and retrieves its length. |
static ArrayOperators.Size |
ArrayOperators.Size.lengthOfArray(AggregationExpression expression)
Creates new
ArrayOperators.Size. |
static ArrayOperators.Size |
ArrayOperators.Size.lengthOfArray(Collection<?> values)
Creates new
ArrayOperators.Size. |
static ArrayOperators.Size |
ArrayOperators.Size.lengthOfArray(String fieldReference)
Creates new
ArrayOperators.Size. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.