From 53e3c7d1b29f25ff67b6b297a9a28446bc3fcaff Mon Sep 17 00:00:00 2001 From: Gian Merlino Date: Wed, 24 Jan 2018 11:27:47 -0800 Subject: [PATCH] SQL: Add additional unsupported features to the docs. (#5290) --- docs/content/querying/sql.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/querying/sql.md b/docs/content/querying/sql.md index 6a42e504546..41c881d9b5e 100644 --- a/docs/content/querying/sql.md +++ b/docs/content/querying/sql.md @@ -221,6 +221,8 @@ Additionally, some Druid features are not supported by the SQL language. Some un - [Multi-value dimensions](multi-value-dimensions.html). - [DataSketches aggregators](../development/extensions-core/datasketches-aggregators.html). +- [Spatial filters](../development/geo.html). +- [Query cancellation](querying.html#query-cancellation). ## Data types and casts