protected static class BucketOperationSupport.Outputs extends Object implements AggregationExpression
BucketOperationSupport.Outputs.| Modifier and Type | Field and Description |
|---|---|
protected static BucketOperationSupport.Outputs |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
protected BucketOperationSupport.Outputs |
and(BucketOperationSupport.Output output)
Create a new
BucketOperationSupport.Outputs that contains the new BucketOperationSupport.Output. |
protected ExposedFields |
asExposedFields() |
protected boolean |
isEmpty() |
org.bson.Document |
toDocument(AggregationOperationContext context)
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfrom, toDocumentcreate, createprotected static final BucketOperationSupport.Outputs EMPTY
protected ExposedFields asExposedFields()
ExposedFields derived from BucketOperationSupport.Output.protected BucketOperationSupport.Outputs and(BucketOperationSupport.Output output)
BucketOperationSupport.Outputs that contains the new BucketOperationSupport.Output.output - must not be null.BucketOperationSupport.Outputs that contains the new BucketOperationSupport.Outputprotected boolean isEmpty()
BucketOperationSupport.Outputs contains no BucketOperationSupport.Output.public org.bson.Document toDocument(AggregationOperationContext context)
AggregationExpressiontoDocument in interface AggregationExpressioncontext - must not be null.Document) form of the expression.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.