@malloydata/malloy 0.0.83-dev230914211456 → 0.0.83

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,126 +33,127 @@ export declare class MalloyLexer extends Lexer {
33
33
  static readonly SQLC = 28;
34
34
  static readonly TOP = 29;
35
35
  static readonly WHERE = 30;
36
- static readonly TIMEZONE = 31;
37
- static readonly ALL = 32;
38
- static readonly AND = 33;
39
- static readonly AS = 34;
40
- static readonly ASC = 35;
41
- static readonly AVG = 36;
42
- static readonly BOOLEAN = 37;
43
- static readonly BY = 38;
44
- static readonly CASE = 39;
45
- static readonly CAST = 40;
46
- static readonly CONDITION = 41;
47
- static readonly COUNT = 42;
48
- static readonly DATE = 43;
49
- static readonly DAY = 44;
50
- static readonly DESC = 45;
51
- static readonly DISTINCT = 46;
52
- static readonly ELSE = 47;
53
- static readonly END = 48;
54
- static readonly EXCLUDE = 49;
55
- static readonly EXTEND = 50;
56
- static readonly FALSE = 51;
57
- static readonly FOR = 52;
58
- static readonly FROM = 53;
59
- static readonly FROM_SQL = 54;
60
- static readonly HAS = 55;
61
- static readonly HOUR = 56;
62
- static readonly IMPORT = 57;
63
- static readonly IS = 58;
64
- static readonly JSON = 59;
65
- static readonly LAST = 60;
66
- static readonly MAX = 61;
67
- static readonly MIN = 62;
68
- static readonly MINUTE = 63;
69
- static readonly MONTH = 64;
70
- static readonly NOT = 65;
71
- static readonly NOW = 66;
72
- static readonly NULL = 67;
73
- static readonly NUMBER = 68;
74
- static readonly ON = 69;
75
- static readonly OR = 70;
76
- static readonly PICK = 71;
77
- static readonly QUARTER = 72;
78
- static readonly REFINE = 73;
79
- static readonly SECOND = 74;
80
- static readonly STRING = 75;
81
- static readonly SOURCE_KW = 76;
82
- static readonly SUM = 77;
83
- static readonly SQL = 78;
84
- static readonly TABLE = 79;
85
- static readonly THEN = 80;
86
- static readonly THIS = 81;
87
- static readonly TIMESTAMP = 82;
88
- static readonly TO = 83;
89
- static readonly TRUE = 84;
90
- static readonly TURTLE = 85;
91
- static readonly WEEK = 86;
92
- static readonly WHEN = 87;
93
- static readonly WITH = 88;
94
- static readonly YEAR = 89;
95
- static readonly UNGROUPED = 90;
96
- static readonly STRING_ESCAPE = 91;
97
- static readonly HACKY_REGEX = 92;
98
- static readonly SQ_STRING = 93;
99
- static readonly DQ_STRING = 94;
100
- static readonly BQ_STRING = 95;
101
- static readonly DOC_ANNOTATION = 96;
102
- static readonly ANNOTATION = 97;
103
- static readonly AMPER = 98;
104
- static readonly ARROW = 99;
105
- static readonly FAT_ARROW = 100;
106
- static readonly OPAREN = 101;
107
- static readonly CPAREN = 102;
108
- static readonly OBRACK = 103;
109
- static readonly CBRACK = 104;
110
- static readonly OCURLY = 105;
111
- static readonly CCURLY = 106;
112
- static readonly DOUBLECOLON = 107;
113
- static readonly TRIPLECOLON = 108;
114
- static readonly EXCLAM = 109;
115
- static readonly COLON = 110;
116
- static readonly COMMA = 111;
117
- static readonly DOT = 112;
118
- static readonly LT = 113;
119
- static readonly GT = 114;
120
- static readonly EQ = 115;
121
- static readonly NE = 116;
122
- static readonly LTE = 117;
123
- static readonly GTE = 118;
124
- static readonly PLUS = 119;
125
- static readonly MINUS = 120;
126
- static readonly STAR = 121;
127
- static readonly STARSTAR = 122;
128
- static readonly SLASH = 123;
129
- static readonly BAR = 124;
130
- static readonly SEMI = 125;
131
- static readonly NOT_MATCH = 126;
132
- static readonly MATCH = 127;
133
- static readonly PERCENT = 128;
134
- static readonly DOUBLE_QMARK = 129;
135
- static readonly QMARK = 130;
136
- static readonly LITERAL_TIMESTAMP = 131;
137
- static readonly LITERAL_HOUR = 132;
138
- static readonly LITERAL_DAY = 133;
139
- static readonly LITERAL_QUARTER = 134;
140
- static readonly LITERAL_MONTH = 135;
141
- static readonly LITERAL_WEEK = 136;
142
- static readonly LITERAL_YEAR = 137;
143
- static readonly IDENTIFIER = 138;
144
- static readonly PERCENT_LITERAL = 139;
145
- static readonly NUMERIC_LITERAL = 140;
146
- static readonly INTEGER_LITERAL = 141;
147
- static readonly BLOCK_COMMENT = 142;
148
- static readonly COMMENT_TO_EOL = 143;
149
- static readonly WHITE_SPACE = 144;
150
- static readonly SQL_BEGIN = 145;
151
- static readonly CLOSE_CODE = 146;
152
- static readonly UNWATED_CHARS_TRAILING_NUMBERS = 147;
153
- static readonly UNEXPECTED_CHAR = 148;
154
- static readonly OPEN_CODE = 149;
155
- static readonly SQL_END = 150;
36
+ static readonly VIEW = 31;
37
+ static readonly TIMEZONE = 32;
38
+ static readonly ALL = 33;
39
+ static readonly AND = 34;
40
+ static readonly AS = 35;
41
+ static readonly ASC = 36;
42
+ static readonly AVG = 37;
43
+ static readonly BOOLEAN = 38;
44
+ static readonly BY = 39;
45
+ static readonly CASE = 40;
46
+ static readonly CAST = 41;
47
+ static readonly CONDITION = 42;
48
+ static readonly COUNT = 43;
49
+ static readonly DATE = 44;
50
+ static readonly DAY = 45;
51
+ static readonly DESC = 46;
52
+ static readonly DISTINCT = 47;
53
+ static readonly ELSE = 48;
54
+ static readonly END = 49;
55
+ static readonly EXCLUDE = 50;
56
+ static readonly EXTEND = 51;
57
+ static readonly FALSE = 52;
58
+ static readonly FOR = 53;
59
+ static readonly FROM = 54;
60
+ static readonly FROM_SQL = 55;
61
+ static readonly HAS = 56;
62
+ static readonly HOUR = 57;
63
+ static readonly IMPORT = 58;
64
+ static readonly IS = 59;
65
+ static readonly JSON = 60;
66
+ static readonly LAST = 61;
67
+ static readonly MAX = 62;
68
+ static readonly MIN = 63;
69
+ static readonly MINUTE = 64;
70
+ static readonly MONTH = 65;
71
+ static readonly NOT = 66;
72
+ static readonly NOW = 67;
73
+ static readonly NULL = 68;
74
+ static readonly NUMBER = 69;
75
+ static readonly ON = 70;
76
+ static readonly OR = 71;
77
+ static readonly PICK = 72;
78
+ static readonly QUARTER = 73;
79
+ static readonly REFINE = 74;
80
+ static readonly SECOND = 75;
81
+ static readonly STRING = 76;
82
+ static readonly SOURCE_KW = 77;
83
+ static readonly SUM = 78;
84
+ static readonly SQL = 79;
85
+ static readonly TABLE = 80;
86
+ static readonly THEN = 81;
87
+ static readonly THIS = 82;
88
+ static readonly TIMESTAMP = 83;
89
+ static readonly TO = 84;
90
+ static readonly TRUE = 85;
91
+ static readonly TURTLE = 86;
92
+ static readonly WEEK = 87;
93
+ static readonly WHEN = 88;
94
+ static readonly WITH = 89;
95
+ static readonly YEAR = 90;
96
+ static readonly UNGROUPED = 91;
97
+ static readonly STRING_ESCAPE = 92;
98
+ static readonly HACKY_REGEX = 93;
99
+ static readonly SQ_STRING = 94;
100
+ static readonly DQ_STRING = 95;
101
+ static readonly BQ_STRING = 96;
102
+ static readonly DOC_ANNOTATION = 97;
103
+ static readonly ANNOTATION = 98;
104
+ static readonly AMPER = 99;
105
+ static readonly ARROW = 100;
106
+ static readonly FAT_ARROW = 101;
107
+ static readonly OPAREN = 102;
108
+ static readonly CPAREN = 103;
109
+ static readonly OBRACK = 104;
110
+ static readonly CBRACK = 105;
111
+ static readonly OCURLY = 106;
112
+ static readonly CCURLY = 107;
113
+ static readonly DOUBLECOLON = 108;
114
+ static readonly TRIPLECOLON = 109;
115
+ static readonly EXCLAM = 110;
116
+ static readonly COLON = 111;
117
+ static readonly COMMA = 112;
118
+ static readonly DOT = 113;
119
+ static readonly LT = 114;
120
+ static readonly GT = 115;
121
+ static readonly EQ = 116;
122
+ static readonly NE = 117;
123
+ static readonly LTE = 118;
124
+ static readonly GTE = 119;
125
+ static readonly PLUS = 120;
126
+ static readonly MINUS = 121;
127
+ static readonly STAR = 122;
128
+ static readonly STARSTAR = 123;
129
+ static readonly SLASH = 124;
130
+ static readonly BAR = 125;
131
+ static readonly SEMI = 126;
132
+ static readonly NOT_MATCH = 127;
133
+ static readonly MATCH = 128;
134
+ static readonly PERCENT = 129;
135
+ static readonly DOUBLE_QMARK = 130;
136
+ static readonly QMARK = 131;
137
+ static readonly LITERAL_TIMESTAMP = 132;
138
+ static readonly LITERAL_HOUR = 133;
139
+ static readonly LITERAL_DAY = 134;
140
+ static readonly LITERAL_QUARTER = 135;
141
+ static readonly LITERAL_MONTH = 136;
142
+ static readonly LITERAL_WEEK = 137;
143
+ static readonly LITERAL_YEAR = 138;
144
+ static readonly IDENTIFIER = 139;
145
+ static readonly PERCENT_LITERAL = 140;
146
+ static readonly NUMERIC_LITERAL = 141;
147
+ static readonly INTEGER_LITERAL = 142;
148
+ static readonly BLOCK_COMMENT = 143;
149
+ static readonly COMMENT_TO_EOL = 144;
150
+ static readonly WHITE_SPACE = 145;
151
+ static readonly SQL_BEGIN = 146;
152
+ static readonly CLOSE_CODE = 147;
153
+ static readonly UNWATED_CHARS_TRAILING_NUMBERS = 148;
154
+ static readonly UNEXPECTED_CHAR = 149;
155
+ static readonly OPEN_CODE = 150;
156
+ static readonly SQL_END = 151;
156
157
  static readonly SQL_MODE = 1;
157
158
  static readonly channelNames: string[];
158
159
  static readonly modeNames: string[];