bq2cst 0.5.5 → 0.5.7
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 +1 -1
- package/bq2cst_bg.wasm +0 -0
- package/package.json +1 -1
package/bq2cst.d.ts
CHANGED
|
@@ -179,6 +179,7 @@ export type Expr = BaseNode & {
|
|
|
179
179
|
|
|
180
180
|
export type FromItemExpr = Expr & {
|
|
181
181
|
children: {
|
|
182
|
+
with_offset: NodeChild;
|
|
182
183
|
pivot?: NodeChild;
|
|
183
184
|
unpivot?: NodeChild;
|
|
184
185
|
};
|
|
@@ -473,7 +474,6 @@ export type CallingUnnest = FromItemExpr &
|
|
|
473
474
|
CallingFunctionGeneral & {
|
|
474
475
|
node_type: "CallingUnnest";
|
|
475
476
|
children: {
|
|
476
|
-
with_offset: NodeChild;
|
|
477
477
|
offset_alias: NodeChild;
|
|
478
478
|
offset_as: NodeChild;
|
|
479
479
|
distinct: undefined;
|
package/bq2cst_bg.wasm
CHANGED
|
Binary file
|