Skip to content

Commit 29d58d9

Browse files
sandersonCopilotjstirnaman
committed
chore(sql): Update SQL reference with additional functions (#6359)
* feat(sql): WIP added struct and map functions * chore(sql): update sql reference with new functions * chore(sql): migrate sql reference function updates to other projects * chore(sql): readd deleted cache functions pages * Update content/shared/sql-reference/functions/array.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix(sql): fixed broken anchor links * fix(sql): fixed typos * Apply suggestions from code review Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
1 parent a315703 commit 29d58d9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+2823
-281
lines changed

content/influxdb3/cloud-dedicated/reference/sql/functions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ source: /shared/sql-reference/functions/_index.md
1414
---
1515

1616
<!--
17-
The content of this page is at /content/shared/sql-reference/functions/_index.md
17+
// SOURCE content/shared/sql-reference/functions/_index.md
1818
-->

content/influxdb3/cloud-dedicated/reference/sql/functions/aggregate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ source: /shared/sql-reference/functions/aggregate.md
1515
---
1616

1717
<!--
18-
The content of this page is at /content/shared/sql-reference/functions/aggregate.md
18+
// SOURCE content/shared/sql-reference/functions/aggregate.md
1919
-->
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: SQL array functions
3+
list_title: Array functions
4+
description: >
5+
Use array functions to create and operate on Arrow arrays or lists in SQL queries.
6+
menu:
7+
influxdb3_cloud_dedicated:
8+
name: Array
9+
parent: sql-functions
10+
weight: 309
11+
12+
source: /shared/sql-reference/functions/array.md
13+
---
14+
15+
<!--
16+
// SOURCE content/shared/sql-reference/functions/array.md
17+
-->

content/influxdb3/cloud-dedicated/reference/sql/functions/binary-string.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@ source: /shared/sql-reference/functions/binary-string.md
1414
---
1515

1616
<!--
17-
The content of this page is at
18-
// SOURCE /content/shared/sql-reference/functions/binary-string.md
17+
// SOURCE content/shared/sql-reference/functions/binary-string.md
1918
-->

content/influxdb3/cloud-dedicated/reference/sql/functions/conditional.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ source: /shared/sql-reference/functions/conditional.md
1313
---
1414

1515
<!--
16-
The content of this page is at /content/shared/sql-reference/functions/conditional.md
16+
// SOURCE content/shared/sql-reference/functions/conditional.md
1717
-->

content/influxdb3/cloud-dedicated/reference/sql/functions/hashing.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ menu:
88
influxdb3_cloud_dedicated:
99
name: Hashing
1010
parent: sql-functions
11-
weight: 309
11+
weight: 313
1212

1313
source: /shared/sql-reference/functions/hashing.md
1414
---
1515

1616
<!--
17-
The content for this page is at
18-
// SOURCE /content/shared/sql-reference/functions/hashing.md
17+
// SOURCE content/shared/sql-reference/functions/hashing.md
1918
-->
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: SQL map functions
3+
list_title: Map functions
4+
description: >
5+
Use map functions to create and operate on Arrow maps in SQL queries.
6+
menu:
7+
influxdb3_cloud_dedicated:
8+
name: Map
9+
parent: sql-functions
10+
weight: 310
11+
12+
source: /shared/sql-reference/functions/map.md
13+
---
14+
15+
<!--
16+
// SOURCE content/shared/sql-reference/functions/map.md
17+
-->

content/influxdb3/cloud-dedicated/reference/sql/functions/math.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ source: /shared/sql-reference/functions/math.md
1313
---
1414

1515
<!--
16-
The content of this page is at /content/shared/sql-reference/functions/math.md
16+
// SOURCE content/shared/sql-reference/functions/math.md
1717
-->

content/influxdb3/cloud-dedicated/reference/sql/functions/misc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ menu:
77
influxdb3_cloud_dedicated:
88
name: Miscellaneous
99
parent: sql-functions
10-
weight: 310
10+
weight: 314
1111

1212
source: /shared/sql-reference/functions/misc.md
1313
---
1414

1515
<!--
16-
The content of this page is at /content/shared/sql-reference/functions/misc.md
16+
// SOURCE content/shared/sql-reference/functions/misc.md
1717
-->

content/influxdb3/cloud-dedicated/reference/sql/functions/regular-expression.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ menu:
77
influxdb3_cloud_dedicated:
88
name: Regular expression
99
parent: sql-functions
10-
weight: 308
10+
weight: 312
1111
influxdb3/cloud-dedicated/tags: [regular expressions, sql]
1212

1313
source: /shared/sql-reference/functions/regular-expression.md
1414
---
1515

1616
<!--
17-
The content of this page is at /content/shared/sql-reference/functions/regular-expression.md
17+
// SOURCE content/shared/sql-reference/functions/regular-expression.md
1818
-->

0 commit comments

Comments
 (0)