bq2cst 1.0.0 → 1.0.1
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/bq2cst.d.ts +2 -1
- package/bq2cst_bg.wasm +0 -0
- package/package.json +1 -1
package/bq2cst.d.ts
CHANGED
|
@@ -908,7 +908,7 @@ export type ForSystemTimeAsOfClause = BaseNode & {
|
|
|
908
908
|
export type FromStatement = XXXStatement & {
|
|
909
909
|
node_type: "FromStatement";
|
|
910
910
|
children: {
|
|
911
|
-
with
|
|
911
|
+
with?: NodeChild;
|
|
912
912
|
expr: NodeChild;
|
|
913
913
|
};
|
|
914
914
|
};
|
|
@@ -1320,6 +1320,7 @@ export type PatternQuantifier = BaseNode & {
|
|
|
1320
1320
|
export type PipeStatement = XXXStatement & {
|
|
1321
1321
|
node_type: "PipeStatement";
|
|
1322
1322
|
children: {
|
|
1323
|
+
with?: { Node: WithClause };
|
|
1323
1324
|
left: NodeChild;
|
|
1324
1325
|
right: NodeChild;
|
|
1325
1326
|
};
|
package/bq2cst_bg.wasm
CHANGED
|
Binary file
|