@malloydata/malloy 0.0.179 → 0.0.180-dev240906180931

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.
@@ -72,96 +72,97 @@ export declare class MalloyParser extends Parser {
72
72
  static readonly JSON = 61;
73
73
  static readonly LAST = 62;
74
74
  static readonly LEFT = 63;
75
- static readonly MAX = 64;
76
- static readonly MIN = 65;
77
- static readonly MINUTE = 66;
78
- static readonly MONTH = 67;
79
- static readonly NOT = 68;
80
- static readonly NOW = 69;
81
- static readonly NULL = 70;
82
- static readonly NUMBER = 71;
83
- static readonly ON = 72;
84
- static readonly OR = 73;
85
- static readonly PICK = 74;
86
- static readonly QUARTER = 75;
87
- static readonly RIGHT = 76;
88
- static readonly SECOND = 77;
89
- static readonly STRING = 78;
90
- static readonly SOURCE_KW = 79;
91
- static readonly SUM = 80;
92
- static readonly SQL = 81;
93
- static readonly TABLE = 82;
94
- static readonly THEN = 83;
95
- static readonly THIS = 84;
96
- static readonly TIMESTAMP = 85;
97
- static readonly TO = 86;
98
- static readonly TRUE = 87;
99
- static readonly TURTLE = 88;
100
- static readonly WEEK = 89;
101
- static readonly WHEN = 90;
102
- static readonly WITH = 91;
103
- static readonly YEAR = 92;
104
- static readonly UNGROUPED = 93;
105
- static readonly STRING_ESCAPE = 94;
106
- static readonly HACKY_REGEX = 95;
107
- static readonly SQ_STRING = 96;
108
- static readonly DQ_STRING = 97;
109
- static readonly BQ_STRING = 98;
110
- static readonly DOC_ANNOTATION = 99;
111
- static readonly ANNOTATION = 100;
112
- static readonly AMPER = 101;
113
- static readonly ARROW = 102;
114
- static readonly FAT_ARROW = 103;
115
- static readonly OPAREN = 104;
116
- static readonly CPAREN = 105;
117
- static readonly OBRACK = 106;
118
- static readonly CBRACK = 107;
119
- static readonly OCURLY = 108;
120
- static readonly CCURLY = 109;
121
- static readonly DOUBLECOLON = 110;
122
- static readonly TRIPLECOLON = 111;
123
- static readonly EXCLAM = 112;
124
- static readonly COLON = 113;
125
- static readonly COMMA = 114;
126
- static readonly DOT = 115;
127
- static readonly LT = 116;
128
- static readonly GT = 117;
129
- static readonly EQ = 118;
130
- static readonly NE = 119;
131
- static readonly LTE = 120;
132
- static readonly GTE = 121;
133
- static readonly PLUS = 122;
134
- static readonly MINUS = 123;
135
- static readonly STAR = 124;
136
- static readonly STARSTAR = 125;
137
- static readonly SLASH = 126;
138
- static readonly BAR = 127;
139
- static readonly SEMI = 128;
140
- static readonly NOT_MATCH = 129;
141
- static readonly MATCH = 130;
142
- static readonly PERCENT = 131;
143
- static readonly DOUBLE_QMARK = 132;
144
- static readonly QMARK = 133;
145
- static readonly LITERAL_TIMESTAMP = 134;
146
- static readonly LITERAL_HOUR = 135;
147
- static readonly LITERAL_DAY = 136;
148
- static readonly LITERAL_QUARTER = 137;
149
- static readonly LITERAL_MONTH = 138;
150
- static readonly LITERAL_WEEK = 139;
151
- static readonly LITERAL_YEAR = 140;
152
- static readonly IDENTIFIER = 141;
153
- static readonly PERCENT_LITERAL = 142;
154
- static readonly NUMERIC_LITERAL = 143;
155
- static readonly INTEGER_LITERAL = 144;
156
- static readonly BLOCK_COMMENT = 145;
157
- static readonly COMMENT_TO_EOL = 146;
158
- static readonly WHITE_SPACE = 147;
159
- static readonly SQL_BEGIN = 148;
160
- static readonly CLOSE_CODE = 149;
161
- static readonly UNWATED_CHARS_TRAILING_NUMBERS = 150;
162
- static readonly UNEXPECTED_CHAR = 151;
163
- static readonly OPEN_CODE = 152;
164
- static readonly SQL_END = 153;
75
+ static readonly LIKE = 64;
76
+ static readonly MAX = 65;
77
+ static readonly MIN = 66;
78
+ static readonly MINUTE = 67;
79
+ static readonly MONTH = 68;
80
+ static readonly NOT = 69;
81
+ static readonly NOW = 70;
82
+ static readonly NULL = 71;
83
+ static readonly NUMBER = 72;
84
+ static readonly ON = 73;
85
+ static readonly OR = 74;
86
+ static readonly PICK = 75;
87
+ static readonly QUARTER = 76;
88
+ static readonly RIGHT = 77;
89
+ static readonly SECOND = 78;
90
+ static readonly STRING = 79;
91
+ static readonly SOURCE_KW = 80;
92
+ static readonly SUM = 81;
93
+ static readonly SQL = 82;
94
+ static readonly TABLE = 83;
95
+ static readonly THEN = 84;
96
+ static readonly THIS = 85;
97
+ static readonly TIMESTAMP = 86;
98
+ static readonly TO = 87;
99
+ static readonly TRUE = 88;
100
+ static readonly TURTLE = 89;
101
+ static readonly WEEK = 90;
102
+ static readonly WHEN = 91;
103
+ static readonly WITH = 92;
104
+ static readonly YEAR = 93;
105
+ static readonly UNGROUPED = 94;
106
+ static readonly STRING_ESCAPE = 95;
107
+ static readonly HACKY_REGEX = 96;
108
+ static readonly SQ_STRING = 97;
109
+ static readonly DQ_STRING = 98;
110
+ static readonly BQ_STRING = 99;
111
+ static readonly DOC_ANNOTATION = 100;
112
+ static readonly ANNOTATION = 101;
113
+ static readonly AMPER = 102;
114
+ static readonly ARROW = 103;
115
+ static readonly FAT_ARROW = 104;
116
+ static readonly OPAREN = 105;
117
+ static readonly CPAREN = 106;
118
+ static readonly OBRACK = 107;
119
+ static readonly CBRACK = 108;
120
+ static readonly OCURLY = 109;
121
+ static readonly CCURLY = 110;
122
+ static readonly DOUBLECOLON = 111;
123
+ static readonly TRIPLECOLON = 112;
124
+ static readonly EXCLAM = 113;
125
+ static readonly COLON = 114;
126
+ static readonly COMMA = 115;
127
+ static readonly DOT = 116;
128
+ static readonly LT = 117;
129
+ static readonly GT = 118;
130
+ static readonly EQ = 119;
131
+ static readonly NE = 120;
132
+ static readonly LTE = 121;
133
+ static readonly GTE = 122;
134
+ static readonly PLUS = 123;
135
+ static readonly MINUS = 124;
136
+ static readonly STAR = 125;
137
+ static readonly STARSTAR = 126;
138
+ static readonly SLASH = 127;
139
+ static readonly BAR = 128;
140
+ static readonly SEMI = 129;
141
+ static readonly NOT_MATCH = 130;
142
+ static readonly MATCH = 131;
143
+ static readonly PERCENT = 132;
144
+ static readonly DOUBLE_QMARK = 133;
145
+ static readonly QMARK = 134;
146
+ static readonly LITERAL_TIMESTAMP = 135;
147
+ static readonly LITERAL_HOUR = 136;
148
+ static readonly LITERAL_DAY = 137;
149
+ static readonly LITERAL_QUARTER = 138;
150
+ static readonly LITERAL_MONTH = 139;
151
+ static readonly LITERAL_WEEK = 140;
152
+ static readonly LITERAL_YEAR = 141;
153
+ static readonly IDENTIFIER = 142;
154
+ static readonly PERCENT_LITERAL = 143;
155
+ static readonly NUMERIC_LITERAL = 144;
156
+ static readonly INTEGER_LITERAL = 145;
157
+ static readonly BLOCK_COMMENT = 146;
158
+ static readonly COMMENT_TO_EOL = 147;
159
+ static readonly WHITE_SPACE = 148;
160
+ static readonly SQL_BEGIN = 149;
161
+ static readonly CLOSE_CODE = 150;
162
+ static readonly UNWATED_CHARS_TRAILING_NUMBERS = 151;
163
+ static readonly UNEXPECTED_CHAR = 152;
164
+ static readonly OPEN_CODE = 153;
165
+ static readonly SQL_END = 154;
165
166
  static readonly RULE_malloyDocument = 0;
166
167
  static readonly RULE_malloyStatement = 1;
167
168
  static readonly RULE_defineSourceStatement = 2;
@@ -2126,6 +2127,26 @@ export declare class ExprCompareContext extends FieldExprContext {
2126
2127
  exitRule(listener: MalloyParserListener): void;
2127
2128
  accept<Result>(visitor: MalloyParserVisitor<Result>): Result;
2128
2129
  }
2130
+ export declare class ExprWarnLikeContext extends FieldExprContext {
2131
+ fieldExpr(): FieldExprContext[];
2132
+ fieldExpr(i: number): FieldExprContext;
2133
+ LIKE(): TerminalNode;
2134
+ NOT(): TerminalNode | undefined;
2135
+ constructor(ctx: FieldExprContext);
2136
+ enterRule(listener: MalloyParserListener): void;
2137
+ exitRule(listener: MalloyParserListener): void;
2138
+ accept<Result>(visitor: MalloyParserVisitor<Result>): Result;
2139
+ }
2140
+ export declare class ExprWarnNullCmpContext extends FieldExprContext {
2141
+ fieldExpr(): FieldExprContext;
2142
+ IS(): TerminalNode;
2143
+ NULL(): TerminalNode;
2144
+ NOT(): TerminalNode | undefined;
2145
+ constructor(ctx: FieldExprContext);
2146
+ enterRule(listener: MalloyParserListener): void;
2147
+ exitRule(listener: MalloyParserListener): void;
2148
+ accept<Result>(visitor: MalloyParserVisitor<Result>): Result;
2149
+ }
2129
2150
  export declare class ExprApplyContext extends FieldExprContext {
2130
2151
  fieldExpr(): FieldExprContext;
2131
2152
  QMARK(): TerminalNode;