@hdnax/sqlingo.js 0.0.5 → 0.1.0
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.
- package/CHANGELOG.md +6 -0
- package/README.repo.md +1 -2
- package/dist/chunk-2YNOERAO.cjs +2 -0
- package/dist/chunk-2YNOERAO.cjs.map +1 -0
- package/dist/chunk-2Z3O2CFM.cjs +19 -0
- package/dist/chunk-2Z3O2CFM.cjs.map +1 -0
- package/dist/chunk-4ZMKB6PV.cjs +2 -0
- package/dist/chunk-4ZMKB6PV.cjs.map +1 -0
- package/dist/chunk-53OWF4GG.js +2 -0
- package/dist/chunk-53OWF4GG.js.map +1 -0
- package/dist/chunk-C4CLTVOW.cjs +2 -0
- package/dist/chunk-C4CLTVOW.cjs.map +1 -0
- package/dist/chunk-DOKMTZYO.cjs +4 -0
- package/dist/chunk-DOKMTZYO.cjs.map +1 -0
- package/dist/chunk-FCGUTI7Y.js +2 -0
- package/dist/chunk-FCGUTI7Y.js.map +1 -0
- package/dist/chunk-IPCIXWCY.js +2 -0
- package/dist/chunk-IPCIXWCY.js.map +1 -0
- package/dist/chunk-KCNOE4DZ.js +19 -0
- package/dist/chunk-KCNOE4DZ.js.map +1 -0
- package/dist/chunk-NRJHX2GZ.js +2 -0
- package/dist/chunk-NRJHX2GZ.js.map +1 -0
- package/dist/chunk-O2J5RKBN.js +2 -0
- package/dist/chunk-O2J5RKBN.js.map +1 -0
- package/dist/chunk-PXUASP5I.js +2 -0
- package/dist/chunk-PXUASP5I.js.map +1 -0
- package/dist/chunk-R7C3ZHVK.cjs +2 -0
- package/dist/chunk-R7C3ZHVK.cjs.map +1 -0
- package/dist/chunk-UHWHUDLE.cjs +2 -0
- package/dist/chunk-UHWHUDLE.cjs.map +1 -0
- package/dist/chunk-WRNYJ54A.cjs +2 -0
- package/dist/chunk-WRNYJ54A.cjs.map +1 -0
- package/dist/chunk-XZQFOICX.cjs +3 -0
- package/dist/chunk-XZQFOICX.cjs.map +1 -0
- package/dist/chunk-YLOQRUXC.js +2 -0
- package/dist/chunk-YLOQRUXC.js.map +1 -0
- package/dist/chunk-YSS2WVCM.cjs +2 -0
- package/dist/chunk-YSS2WVCM.cjs.map +1 -0
- package/dist/chunk-Z5V6VOIN.js +3 -0
- package/dist/chunk-Z5V6VOIN.js.map +1 -0
- package/dist/chunk-ZBFGQPJR.js +4 -0
- package/dist/chunk-ZBFGQPJR.js.map +1 -0
- package/dist/dialects/athena.cjs +2 -0
- package/dist/dialects/athena.cjs.map +1 -0
- package/dist/dialects/athena.d.cts +66 -0
- package/dist/dialects/athena.d.ts +66 -0
- package/dist/dialects/athena.js +2 -0
- package/dist/dialects/athena.js.map +1 -0
- package/dist/dialects/bigquery.cjs +3 -0
- package/dist/dialects/bigquery.cjs.map +1 -0
- package/dist/dialects/bigquery.d.cts +651 -0
- package/dist/dialects/bigquery.d.ts +651 -0
- package/dist/dialects/bigquery.js +3 -0
- package/dist/dialects/bigquery.js.map +1 -0
- package/dist/dialects/clickhouse.cjs +2 -0
- package/dist/dialects/clickhouse.cjs.map +1 -0
- package/dist/dialects/clickhouse.d.cts +634 -0
- package/dist/dialects/clickhouse.d.ts +634 -0
- package/dist/dialects/clickhouse.js +2 -0
- package/dist/dialects/clickhouse.js.map +1 -0
- package/dist/dialects/databricks.cjs +2 -0
- package/dist/dialects/databricks.cjs.map +1 -0
- package/dist/dialects/databricks.d.cts +484 -0
- package/dist/dialects/databricks.d.ts +484 -0
- package/dist/dialects/databricks.js +2 -0
- package/dist/dialects/databricks.js.map +1 -0
- package/dist/dialects/doris.cjs +2 -0
- package/dist/dialects/doris.cjs.map +1 -0
- package/dist/dialects/doris.d.cts +484 -0
- package/dist/dialects/doris.d.ts +484 -0
- package/dist/dialects/doris.js +2 -0
- package/dist/dialects/doris.js.map +1 -0
- package/dist/dialects/dremio.cjs +2 -0
- package/dist/dialects/dremio.cjs.map +1 -0
- package/dist/dialects/dremio.d.cts +522 -0
- package/dist/dialects/dremio.d.ts +522 -0
- package/dist/dialects/dremio.js +2 -0
- package/dist/dialects/dremio.js.map +1 -0
- package/dist/dialects/drill.cjs +2 -0
- package/dist/dialects/drill.cjs.map +1 -0
- package/dist/dialects/drill.d.cts +512 -0
- package/dist/dialects/drill.d.ts +512 -0
- package/dist/dialects/drill.js +2 -0
- package/dist/dialects/drill.js.map +1 -0
- package/dist/dialects/druid.cjs +2 -0
- package/dist/dialects/druid.cjs.map +1 -0
- package/dist/dialects/druid.d.cts +17 -0
- package/dist/dialects/druid.d.ts +17 -0
- package/dist/dialects/druid.js +2 -0
- package/dist/dialects/druid.js.map +1 -0
- package/dist/dialects/duckdb.cjs +86 -0
- package/dist/dialects/duckdb.cjs.map +1 -0
- package/dist/dialects/duckdb.d.cts +756 -0
- package/dist/dialects/duckdb.d.ts +756 -0
- package/dist/dialects/duckdb.js +86 -0
- package/dist/dialects/duckdb.js.map +1 -0
- package/dist/dialects/dune.cjs +2 -0
- package/dist/dialects/dune.cjs.map +1 -0
- package/dist/dialects/dune.d.cts +21 -0
- package/dist/dialects/dune.d.ts +21 -0
- package/dist/dialects/dune.js +2 -0
- package/dist/dialects/dune.js.map +1 -0
- package/dist/dialects/exasol.cjs +2 -0
- package/dist/dialects/exasol.cjs.map +1 -0
- package/dist/dialects/exasol.d.cts +507 -0
- package/dist/dialects/exasol.d.ts +507 -0
- package/dist/dialects/exasol.js +2 -0
- package/dist/dialects/exasol.js.map +1 -0
- package/dist/dialects/fabric.cjs +2 -0
- package/dist/dialects/fabric.cjs.map +1 -0
- package/dist/dialects/fabric.d.cts +463 -0
- package/dist/dialects/fabric.d.ts +463 -0
- package/dist/dialects/fabric.js +2 -0
- package/dist/dialects/fabric.js.map +1 -0
- package/dist/dialects/hive.cjs +2 -0
- package/dist/dialects/hive.cjs.map +1 -0
- package/dist/dialects/hive.d.cts +585 -0
- package/dist/dialects/hive.d.ts +585 -0
- package/dist/dialects/hive.js +2 -0
- package/dist/dialects/hive.js.map +1 -0
- package/dist/dialects/materialize.cjs +2 -0
- package/dist/dialects/materialize.cjs.map +1 -0
- package/dist/dialects/materialize.d.cts +890 -0
- package/dist/dialects/materialize.d.ts +890 -0
- package/dist/dialects/materialize.js +2 -0
- package/dist/dialects/materialize.js.map +1 -0
- package/dist/dialects/mysql.cjs +2 -0
- package/dist/dialects/mysql.cjs.map +1 -0
- package/dist/dialects/mysql.d.cts +292 -0
- package/dist/dialects/mysql.d.ts +292 -0
- package/dist/dialects/mysql.js +2 -0
- package/dist/dialects/mysql.js.map +1 -0
- package/dist/dialects/oracle.cjs +2 -0
- package/dist/dialects/oracle.cjs.map +1 -0
- package/dist/dialects/oracle.d.cts +539 -0
- package/dist/dialects/oracle.d.ts +539 -0
- package/dist/dialects/oracle.js +2 -0
- package/dist/dialects/oracle.js.map +1 -0
- package/dist/dialects/postgres.cjs +2 -0
- package/dist/dialects/postgres.cjs.map +1 -0
- package/dist/dialects/postgres.d.cts +587 -0
- package/dist/dialects/postgres.d.ts +587 -0
- package/dist/dialects/postgres.js +2 -0
- package/dist/dialects/postgres.js.map +1 -0
- package/dist/dialects/presto.cjs +2 -0
- package/dist/dialects/presto.cjs.map +1 -0
- package/dist/dialects/presto.d.cts +173 -0
- package/dist/dialects/presto.d.ts +173 -0
- package/dist/dialects/presto.js +2 -0
- package/dist/dialects/presto.js.map +1 -0
- package/dist/dialects/prql.cjs +2 -0
- package/dist/dialects/prql.cjs.map +1 -0
- package/dist/dialects/prql.d.cts +496 -0
- package/dist/dialects/prql.d.ts +496 -0
- package/dist/dialects/prql.js +2 -0
- package/dist/dialects/prql.js.map +1 -0
- package/dist/dialects/redshift.cjs +2 -0
- package/dist/dialects/redshift.cjs.map +1 -0
- package/dist/dialects/redshift.d.cts +132 -0
- package/dist/dialects/redshift.d.ts +132 -0
- package/dist/dialects/redshift.js +2 -0
- package/dist/dialects/redshift.js.map +1 -0
- package/dist/dialects/risingwave.cjs +2 -0
- package/dist/dialects/risingwave.cjs.map +1 -0
- package/dist/dialects/risingwave.d.cts +478 -0
- package/dist/dialects/risingwave.d.ts +478 -0
- package/dist/dialects/risingwave.js +2 -0
- package/dist/dialects/risingwave.js.map +1 -0
- package/dist/dialects/singlestore.cjs +2 -0
- package/dist/dialects/singlestore.cjs.map +1 -0
- package/dist/dialects/singlestore.d.cts +73 -0
- package/dist/dialects/singlestore.d.ts +73 -0
- package/dist/dialects/singlestore.js +2 -0
- package/dist/dialects/singlestore.js.map +1 -0
- package/dist/dialects/snowflake.cjs +3 -0
- package/dist/dialects/snowflake.cjs.map +1 -0
- package/dist/dialects/snowflake.d.cts +320 -0
- package/dist/dialects/snowflake.d.ts +320 -0
- package/dist/dialects/snowflake.js +3 -0
- package/dist/dialects/snowflake.js.map +1 -0
- package/dist/dialects/solr.cjs +2 -0
- package/dist/dialects/solr.cjs.map +1 -0
- package/dist/dialects/solr.d.cts +458 -0
- package/dist/dialects/solr.d.ts +458 -0
- package/dist/dialects/solr.js +2 -0
- package/dist/dialects/solr.js.map +1 -0
- package/dist/dialects/spark.cjs +2 -0
- package/dist/dialects/spark.cjs.map +1 -0
- package/dist/dialects/spark.d.cts +484 -0
- package/dist/dialects/spark.d.ts +484 -0
- package/dist/dialects/spark.js +2 -0
- package/dist/dialects/spark.js.map +1 -0
- package/dist/dialects/spark2.cjs +2 -0
- package/dist/dialects/spark2.cjs.map +1 -0
- package/dist/dialects/spark2.d.cts +486 -0
- package/dist/dialects/spark2.d.ts +486 -0
- package/dist/dialects/spark2.js +2 -0
- package/dist/dialects/spark2.js.map +1 -0
- package/dist/dialects/sqlite.cjs +2 -0
- package/dist/dialects/sqlite.cjs.map +1 -0
- package/dist/dialects/sqlite.d.cts +510 -0
- package/dist/dialects/sqlite.d.ts +510 -0
- package/dist/dialects/sqlite.js +2 -0
- package/dist/dialects/sqlite.js.map +1 -0
- package/dist/dialects/starrocks.cjs +2 -0
- package/dist/dialects/starrocks.cjs.map +1 -0
- package/dist/dialects/starrocks.d.cts +518 -0
- package/dist/dialects/starrocks.d.ts +518 -0
- package/dist/dialects/starrocks.js +2 -0
- package/dist/dialects/starrocks.js.map +1 -0
- package/dist/dialects/tableau.cjs +2 -0
- package/dist/dialects/tableau.cjs.map +1 -0
- package/dist/dialects/tableau.d.cts +466 -0
- package/dist/dialects/tableau.d.ts +466 -0
- package/dist/dialects/tableau.js +2 -0
- package/dist/dialects/tableau.js.map +1 -0
- package/dist/dialects/teradata.cjs +2 -0
- package/dist/dialects/teradata.cjs.map +1 -0
- package/dist/dialects/teradata.d.cts +539 -0
- package/dist/dialects/teradata.d.ts +539 -0
- package/dist/dialects/teradata.js +2 -0
- package/dist/dialects/teradata.js.map +1 -0
- package/dist/dialects/trino.cjs +2 -0
- package/dist/dialects/trino.cjs.map +1 -0
- package/dist/dialects/trino.d.cts +465 -0
- package/dist/dialects/trino.d.ts +465 -0
- package/dist/dialects/trino.js +2 -0
- package/dist/dialects/trino.js.map +1 -0
- package/dist/dialects/tsql.cjs +2 -0
- package/dist/dialects/tsql.cjs.map +1 -0
- package/dist/dialects/tsql.d.cts +703 -0
- package/dist/dialects/tsql.d.ts +703 -0
- package/dist/dialects/tsql.js +2 -0
- package/dist/dialects/tsql.js.map +1 -0
- package/dist/index.cjs +5 -25
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -14178
- package/dist/index.d.ts +3 -14178
- package/dist/index.js +5 -25
- package/dist/index.js.map +1 -1
- package/dist/tokens-VcMD09XM.d.cts +15805 -0
- package/dist/tokens-VcMD09XM.d.ts +15805 -0
- package/package.json +171 -5
|
@@ -0,0 +1,890 @@
|
|
|
1
|
+
import { d as Dialects, l as TokenType, E as Expression, i as Parser, br as ToMapExpr, cC as KwargExpr, G as Generator, cD as PropertyEqExpr, b5 as DataTypeExpr, cE as ListExpr } from '../tokens-VcMD09XM.js';
|
|
2
|
+
import { Postgres } from './postgres.js';
|
|
3
|
+
|
|
4
|
+
declare class MaterializeParser extends Postgres.Parser {
|
|
5
|
+
static get ID_VAR_TOKENS(): Set<TokenType>;
|
|
6
|
+
static get NO_PAREN_FUNCTIONS(): {
|
|
7
|
+
lParen?: typeof Expression | undefined;
|
|
8
|
+
rParen?: typeof Expression | undefined;
|
|
9
|
+
lBracket?: typeof Expression | undefined;
|
|
10
|
+
rBracket?: typeof Expression | undefined;
|
|
11
|
+
lBrace?: typeof Expression | undefined;
|
|
12
|
+
rBrace?: typeof Expression | undefined;
|
|
13
|
+
comma?: typeof Expression | undefined;
|
|
14
|
+
dot?: typeof Expression | undefined;
|
|
15
|
+
dash?: typeof Expression | undefined;
|
|
16
|
+
plus?: typeof Expression | undefined;
|
|
17
|
+
colon?: typeof Expression | undefined;
|
|
18
|
+
dotcolon?: typeof Expression | undefined;
|
|
19
|
+
dcolon?: typeof Expression | undefined;
|
|
20
|
+
dcolondollar?: typeof Expression | undefined;
|
|
21
|
+
dcolonpercent?: typeof Expression | undefined;
|
|
22
|
+
dcolonqmark?: typeof Expression | undefined;
|
|
23
|
+
dqmark?: typeof Expression | undefined;
|
|
24
|
+
semicolon?: typeof Expression | undefined;
|
|
25
|
+
star?: typeof Expression | undefined;
|
|
26
|
+
backslash?: typeof Expression | undefined;
|
|
27
|
+
slash?: typeof Expression | undefined;
|
|
28
|
+
lt?: typeof Expression | undefined;
|
|
29
|
+
lte?: typeof Expression | undefined;
|
|
30
|
+
gt?: typeof Expression | undefined;
|
|
31
|
+
gte?: typeof Expression | undefined;
|
|
32
|
+
not?: typeof Expression | undefined;
|
|
33
|
+
eq?: typeof Expression | undefined;
|
|
34
|
+
neq?: typeof Expression | undefined;
|
|
35
|
+
nullsafeEq?: typeof Expression | undefined;
|
|
36
|
+
colonEq?: typeof Expression | undefined;
|
|
37
|
+
colonGt?: typeof Expression | undefined;
|
|
38
|
+
ncolonGt?: typeof Expression | undefined;
|
|
39
|
+
and?: typeof Expression | undefined;
|
|
40
|
+
or?: typeof Expression | undefined;
|
|
41
|
+
amp?: typeof Expression | undefined;
|
|
42
|
+
dpipe?: typeof Expression | undefined;
|
|
43
|
+
pipeGt?: typeof Expression | undefined;
|
|
44
|
+
pipe?: typeof Expression | undefined;
|
|
45
|
+
pipeSlash?: typeof Expression | undefined;
|
|
46
|
+
dpipeSlash?: typeof Expression | undefined;
|
|
47
|
+
caret?: typeof Expression | undefined;
|
|
48
|
+
caretAt?: typeof Expression | undefined;
|
|
49
|
+
tilde?: typeof Expression | undefined;
|
|
50
|
+
arrow?: typeof Expression | undefined;
|
|
51
|
+
darrow?: typeof Expression | undefined;
|
|
52
|
+
farrow?: typeof Expression | undefined;
|
|
53
|
+
hash?: typeof Expression | undefined;
|
|
54
|
+
hashArrow?: typeof Expression | undefined;
|
|
55
|
+
dhashArrow?: typeof Expression | undefined;
|
|
56
|
+
lrArrow?: typeof Expression | undefined;
|
|
57
|
+
dat?: typeof Expression | undefined;
|
|
58
|
+
ltAt?: typeof Expression | undefined;
|
|
59
|
+
atGt?: typeof Expression | undefined;
|
|
60
|
+
dollar?: typeof Expression | undefined;
|
|
61
|
+
parameter?: typeof Expression | undefined;
|
|
62
|
+
session?: typeof Expression | undefined;
|
|
63
|
+
sessionParameter?: typeof Expression | undefined;
|
|
64
|
+
sessionUser?: typeof Expression | undefined;
|
|
65
|
+
damp?: typeof Expression | undefined;
|
|
66
|
+
ampLt?: typeof Expression | undefined;
|
|
67
|
+
ampGt?: typeof Expression | undefined;
|
|
68
|
+
adjacent?: typeof Expression | undefined;
|
|
69
|
+
xor?: typeof Expression | undefined;
|
|
70
|
+
dstar?: typeof Expression | undefined;
|
|
71
|
+
qmarkAmp?: typeof Expression | undefined;
|
|
72
|
+
qmarkPipe?: typeof Expression | undefined;
|
|
73
|
+
hashDash?: typeof Expression | undefined;
|
|
74
|
+
exclamation?: typeof Expression | undefined;
|
|
75
|
+
uriStart?: typeof Expression | undefined;
|
|
76
|
+
blockStart?: typeof Expression | undefined;
|
|
77
|
+
blockEnd?: typeof Expression | undefined;
|
|
78
|
+
space?: typeof Expression | undefined;
|
|
79
|
+
break?: typeof Expression | undefined;
|
|
80
|
+
string?: typeof Expression | undefined;
|
|
81
|
+
number?: typeof Expression | undefined;
|
|
82
|
+
identifier?: typeof Expression | undefined;
|
|
83
|
+
database?: typeof Expression | undefined;
|
|
84
|
+
column?: typeof Expression | undefined;
|
|
85
|
+
columnDef?: typeof Expression | undefined;
|
|
86
|
+
schema?: typeof Expression | undefined;
|
|
87
|
+
table?: typeof Expression | undefined;
|
|
88
|
+
warehouse?: typeof Expression | undefined;
|
|
89
|
+
stage?: typeof Expression | undefined;
|
|
90
|
+
streamlit?: typeof Expression | undefined;
|
|
91
|
+
var?: typeof Expression | undefined;
|
|
92
|
+
bitString?: typeof Expression | undefined;
|
|
93
|
+
hexString?: typeof Expression | undefined;
|
|
94
|
+
byteString?: typeof Expression | undefined;
|
|
95
|
+
nationalString?: typeof Expression | undefined;
|
|
96
|
+
rawString?: typeof Expression | undefined;
|
|
97
|
+
heredocString?: typeof Expression | undefined;
|
|
98
|
+
unicodeString?: typeof Expression | undefined;
|
|
99
|
+
bit?: typeof Expression | undefined;
|
|
100
|
+
boolean?: typeof Expression | undefined;
|
|
101
|
+
tinyint?: typeof Expression | undefined;
|
|
102
|
+
utinyint?: typeof Expression | undefined;
|
|
103
|
+
smallint?: typeof Expression | undefined;
|
|
104
|
+
usmallint?: typeof Expression | undefined;
|
|
105
|
+
mediumint?: typeof Expression | undefined;
|
|
106
|
+
umediumint?: typeof Expression | undefined;
|
|
107
|
+
int?: typeof Expression | undefined;
|
|
108
|
+
uint?: typeof Expression | undefined;
|
|
109
|
+
bigint?: typeof Expression | undefined;
|
|
110
|
+
ubigint?: typeof Expression | undefined;
|
|
111
|
+
bignum?: typeof Expression | undefined;
|
|
112
|
+
int128?: typeof Expression | undefined;
|
|
113
|
+
uint128?: typeof Expression | undefined;
|
|
114
|
+
int256?: typeof Expression | undefined;
|
|
115
|
+
uint256?: typeof Expression | undefined;
|
|
116
|
+
float?: typeof Expression | undefined;
|
|
117
|
+
double?: typeof Expression | undefined;
|
|
118
|
+
udouble?: typeof Expression | undefined;
|
|
119
|
+
decimal?: typeof Expression | undefined;
|
|
120
|
+
decimal32?: typeof Expression | undefined;
|
|
121
|
+
decimal64?: typeof Expression | undefined;
|
|
122
|
+
decimal128?: typeof Expression | undefined;
|
|
123
|
+
decimal256?: typeof Expression | undefined;
|
|
124
|
+
decfloat?: typeof Expression | undefined;
|
|
125
|
+
udecimal?: typeof Expression | undefined;
|
|
126
|
+
bigdecimal?: typeof Expression | undefined;
|
|
127
|
+
char?: typeof Expression | undefined;
|
|
128
|
+
nchar?: typeof Expression | undefined;
|
|
129
|
+
varchar?: typeof Expression | undefined;
|
|
130
|
+
nvarchar?: typeof Expression | undefined;
|
|
131
|
+
bpchar?: typeof Expression | undefined;
|
|
132
|
+
text?: typeof Expression | undefined;
|
|
133
|
+
mediumtext?: typeof Expression | undefined;
|
|
134
|
+
longtext?: typeof Expression | undefined;
|
|
135
|
+
blob?: typeof Expression | undefined;
|
|
136
|
+
mediumblob?: typeof Expression | undefined;
|
|
137
|
+
longblob?: typeof Expression | undefined;
|
|
138
|
+
tinyblob?: typeof Expression | undefined;
|
|
139
|
+
tinytext?: typeof Expression | undefined;
|
|
140
|
+
name?: typeof Expression | undefined;
|
|
141
|
+
binary?: typeof Expression | undefined;
|
|
142
|
+
varbinary?: typeof Expression | undefined;
|
|
143
|
+
json?: typeof Expression | undefined;
|
|
144
|
+
jsonb?: typeof Expression | undefined;
|
|
145
|
+
time?: typeof Expression | undefined;
|
|
146
|
+
timetz?: typeof Expression | undefined;
|
|
147
|
+
timeNs?: typeof Expression | undefined;
|
|
148
|
+
timestamp?: typeof Expression | undefined;
|
|
149
|
+
timestamptz?: typeof Expression | undefined;
|
|
150
|
+
timestampltz?: typeof Expression | undefined;
|
|
151
|
+
timestampntz?: typeof Expression | undefined;
|
|
152
|
+
timestampS?: typeof Expression | undefined;
|
|
153
|
+
timestampMs?: typeof Expression | undefined;
|
|
154
|
+
timestampNs?: typeof Expression | undefined;
|
|
155
|
+
datetime?: typeof Expression | undefined;
|
|
156
|
+
datetime2?: typeof Expression | undefined;
|
|
157
|
+
datetime64?: typeof Expression | undefined;
|
|
158
|
+
smalldatetime?: typeof Expression | undefined;
|
|
159
|
+
date?: typeof Expression | undefined;
|
|
160
|
+
date32?: typeof Expression | undefined;
|
|
161
|
+
int4range?: typeof Expression | undefined;
|
|
162
|
+
int4multirange?: typeof Expression | undefined;
|
|
163
|
+
int8range?: typeof Expression | undefined;
|
|
164
|
+
int8multirange?: typeof Expression | undefined;
|
|
165
|
+
numrange?: typeof Expression | undefined;
|
|
166
|
+
nummultirange?: typeof Expression | undefined;
|
|
167
|
+
tsrange?: typeof Expression | undefined;
|
|
168
|
+
tsmultirange?: typeof Expression | undefined;
|
|
169
|
+
tstzrange?: typeof Expression | undefined;
|
|
170
|
+
tstzmultirange?: typeof Expression | undefined;
|
|
171
|
+
daterange?: typeof Expression | undefined;
|
|
172
|
+
datemultirange?: typeof Expression | undefined;
|
|
173
|
+
uuid?: typeof Expression | undefined;
|
|
174
|
+
geography?: typeof Expression | undefined;
|
|
175
|
+
geographypoint?: typeof Expression | undefined;
|
|
176
|
+
nullable?: typeof Expression | undefined;
|
|
177
|
+
geometry?: typeof Expression | undefined;
|
|
178
|
+
point?: typeof Expression | undefined;
|
|
179
|
+
ring?: typeof Expression | undefined;
|
|
180
|
+
linestring?: typeof Expression | undefined;
|
|
181
|
+
localtime?: typeof Expression | undefined;
|
|
182
|
+
localtimestamp?: typeof Expression | undefined;
|
|
183
|
+
systimestamp?: typeof Expression | undefined;
|
|
184
|
+
multilinestring?: typeof Expression | undefined;
|
|
185
|
+
polygon?: typeof Expression | undefined;
|
|
186
|
+
multipolygon?: typeof Expression | undefined;
|
|
187
|
+
hllsketch?: typeof Expression | undefined;
|
|
188
|
+
hstore?: typeof Expression | undefined;
|
|
189
|
+
super?: typeof Expression | undefined;
|
|
190
|
+
serial?: typeof Expression | undefined;
|
|
191
|
+
smallserial?: typeof Expression | undefined;
|
|
192
|
+
bigserial?: typeof Expression | undefined;
|
|
193
|
+
xml?: typeof Expression | undefined;
|
|
194
|
+
year?: typeof Expression | undefined;
|
|
195
|
+
userdefined?: typeof Expression | undefined;
|
|
196
|
+
money?: typeof Expression | undefined;
|
|
197
|
+
smallmoney?: typeof Expression | undefined;
|
|
198
|
+
rowversion?: typeof Expression | undefined;
|
|
199
|
+
image?: typeof Expression | undefined;
|
|
200
|
+
variant?: typeof Expression | undefined;
|
|
201
|
+
object?: typeof Expression | undefined;
|
|
202
|
+
inet?: typeof Expression | undefined;
|
|
203
|
+
ipaddress?: typeof Expression | undefined;
|
|
204
|
+
ipprefix?: typeof Expression | undefined;
|
|
205
|
+
ipv4?: typeof Expression | undefined;
|
|
206
|
+
ipv6?: typeof Expression | undefined;
|
|
207
|
+
enum?: typeof Expression | undefined;
|
|
208
|
+
enum8?: typeof Expression | undefined;
|
|
209
|
+
enum16?: typeof Expression | undefined;
|
|
210
|
+
fixedstring?: typeof Expression | undefined;
|
|
211
|
+
lowcardinality?: typeof Expression | undefined;
|
|
212
|
+
nested?: typeof Expression | undefined;
|
|
213
|
+
aggregatefunction?: typeof Expression | undefined;
|
|
214
|
+
simpleaggregatefunction?: typeof Expression | undefined;
|
|
215
|
+
tdigest?: typeof Expression | undefined;
|
|
216
|
+
unknown?: typeof Expression | undefined;
|
|
217
|
+
vector?: typeof Expression | undefined;
|
|
218
|
+
dynamic?: typeof Expression | undefined;
|
|
219
|
+
void?: typeof Expression | undefined;
|
|
220
|
+
alias?: typeof Expression | undefined;
|
|
221
|
+
alter?: typeof Expression | undefined;
|
|
222
|
+
all?: typeof Expression | undefined;
|
|
223
|
+
anti?: typeof Expression | undefined;
|
|
224
|
+
any?: typeof Expression | undefined;
|
|
225
|
+
apply?: typeof Expression | undefined;
|
|
226
|
+
array?: typeof Expression | undefined;
|
|
227
|
+
asc?: typeof Expression | undefined;
|
|
228
|
+
asof?: typeof Expression | undefined;
|
|
229
|
+
attach?: typeof Expression | undefined;
|
|
230
|
+
autoIncrement?: typeof Expression | undefined;
|
|
231
|
+
begin?: typeof Expression | undefined;
|
|
232
|
+
between?: typeof Expression | undefined;
|
|
233
|
+
bulkCollectInto?: typeof Expression | undefined;
|
|
234
|
+
cache?: typeof Expression | undefined;
|
|
235
|
+
case?: typeof Expression | undefined;
|
|
236
|
+
characterSet?: typeof Expression | undefined;
|
|
237
|
+
clusterBy?: typeof Expression | undefined;
|
|
238
|
+
collate?: typeof Expression | undefined;
|
|
239
|
+
command?: typeof Expression | undefined;
|
|
240
|
+
comment?: typeof Expression | undefined;
|
|
241
|
+
commit?: typeof Expression | undefined;
|
|
242
|
+
connectBy?: typeof Expression | undefined;
|
|
243
|
+
constraint?: typeof Expression | undefined;
|
|
244
|
+
copy?: typeof Expression | undefined;
|
|
245
|
+
create?: typeof Expression | undefined;
|
|
246
|
+
cross?: typeof Expression | undefined;
|
|
247
|
+
cube?: typeof Expression | undefined;
|
|
248
|
+
currentDate?: typeof Expression | undefined;
|
|
249
|
+
currentDatetime?: typeof Expression | undefined;
|
|
250
|
+
currentSchema?: typeof Expression | undefined;
|
|
251
|
+
currentTime?: typeof Expression | undefined;
|
|
252
|
+
currentTimestamp?: typeof Expression | undefined;
|
|
253
|
+
currentUser?: typeof Expression | undefined;
|
|
254
|
+
currentRole?: typeof Expression | undefined;
|
|
255
|
+
currentCatalog?: typeof Expression | undefined;
|
|
256
|
+
declare?: typeof Expression | undefined;
|
|
257
|
+
default?: typeof Expression | undefined;
|
|
258
|
+
delete?: typeof Expression | undefined;
|
|
259
|
+
desc?: typeof Expression | undefined;
|
|
260
|
+
describe?: typeof Expression | undefined;
|
|
261
|
+
detach?: typeof Expression | undefined;
|
|
262
|
+
dictionary?: typeof Expression | undefined;
|
|
263
|
+
distinct?: typeof Expression | undefined;
|
|
264
|
+
distributeBy?: typeof Expression | undefined;
|
|
265
|
+
div?: typeof Expression | undefined;
|
|
266
|
+
drop?: typeof Expression | undefined;
|
|
267
|
+
else?: typeof Expression | undefined;
|
|
268
|
+
end?: typeof Expression | undefined;
|
|
269
|
+
escape?: typeof Expression | undefined;
|
|
270
|
+
except?: typeof Expression | undefined;
|
|
271
|
+
execute?: typeof Expression | undefined;
|
|
272
|
+
exists?: typeof Expression | undefined;
|
|
273
|
+
false?: typeof Expression | undefined;
|
|
274
|
+
fetch?: typeof Expression | undefined;
|
|
275
|
+
file?: typeof Expression | undefined;
|
|
276
|
+
fileFormat?: typeof Expression | undefined;
|
|
277
|
+
filter?: typeof Expression | undefined;
|
|
278
|
+
final?: typeof Expression | undefined;
|
|
279
|
+
first?: typeof Expression | undefined;
|
|
280
|
+
for?: typeof Expression | undefined;
|
|
281
|
+
force?: typeof Expression | undefined;
|
|
282
|
+
foreignKey?: typeof Expression | undefined;
|
|
283
|
+
format?: typeof Expression | undefined;
|
|
284
|
+
from?: typeof Expression | undefined;
|
|
285
|
+
full?: typeof Expression | undefined;
|
|
286
|
+
function?: typeof Expression | undefined;
|
|
287
|
+
get?: typeof Expression | undefined;
|
|
288
|
+
glob?: typeof Expression | undefined;
|
|
289
|
+
global?: typeof Expression | undefined;
|
|
290
|
+
grant?: typeof Expression | undefined;
|
|
291
|
+
groupBy?: typeof Expression | undefined;
|
|
292
|
+
groupingSets?: typeof Expression | undefined;
|
|
293
|
+
having?: typeof Expression | undefined;
|
|
294
|
+
hint?: typeof Expression | undefined;
|
|
295
|
+
ignore?: typeof Expression | undefined;
|
|
296
|
+
ilike?: typeof Expression | undefined;
|
|
297
|
+
in?: typeof Expression | undefined;
|
|
298
|
+
index?: typeof Expression | undefined;
|
|
299
|
+
indexedBy?: typeof Expression | undefined;
|
|
300
|
+
inner?: typeof Expression | undefined;
|
|
301
|
+
insert?: typeof Expression | undefined;
|
|
302
|
+
install?: typeof Expression | undefined;
|
|
303
|
+
intersect?: typeof Expression | undefined;
|
|
304
|
+
interval?: typeof Expression | undefined;
|
|
305
|
+
into?: typeof Expression | undefined;
|
|
306
|
+
introducer?: typeof Expression | undefined;
|
|
307
|
+
irlike?: typeof Expression | undefined;
|
|
308
|
+
is?: typeof Expression | undefined;
|
|
309
|
+
isnull?: typeof Expression | undefined;
|
|
310
|
+
join?: typeof Expression | undefined;
|
|
311
|
+
joinMarker?: typeof Expression | undefined;
|
|
312
|
+
keep?: typeof Expression | undefined;
|
|
313
|
+
key?: typeof Expression | undefined;
|
|
314
|
+
kill?: typeof Expression | undefined;
|
|
315
|
+
language?: typeof Expression | undefined;
|
|
316
|
+
lateral?: typeof Expression | undefined;
|
|
317
|
+
left?: typeof Expression | undefined;
|
|
318
|
+
like?: typeof Expression | undefined;
|
|
319
|
+
limit?: typeof Expression | undefined;
|
|
320
|
+
list?: typeof Expression | undefined;
|
|
321
|
+
load?: typeof Expression | undefined;
|
|
322
|
+
lock?: typeof Expression | undefined;
|
|
323
|
+
map?: typeof Expression | undefined;
|
|
324
|
+
match?: typeof Expression | undefined;
|
|
325
|
+
matchCondition?: typeof Expression | undefined;
|
|
326
|
+
matchRecognize?: typeof Expression | undefined;
|
|
327
|
+
memberOf?: typeof Expression | undefined;
|
|
328
|
+
merge?: typeof Expression | undefined;
|
|
329
|
+
mod?: typeof Expression | undefined;
|
|
330
|
+
model?: typeof Expression | undefined;
|
|
331
|
+
natural?: typeof Expression | undefined;
|
|
332
|
+
next?: typeof Expression | undefined;
|
|
333
|
+
nothing?: typeof Expression | undefined;
|
|
334
|
+
notnull?: typeof Expression | undefined;
|
|
335
|
+
null?: typeof Expression | undefined;
|
|
336
|
+
objectIdentifier?: typeof Expression | undefined;
|
|
337
|
+
offset?: typeof Expression | undefined;
|
|
338
|
+
on?: typeof Expression | undefined;
|
|
339
|
+
only?: typeof Expression | undefined;
|
|
340
|
+
operator?: typeof Expression | undefined;
|
|
341
|
+
orderBy?: typeof Expression | undefined;
|
|
342
|
+
orderSiblingsBy?: typeof Expression | undefined;
|
|
343
|
+
ordered?: typeof Expression | undefined;
|
|
344
|
+
ordinality?: typeof Expression | undefined;
|
|
345
|
+
out?: typeof Expression | undefined;
|
|
346
|
+
inout?: typeof Expression | undefined;
|
|
347
|
+
outer?: typeof Expression | undefined;
|
|
348
|
+
over?: typeof Expression | undefined;
|
|
349
|
+
overlaps?: typeof Expression | undefined;
|
|
350
|
+
overwrite?: typeof Expression | undefined;
|
|
351
|
+
partition?: typeof Expression | undefined;
|
|
352
|
+
partitionBy?: typeof Expression | undefined;
|
|
353
|
+
percent?: typeof Expression | undefined;
|
|
354
|
+
pivot?: typeof Expression | undefined;
|
|
355
|
+
placeholder?: typeof Expression | undefined;
|
|
356
|
+
positional?: typeof Expression | undefined;
|
|
357
|
+
pragma?: typeof Expression | undefined;
|
|
358
|
+
prewhere?: typeof Expression | undefined;
|
|
359
|
+
primaryKey?: typeof Expression | undefined;
|
|
360
|
+
procedure?: typeof Expression | undefined;
|
|
361
|
+
properties?: typeof Expression | undefined;
|
|
362
|
+
pseudoType?: typeof Expression | undefined;
|
|
363
|
+
put?: typeof Expression | undefined;
|
|
364
|
+
qualify?: typeof Expression | undefined;
|
|
365
|
+
quote?: typeof Expression | undefined;
|
|
366
|
+
qdcolon?: typeof Expression | undefined;
|
|
367
|
+
range?: typeof Expression | undefined;
|
|
368
|
+
recursive?: typeof Expression | undefined;
|
|
369
|
+
refresh?: typeof Expression | undefined;
|
|
370
|
+
rename?: typeof Expression | undefined;
|
|
371
|
+
replace?: typeof Expression | undefined;
|
|
372
|
+
returning?: typeof Expression | undefined;
|
|
373
|
+
revoke?: typeof Expression | undefined;
|
|
374
|
+
references?: typeof Expression | undefined;
|
|
375
|
+
right?: typeof Expression | undefined;
|
|
376
|
+
rlike?: typeof Expression | undefined;
|
|
377
|
+
rollback?: typeof Expression | undefined;
|
|
378
|
+
rollup?: typeof Expression | undefined;
|
|
379
|
+
row?: typeof Expression | undefined;
|
|
380
|
+
rows?: typeof Expression | undefined;
|
|
381
|
+
select?: typeof Expression | undefined;
|
|
382
|
+
semi?: typeof Expression | undefined;
|
|
383
|
+
separator?: typeof Expression | undefined;
|
|
384
|
+
sequence?: typeof Expression | undefined;
|
|
385
|
+
serdeProperties?: typeof Expression | undefined;
|
|
386
|
+
set?: typeof Expression | undefined;
|
|
387
|
+
settings?: typeof Expression | undefined;
|
|
388
|
+
show?: typeof Expression | undefined;
|
|
389
|
+
similarTo?: typeof Expression | undefined;
|
|
390
|
+
some?: typeof Expression | undefined;
|
|
391
|
+
sortBy?: typeof Expression | undefined;
|
|
392
|
+
soundsLike?: typeof Expression | undefined;
|
|
393
|
+
startWith?: typeof Expression | undefined;
|
|
394
|
+
storageIntegration?: typeof Expression | undefined;
|
|
395
|
+
straightJoin?: typeof Expression | undefined;
|
|
396
|
+
struct?: typeof Expression | undefined;
|
|
397
|
+
summarize?: typeof Expression | undefined;
|
|
398
|
+
tableSample?: typeof Expression | undefined;
|
|
399
|
+
tag?: typeof Expression | undefined;
|
|
400
|
+
temporary?: typeof Expression | undefined;
|
|
401
|
+
top?: typeof Expression | undefined;
|
|
402
|
+
then?: typeof Expression | undefined;
|
|
403
|
+
true?: typeof Expression | undefined;
|
|
404
|
+
truncate?: typeof Expression | undefined;
|
|
405
|
+
uncache?: typeof Expression | undefined;
|
|
406
|
+
union?: typeof Expression | undefined;
|
|
407
|
+
unnest?: typeof Expression | undefined;
|
|
408
|
+
unpivot?: typeof Expression | undefined;
|
|
409
|
+
update?: typeof Expression | undefined;
|
|
410
|
+
use?: typeof Expression | undefined;
|
|
411
|
+
using?: typeof Expression | undefined;
|
|
412
|
+
values?: typeof Expression | undefined;
|
|
413
|
+
variadic?: typeof Expression | undefined;
|
|
414
|
+
view?: typeof Expression | undefined;
|
|
415
|
+
semanticView?: typeof Expression | undefined;
|
|
416
|
+
volatile?: typeof Expression | undefined;
|
|
417
|
+
when?: typeof Expression | undefined;
|
|
418
|
+
where?: typeof Expression | undefined;
|
|
419
|
+
window?: typeof Expression | undefined;
|
|
420
|
+
with?: typeof Expression | undefined;
|
|
421
|
+
unique?: typeof Expression | undefined;
|
|
422
|
+
utcDate?: typeof Expression | undefined;
|
|
423
|
+
utcTime?: typeof Expression | undefined;
|
|
424
|
+
utcTimestamp?: typeof Expression | undefined;
|
|
425
|
+
versionSnapshot?: typeof Expression | undefined;
|
|
426
|
+
timestampSnapshot?: typeof Expression | undefined;
|
|
427
|
+
option?: typeof Expression | undefined;
|
|
428
|
+
sink?: typeof Expression | undefined;
|
|
429
|
+
source?: typeof Expression | undefined;
|
|
430
|
+
analyze?: typeof Expression | undefined;
|
|
431
|
+
namespace?: typeof Expression | undefined;
|
|
432
|
+
export?: typeof Expression | undefined;
|
|
433
|
+
hiveTokenStream?: typeof Expression | undefined;
|
|
434
|
+
};
|
|
435
|
+
static get NO_PAREN_FUNCTION_PARSERS(): {
|
|
436
|
+
MAP: (this: Parser) => ToMapExpr;
|
|
437
|
+
};
|
|
438
|
+
static get LAMBDAS(): {
|
|
439
|
+
farrow: (this: Parser, expressions: Expression[]) => KwargExpr;
|
|
440
|
+
lParen?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
441
|
+
rParen?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
442
|
+
lBracket?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
443
|
+
rBracket?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
444
|
+
lBrace?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
445
|
+
rBrace?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
446
|
+
comma?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
447
|
+
dot?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
448
|
+
dash?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
449
|
+
plus?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
450
|
+
colon?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
451
|
+
dotcolon?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
452
|
+
dcolon?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
453
|
+
dcolondollar?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
454
|
+
dcolonpercent?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
455
|
+
dcolonqmark?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
456
|
+
dqmark?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
457
|
+
semicolon?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
458
|
+
star?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
459
|
+
backslash?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
460
|
+
slash?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
461
|
+
lt?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
462
|
+
lte?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
463
|
+
gt?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
464
|
+
gte?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
465
|
+
not?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
466
|
+
eq?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
467
|
+
neq?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
468
|
+
nullsafeEq?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
469
|
+
colonEq?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
470
|
+
colonGt?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
471
|
+
ncolonGt?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
472
|
+
and?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
473
|
+
or?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
474
|
+
amp?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
475
|
+
dpipe?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
476
|
+
pipeGt?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
477
|
+
pipe?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
478
|
+
pipeSlash?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
479
|
+
dpipeSlash?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
480
|
+
caret?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
481
|
+
caretAt?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
482
|
+
tilde?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
483
|
+
arrow?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
484
|
+
darrow?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
485
|
+
hash?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
486
|
+
hashArrow?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
487
|
+
dhashArrow?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
488
|
+
lrArrow?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
489
|
+
dat?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
490
|
+
ltAt?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
491
|
+
atGt?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
492
|
+
dollar?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
493
|
+
parameter?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
494
|
+
session?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
495
|
+
sessionParameter?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
496
|
+
sessionUser?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
497
|
+
damp?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
498
|
+
ampLt?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
499
|
+
ampGt?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
500
|
+
adjacent?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
501
|
+
xor?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
502
|
+
dstar?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
503
|
+
qmarkAmp?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
504
|
+
qmarkPipe?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
505
|
+
hashDash?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
506
|
+
exclamation?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
507
|
+
uriStart?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
508
|
+
blockStart?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
509
|
+
blockEnd?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
510
|
+
space?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
511
|
+
break?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
512
|
+
string?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
513
|
+
number?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
514
|
+
identifier?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
515
|
+
database?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
516
|
+
column?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
517
|
+
columnDef?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
518
|
+
schema?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
519
|
+
table?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
520
|
+
warehouse?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
521
|
+
stage?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
522
|
+
streamlit?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
523
|
+
var?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
524
|
+
bitString?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
525
|
+
hexString?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
526
|
+
byteString?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
527
|
+
nationalString?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
528
|
+
rawString?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
529
|
+
heredocString?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
530
|
+
unicodeString?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
531
|
+
bit?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
532
|
+
boolean?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
533
|
+
tinyint?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
534
|
+
utinyint?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
535
|
+
smallint?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
536
|
+
usmallint?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
537
|
+
mediumint?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
538
|
+
umediumint?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
539
|
+
int?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
540
|
+
uint?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
541
|
+
bigint?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
542
|
+
ubigint?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
543
|
+
bignum?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
544
|
+
int128?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
545
|
+
uint128?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
546
|
+
int256?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
547
|
+
uint256?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
548
|
+
float?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
549
|
+
double?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
550
|
+
udouble?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
551
|
+
decimal?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
552
|
+
decimal32?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
553
|
+
decimal64?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
554
|
+
decimal128?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
555
|
+
decimal256?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
556
|
+
decfloat?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
557
|
+
udecimal?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
558
|
+
bigdecimal?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
559
|
+
char?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
560
|
+
nchar?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
561
|
+
varchar?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
562
|
+
nvarchar?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
563
|
+
bpchar?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
564
|
+
text?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
565
|
+
mediumtext?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
566
|
+
longtext?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
567
|
+
blob?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
568
|
+
mediumblob?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
569
|
+
longblob?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
570
|
+
tinyblob?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
571
|
+
tinytext?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
572
|
+
name?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
573
|
+
binary?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
574
|
+
varbinary?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
575
|
+
json?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
576
|
+
jsonb?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
577
|
+
time?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
578
|
+
timetz?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
579
|
+
timeNs?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
580
|
+
timestamp?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
581
|
+
timestamptz?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
582
|
+
timestampltz?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
583
|
+
timestampntz?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
584
|
+
timestampS?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
585
|
+
timestampMs?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
586
|
+
timestampNs?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
587
|
+
datetime?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
588
|
+
datetime2?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
589
|
+
datetime64?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
590
|
+
smalldatetime?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
591
|
+
date?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
592
|
+
date32?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
593
|
+
int4range?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
594
|
+
int4multirange?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
595
|
+
int8range?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
596
|
+
int8multirange?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
597
|
+
numrange?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
598
|
+
nummultirange?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
599
|
+
tsrange?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
600
|
+
tsmultirange?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
601
|
+
tstzrange?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
602
|
+
tstzmultirange?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
603
|
+
daterange?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
604
|
+
datemultirange?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
605
|
+
uuid?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
606
|
+
geography?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
607
|
+
geographypoint?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
608
|
+
nullable?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
609
|
+
geometry?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
610
|
+
point?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
611
|
+
ring?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
612
|
+
linestring?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
613
|
+
localtime?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
614
|
+
localtimestamp?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
615
|
+
systimestamp?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
616
|
+
multilinestring?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
617
|
+
polygon?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
618
|
+
multipolygon?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
619
|
+
hllsketch?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
620
|
+
hstore?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
621
|
+
super?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
622
|
+
serial?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
623
|
+
smallserial?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
624
|
+
bigserial?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
625
|
+
xml?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
626
|
+
year?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
627
|
+
userdefined?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
628
|
+
money?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
629
|
+
smallmoney?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
630
|
+
rowversion?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
631
|
+
image?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
632
|
+
variant?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
633
|
+
object?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
634
|
+
inet?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
635
|
+
ipaddress?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
636
|
+
ipprefix?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
637
|
+
ipv4?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
638
|
+
ipv6?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
639
|
+
enum?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
640
|
+
enum8?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
641
|
+
enum16?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
642
|
+
fixedstring?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
643
|
+
lowcardinality?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
644
|
+
nested?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
645
|
+
aggregatefunction?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
646
|
+
simpleaggregatefunction?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
647
|
+
tdigest?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
648
|
+
unknown?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
649
|
+
vector?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
650
|
+
dynamic?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
651
|
+
void?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
652
|
+
alias?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
653
|
+
alter?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
654
|
+
all?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
655
|
+
anti?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
656
|
+
any?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
657
|
+
apply?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
658
|
+
array?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
659
|
+
asc?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
660
|
+
asof?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
661
|
+
attach?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
662
|
+
autoIncrement?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
663
|
+
begin?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
664
|
+
between?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
665
|
+
bulkCollectInto?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
666
|
+
cache?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
667
|
+
case?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
668
|
+
characterSet?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
669
|
+
clusterBy?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
670
|
+
collate?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
671
|
+
command?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
672
|
+
comment?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
673
|
+
commit?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
674
|
+
connectBy?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
675
|
+
constraint?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
676
|
+
copy?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
677
|
+
create?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
678
|
+
cross?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
679
|
+
cube?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
680
|
+
currentDate?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
681
|
+
currentDatetime?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
682
|
+
currentSchema?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
683
|
+
currentTime?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
684
|
+
currentTimestamp?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
685
|
+
currentUser?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
686
|
+
currentRole?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
687
|
+
currentCatalog?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
688
|
+
declare?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
689
|
+
default?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
690
|
+
delete?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
691
|
+
desc?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
692
|
+
describe?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
693
|
+
detach?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
694
|
+
dictionary?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
695
|
+
distinct?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
696
|
+
distributeBy?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
697
|
+
div?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
698
|
+
drop?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
699
|
+
else?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
700
|
+
end?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
701
|
+
escape?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
702
|
+
except?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
703
|
+
execute?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
704
|
+
exists?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
705
|
+
false?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
706
|
+
fetch?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
707
|
+
file?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
708
|
+
fileFormat?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
709
|
+
filter?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
710
|
+
final?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
711
|
+
first?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
712
|
+
for?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
713
|
+
force?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
714
|
+
foreignKey?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
715
|
+
format?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
716
|
+
from?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
717
|
+
full?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
718
|
+
function?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
719
|
+
get?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
720
|
+
glob?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
721
|
+
global?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
722
|
+
grant?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
723
|
+
groupBy?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
724
|
+
groupingSets?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
725
|
+
having?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
726
|
+
hint?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
727
|
+
ignore?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
728
|
+
ilike?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
729
|
+
in?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
730
|
+
index?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
731
|
+
indexedBy?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
732
|
+
inner?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
733
|
+
insert?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
734
|
+
install?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
735
|
+
intersect?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
736
|
+
interval?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
737
|
+
into?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
738
|
+
introducer?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
739
|
+
irlike?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
740
|
+
is?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
741
|
+
isnull?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
742
|
+
join?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
743
|
+
joinMarker?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
744
|
+
keep?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
745
|
+
key?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
746
|
+
kill?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
747
|
+
language?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
748
|
+
lateral?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
749
|
+
left?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
750
|
+
like?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
751
|
+
limit?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
752
|
+
list?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
753
|
+
load?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
754
|
+
lock?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
755
|
+
map?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
756
|
+
match?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
757
|
+
matchCondition?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
758
|
+
matchRecognize?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
759
|
+
memberOf?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
760
|
+
merge?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
761
|
+
mod?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
762
|
+
model?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
763
|
+
natural?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
764
|
+
next?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
765
|
+
nothing?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
766
|
+
notnull?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
767
|
+
null?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
768
|
+
objectIdentifier?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
769
|
+
offset?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
770
|
+
on?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
771
|
+
only?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
772
|
+
operator?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
773
|
+
orderBy?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
774
|
+
orderSiblingsBy?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
775
|
+
ordered?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
776
|
+
ordinality?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
777
|
+
out?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
778
|
+
inout?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
779
|
+
outer?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
780
|
+
over?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
781
|
+
overlaps?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
782
|
+
overwrite?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
783
|
+
partition?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
784
|
+
partitionBy?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
785
|
+
percent?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
786
|
+
pivot?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
787
|
+
placeholder?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
788
|
+
positional?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
789
|
+
pragma?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
790
|
+
prewhere?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
791
|
+
primaryKey?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
792
|
+
procedure?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
793
|
+
properties?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
794
|
+
pseudoType?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
795
|
+
put?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
796
|
+
qualify?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
797
|
+
quote?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
798
|
+
qdcolon?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
799
|
+
range?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
800
|
+
recursive?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
801
|
+
refresh?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
802
|
+
rename?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
803
|
+
replace?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
804
|
+
returning?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
805
|
+
revoke?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
806
|
+
references?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
807
|
+
right?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
808
|
+
rlike?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
809
|
+
rollback?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
810
|
+
rollup?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
811
|
+
row?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
812
|
+
rows?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
813
|
+
select?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
814
|
+
semi?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
815
|
+
separator?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
816
|
+
sequence?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
817
|
+
serdeProperties?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
818
|
+
set?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
819
|
+
settings?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
820
|
+
show?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
821
|
+
similarTo?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
822
|
+
some?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
823
|
+
sortBy?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
824
|
+
soundsLike?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
825
|
+
startWith?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
826
|
+
storageIntegration?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
827
|
+
straightJoin?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
828
|
+
struct?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
829
|
+
summarize?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
830
|
+
tableSample?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
831
|
+
tag?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
832
|
+
temporary?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
833
|
+
top?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
834
|
+
then?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
835
|
+
true?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
836
|
+
truncate?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
837
|
+
uncache?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
838
|
+
union?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
839
|
+
unnest?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
840
|
+
unpivot?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
841
|
+
update?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
842
|
+
use?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
843
|
+
using?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
844
|
+
values?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
845
|
+
variadic?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
846
|
+
view?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
847
|
+
semanticView?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
848
|
+
volatile?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
849
|
+
when?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
850
|
+
where?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
851
|
+
window?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
852
|
+
with?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
853
|
+
unique?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
854
|
+
utcDate?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
855
|
+
utcTime?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
856
|
+
utcTimestamp?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
857
|
+
versionSnapshot?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
858
|
+
timestampSnapshot?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
859
|
+
option?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
860
|
+
sink?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
861
|
+
source?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
862
|
+
analyze?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
863
|
+
namespace?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
864
|
+
export?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
865
|
+
hiveTokenStream?: ((this: Parser, expressions: Expression[]) => Expression) | undefined;
|
|
866
|
+
};
|
|
867
|
+
parseLambdaArg(): Expression | undefined;
|
|
868
|
+
parseMap(): ToMapExpr;
|
|
869
|
+
static get TABLE_ALIAS_TOKENS(): Set<TokenType>;
|
|
870
|
+
}
|
|
871
|
+
declare class MaterializeGenerator extends Postgres.Generator {
|
|
872
|
+
static get AFTER_HAVING_MODIFIER_TRANSFORMS(): Map<string, (this: Generator, e: Expression) => string>;
|
|
873
|
+
static SUPPORTS_DECODE_CASE: boolean;
|
|
874
|
+
static TRY_SUPPORTED: boolean;
|
|
875
|
+
static SUPPORTS_UESCAPE: boolean;
|
|
876
|
+
static SUPPORTS_CREATE_TABLE_LIKE: boolean;
|
|
877
|
+
static SUPPORTS_BETWEEN_FLAGS: boolean;
|
|
878
|
+
static get ORIGINAL_TRANSFORMS(): Map<typeof Expression, (this: Generator, e: any) => string>;
|
|
879
|
+
propertyEqSql(expression: PropertyEqExpr): string;
|
|
880
|
+
dataTypeSql(expression: DataTypeExpr): string;
|
|
881
|
+
listSql(expression: ListExpr): string;
|
|
882
|
+
toMapSql(expression: ToMapExpr): string;
|
|
883
|
+
}
|
|
884
|
+
declare class Materialize extends Postgres {
|
|
885
|
+
static DIALECT_NAME: Dialects;
|
|
886
|
+
static Parser: typeof MaterializeParser;
|
|
887
|
+
static Generator: typeof MaterializeGenerator;
|
|
888
|
+
}
|
|
889
|
+
|
|
890
|
+
export { Materialize };
|