public class UnwindOperation extends Object implements AggregationOperation
$unwind
-operation.http://docs.mongodb.org/manual/reference/aggregation/unwind/#pipe._S_unwind
Constructor and Description |
---|
UnwindOperation(Field field)
Creates a new
UnwindOperation for the given Field . |
public UnwindOperation(Field field)
UnwindOperation
for the given Field
.field
- must not be null.public com.mongodb.DBObject toDBObject(AggregationOperationContext context)
AggregationOperation
toDBObject
in interface AggregationOperation
Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.