Skip to content

Commit a070cce

Browse files
committed
Fixes gh-2516 New SQL data types and function changes, first commit
1 parent cfb2984 commit a070cce

File tree

5 files changed

+290
-187
lines changed

5 files changed

+290
-187
lines changed

doc/reference/reference_sql/data_type.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
stack (
22
line(
33
choice(
4+
line(' ANY '),
5+
line(' ARRAY '),
46
line(' BOOL '),
57
line(' BOOLEAN '),
68
line(' DECIMAL '),
79
line(' DOUBLE '),
810
line(' INT '),
911
line(' INTEGER '),
12+
line(' MAP '),
1013
line(' NUMBER '),
1114
line(
1215
line(' SCALAR '),

0 commit comments

Comments
 (0)