mingo
Preparing search index...
operators/pipeline/sort
$sort
Function $sort
$sort
(
coll
:
Iterator
,
sortKeys
:
SortSpec
,
options
:
Options
)
:
Iterator
Sorts all input documents and returns them to the pipeline in sorted order.
See
usage
.
Parameters
coll
:
Iterator
sortKeys
:
SortSpec
options
:
Options
Returns
Iterator
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
mingo
Loading...
Sorts all input documents and returns them to the pipeline in sorted order.
See usage.