Skip to content

Commit

Permalink
[docs](docs)Rename Title and URL of Table Functions (#22747)
Browse files Browse the repository at this point in the history
  • Loading branch information
KassieZ authored Aug 9, 2023
1 parent c443bce commit 61e661d
Show file tree
Hide file tree
Showing 29 changed files with 30 additions and 30 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "backends",
"title": "BACKENDS",
"language": "en"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "catalogs",
"title": "CATALOGS",
"language": "en"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "explode_bitmap",
"title": "EXPLODE_BITMAP",
"language": "en"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "explode_json_array",
"title": "EXPLODE_JSON_ARRAY",
"language": "en"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "outer combinator",
"title": "EXPLODE_NUMBERS_OUTER",
"language": "en"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "explode_numbers",
"title": "EXPLODE_NUMBERS",
"language": "en"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "explode_split",
"title": "EXPLODE_SPLIT",
"language": "en"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "explode",
"title": "EXPLODE",
"language": "en"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "frontends",
"title": "FRONTENDS",
"language": "en"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "hdfs",
"title": "HDFS",
"language": "en"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "iceberg_meta",
"title": "ICEBERG_META",
"language": "en"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "numbers",
"title": "NUMBERS",
"language": "en"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "s3",
"title": "S3",
"language": "en"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "workload_groups",
"title": "WORKLOAD_GROUPS",
"language": "en"
}
---
Expand Down
4 changes: 2 additions & 2 deletions docs/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -713,12 +713,12 @@
"sql-manual/sql-functions/table-functions/explode",
"sql-manual/sql-functions/table-functions/explode-split",
"sql-manual/sql-functions/table-functions/explode-bitmap",
"sql-manual/sql-functions/table-functions/outer-combinator",
"sql-manual/sql-functions/table-functions/numbers",
"sql-manual/sql-functions/table-functions/explode-numbers",
"sql-manual/sql-functions/table-functions/explode-numbers-outer",
"sql-manual/sql-functions/table-functions/s3",
"sql-manual/sql-functions/table-functions/hdfs",
"sql-manual/sql-functions/table-functions/iceberg_meta",
"sql-manual/sql-functions/table-functions/iceberg-meta",
"sql-manual/sql-functions/table-functions/backends",
"sql-manual/sql-functions/table-functions/frontends",
"sql-manual/sql-functions/table-functions/workload-group",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "backends",
"title": "BACKENDS",
"language": "zh-CN"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "catalogs",
"title": "CATALOGS",
"language": "zh-CN"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "explode_bitmap",
"title": "EXPLODE_BITMAP",
"language": "zh-CN"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "explode_json_array",
"title": "EXPLODE_JSON_ARRAY",
"language": "zh-CN"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "outer组合器",
"title": "Outer 组合器",
"language": "zh-CN"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "explode_numbers",
"title": "EXPLODE_NUMBERS",
"language": "zh-CN"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "explode_split",
"title": "EXPLODE_SPLIT",
"language": "zh-CN"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "explode",
"title": "EXPLODE",
"language": "zh-CN"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "frontends",
"title": "FRONTENDS",
"language": "zh-CN"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "hdfs",
"title": "HDFS",
"language": "zh-CN"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "iceberg_meta",
"title": "ICEBERG_META",
"language": "zh-CN"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "numbers",
"title": "NUMBERS",
"language": "zh-CN"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "s3",
"title": "S3",
"language": "zh-CN"
}
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
{
"title": "workload_groups",
"title": "WORKLOAD_GROUPS",
"language": "zh-CN"
}
---
Expand Down

0 comments on commit 61e661d

Please sign in to comment.