Skip to content

Commit

Permalink
BQL keywords (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaisarma authored Sep 23, 2021
1 parent 0564179 commit b0c14a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils/codemirror-adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function defineBQL() {
keywords: set('select as cast count distinct sum min max avg from where if and or not xor is all any true false ' +
'null group by having order asc desc limit every first time record linear region manual stream ' +
'windowing tumbling quantile freq cumfreq top sizeis sizeof filter rlike containskey containsvalue ' +
'lateral view outer explode trim abs between substr substring unixtimestamp'),
'lateral view outer explode trim abs lower upper hash between substr substring unixtimestamp now'),
builtin: set('string boolean integer long float double map list'),
atoms: set('false true null'),
operatorChars: /^[*+\-/%<>!=&|^]/,
Expand Down

0 comments on commit b0c14a4

Please sign in to comment.