Skip to content

Commit a6a24df

Browse files
authored
refactor semi-structure functions (#2469)
* refactor semi-structure functions * fix site redirect * fix site-redircts * refactor the semi-structured functions org * expand semi-structured conversion * remove array&map functions * update site-redirccts * fix site-redirects
1 parent 5594d1f commit a6a24df

File tree

134 files changed

+2320
-1141
lines changed

Some content is hidden

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

134 files changed

+2320
-1141
lines changed

docs/en/guides/81-how-databend-works/03-how-databend-json-variant-works.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,9 @@ Databend provides a comprehensive set of functions for working with JSON data, o
237237
│ │
238238
│ 2. Construction and Modification: │
239239
│ • JSON Object Operations: │
240-
│ - JSON_OBJECT, JSON_OBJECT_INSERT, JSON_OBJECT_DELETE │
241-
│ - JSON_OBJECT_PICK, JSON_STRIP_NULLS │
240+
│ - OBJECT_CONSTRUCT, OBJECT_INSERT, OBJECT_DELETE │
242241
│ • JSON Array Operations: │
243-
│ - JSON_ARRAY, JSON_ARRAY_INSERT, JSON_ARRAY_DISTINCT
242+
│ - ARRAY_CONSTRUCT, ARRAY_INSERT, ARRAY_DISTINCT
244243
│ - FLATTEN │
245244
│ │
246245
│ 3. Advanced Query and Transformation: │
@@ -251,8 +250,8 @@ Databend provides a comprehensive set of functions for working with JSON data, o
251250
│ - JSON_ARRAY_MAP, JSON_ARRAY_FILTER, JSON_ARRAY_TRANSFORM │
252251
│ - JSON_ARRAY_APPLY, JSON_ARRAY_REDUCE │
253252
│ • Set Operations: │
254-
│ - JSON_ARRAY_INTERSECTION, JSON_ARRAY_EXCEPT
255-
│ - JSON_ARRAY_OVERLAP
253+
│ - ARRAY_INTERSECTION, ARRAY_EXCEPT
254+
│ - ARRAY_OVERLAP
256255
│ • Object Transformations: │
257256
│ - JSON_MAP_FILTER, JSON_MAP_TRANSFORM_KEYS/VALUES │
258257
│ • Expansion and Formatting: │

docs/en/sql-reference/20-sql-functions/00-array-functions/_category_.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/en/sql-reference/20-sql-functions/00-array-functions/array-append.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/en/sql-reference/20-sql-functions/00-array-functions/array-apply.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/en/sql-reference/20-sql-functions/00-array-functions/array-contains.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/en/sql-reference/20-sql-functions/00-array-functions/array-distinct.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/en/sql-reference/20-sql-functions/00-array-functions/array-filter.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/en/sql-reference/20-sql-functions/00-array-functions/array-flatten.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/en/sql-reference/20-sql-functions/00-array-functions/array-indexof.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/en/sql-reference/20-sql-functions/00-array-functions/array-length.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)