We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c2a0b commit c8811f6Copy full SHA for c8811f6
sql/planbuilder/scope.go
@@ -53,7 +53,7 @@ type scope struct {
53
proc *procCtx
54
parent *scope
55
activeSubquery *subquery
56
-
+
57
// groupBy collects aggregation functions and inputs
58
groupBy *groupBy
59
sql/rowexec/rel_iters.go
@@ -562,7 +562,7 @@ type recursiveCteIter struct {
562
cache sql.KeyValueCache
563
// anchor to recursive table to repopulate with [temp]
564
working *plan.RecursiveTable
565
566
b *BaseBuilder
567
// parent iter initialization state
568
row sql.Row
0 commit comments