Skip to content

Commit 68dcb08

Browse files
committed
chore(autocomplete): add supported types
1 parent 33ab5de commit 68dcb08

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/utils/monaco/yql/constants.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ export const SimpleTypes = [
2020
'Datetime',
2121
'Timestamp',
2222
'Interval',
23+
'Date32',
24+
'Datetime64',
25+
'Timestamp64',
26+
'Interval64',
27+
'TzDate32',
28+
'TzDatetime64',
29+
'TzTimestamp64',
2330
'Null',
2431
'Int8',
2532
'Uint8',

0 commit comments

Comments
 (0)