Skip to content

Commit 8dcab7b

Browse files
DOCSP-12858 Support geoNear and graphLookup in ADL (#96)
* DOCSP-12858 Support geoNear in ADL * DOCSP-12858 updates for copy review feedback DOCSP-12858 updates DOCSP-12858 updates * DOCSP-12858 updates for review feedback
1 parent 5daa42f commit 8dcab7b

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

source/supported-unsupported/mql-support.txt

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,32 @@ Aggregation Commands
4141

4242
- The following limitations apply:
4343

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`
4948
: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>`.
5162

5263
* - :manual:`count </reference/command/count>`
5364

5465
- The following limitations apply:
5566

56-
* ``count()`` is converted to an aggregation pipeline internal
67+
* {+adl+} converts ``count()`` to an aggregation pipeline internal
5768
to |data-lake|.
58-
* Only the ``query`` option is supported.
69+
* {+adl+} supports only the ``query`` option.
5970

6071
Diagnostic Commands
6172
-------------------

0 commit comments

Comments
 (0)