This is an automated email from the ASF dual-hosted git repository.
victoria pushed a commit to branch vtlim-patch-2
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/vtlim-patch-2 by this push:
new ecc877738a7 use .md link in sql-functions.md
ecc877738a7 is described below
commit ecc877738a76f5b28c64d44f698fc93213e4d336
Author: Victoria Lim <[email protected]>
AuthorDate: Tue Jul 22 15:15:28 2025 -0700
use .md link in sql-functions.md
---
docs/querying/sql-functions.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/querying/sql-functions.md b/docs/querying/sql-functions.md
index ce0ce53460f..9f75a96ce79 100644
--- a/docs/querying/sql-functions.md
+++ b/docs/querying/sql-functions.md
@@ -285,7 +285,7 @@ Returns the following:
## APPROX_COUNT_DISTINCT_DS_THETA
-Returns the approximate number of distinct values in a Theta sketch column or
a regular column. See [DataSketches Theta Sketch
module](../development/extensions-core/datasketches-theta#aggregator) for a
description of optional parameters.
+Returns the approximate number of distinct values in a Theta sketch column or
a regular column. See [DataSketches Theta Sketch
module](../development/extensions-core/datasketches-theta.md#aggregator) for a
description of optional parameters.
* **Syntax:** `APPROX_COUNT_DISTINCT_DS_THETA(expr, [size])`
* **Function type:** Aggregation
@@ -2305,7 +2305,7 @@ Returns a result similar to the following:
## DS_THETA
-Creates a Theta sketch on a column containing Theta sketches or a regular
column. See [DataSketches Theta Sketch
module](../development/extensions-core/datasketches-theta#aggregator) for a
description of optional parameters.
+Creates a Theta sketch on a column containing Theta sketches or a regular
column. See [DataSketches Theta Sketch
module](../development/extensions-core/datasketches-theta.md#aggregator) for a
description of optional parameters.
* **Syntax:** `DS_THETA(expr, [size])`
* **Function type:** Aggregation
@@ -5551,7 +5551,7 @@ Returns the following:
## THETA_SKETCH_INTERSECT
-Returns an intersection of Theta sketches. Each input expression must return a
Theta sketch. See [DataSketches Theta Sketch
module](../development/extensions-core/datasketches-theta#aggregator) for a
description of optional parameters.
+Returns an intersection of Theta sketches. Each input expression must return a
Theta sketch. See [DataSketches Theta Sketch
module](../development/extensions-core/datasketches-theta.md#aggregator) for a
description of optional parameters.
* **Syntax:** `THETA_SKETCH_INTERSECT([size], expr0, expr1, ...)`
* **Function type:** Scalar, sketch
@@ -5585,7 +5585,7 @@ Returns the following:
## THETA_SKETCH_NOT
-Returns a set difference of Theta sketches. Each input expression must return
a Theta sketch. See [DataSketches Theta Sketch
module](../development/extensions-core/datasketches-theta#aggregator) for a
description of optional parameters.
+Returns a set difference of Theta sketches. Each input expression must return
a Theta sketch. See [DataSketches Theta Sketch
module](../development/extensions-core/datasketches-theta.md#aggregator) for a
description of optional parameters.
* **Syntax:** `THETA_SKETCH_NOT([size], expr0, expr1, ...)`
* **Function type:** Scalar, sketch
@@ -5620,7 +5620,7 @@ Returns the following:
## THETA_SKETCH_UNION
-Returns a union of Theta sketches. Each input expression must return a Theta
sketch. See [DataSketches Theta Sketch
module](../development/extensions-core/datasketches-theta#aggregator) for a
description of optional parameters.
+Returns a union of Theta sketches. Each input expression must return a Theta
sketch. See [DataSketches Theta Sketch
module](../development/extensions-core/datasketches-theta.md#aggregator) for a
description of optional parameters.
* **Syntax:**`THETA_SKETCH_UNION([size], expr0, expr1, ...)`
* **Function type:** Scalar, sketch
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]