public static interface UnwindOperation.EmptyArraysBuilder
| Modifier and Type | Method and Description |
|---|---|
UnwindOperation |
preserveNullAndEmptyArrays()
Output documents if the array is null or empty.
|
UnwindOperation |
skipNullAndEmptyArrays()
Do not output documents if the array is null or empty.
|
UnwindOperation preserveNullAndEmptyArrays()
UnwindOperation skipNullAndEmptyArrays()
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.