Implement checked aggregation plans, native SQL, and bounded RPC capture
This commit is contained in:
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
||||
import { decodeQxValue } from "./bindings.js";
|
||||
export function decodeQuerySnapshot(response, output, runId, sequence) {
|
||||
if (response.preparationToken || response.residualWindows.length)
|
||||
if (response.preparationToken || response.residualWindows.length || response.relationalCaptures.length)
|
||||
throw new Error("QUERY_RESULT_UNFINISHED: private preparation is not a query result");
|
||||
const fields = [
|
||||
...response.pending.map((field) => ({ path: field.path, status: "pending" })),
|
||||
|
||||
Reference in New Issue
Block a user