@@ -41,21 +41,32 @@ Aggregation Commands
41
41
42
42
- The following limitations apply:
43
43
44
- * Only the ``explain``, ``cursor``, and ``comment`` options are
45
- supported. Note that {+adl+} only supports type ``string`` for
46
- the ``comment`` option.
47
- * The ``$collStats``, ``$geoNear``, ``$graphLookup``,
48
- ``$indexStats``, ``$listLocalSessions``, and ``$listSessions``
44
+ * {+adl+} supports only the ``explain``, ``cursor``, and ``comment``
45
+ options. For the ``comment`` option, {+adl+} supports only type
46
+ ``string``.
47
+ * {+adl+} supports :pipeline:`$geoNear` and :pipeline:`$graphLookup`
49
48
:manual:`aggregation pipeline stages
50
- </reference/operator/aggregation-pipeline>` are not supported.
49
+ </reference/operator/aggregation-pipeline>` in queries on {+dl+}
50
+ collections that are mapped to one |service| collection only.
51
+ {+adl+} doesn't support these :manual:`aggregation pipeline
52
+ stages </reference/operator/aggregation-pipeline>` for:
53
+
54
+ - |s3| or |http| {+data-lake-stores+}.
55
+ - Queries on {+dl+} collections that are mapped to multiple |service|
56
+ collections.
57
+
58
+ See :ref:`query-atlas` for more information.
59
+ * {+adl+} Doesn't support the ``$collStats``, ``$indexStats``,
60
+ ``$listLocalSessions``, and ``$listSessions`` :manual:`aggregation
61
+ pipeline stages </reference/operator/aggregation-pipeline>`.
51
62
52
63
* - :manual:`count </reference/command/count>`
53
64
54
65
- The following limitations apply:
55
66
56
- * ``count()`` is converted to an aggregation pipeline internal
67
+ * {+adl+} converts ``count()`` to an aggregation pipeline internal
57
68
to |data-lake|.
58
- * Only the ``query`` option is supported .
69
+ * {+adl+} supports only the ``query`` option.
59
70
60
71
Diagnostic Commands
61
72
-------------------
0 commit comments