You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'A purely type system modification function what wraps a Druid native type to make it into a SQL type.',
39
-
),
40
-
],
33
+
'nativeType',
34
+
convertMarkdownToHtml(
35
+
'A purely type system modification function what wraps a Druid native type to make it into a SQL type.',
36
+
),
41
37
],
42
38
UNNEST: [
43
-
[
44
-
'arrayExpression',
45
-
convertMarkdownToHtml("Unnests ARRAY typed values. The source for UNNEST can be an array type column, or an input that's been transformed into an array, such as with helper functions like `MV_TO_ARRAY` or `ARRAY`.")
46
-
]
39
+
'arrayExpression',
40
+
convertMarkdownToHtml("Unnests ARRAY typed values. The source for UNNEST can be an array type column, or an input that's been transformed into an array, such as with helper functions like `MV_TO_ARRAY` or `ARRAY`.")
0 commit comments