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 468c842 commit 7c75b79Copy full SHA for 7c75b79
pkg/sql/compile/compile_test.go
@@ -136,10 +136,10 @@ func (w *Ws) Adjust(_ uint64) error {
136
return nil
137
}
138
139
-func (w *Ws) StartStatement() {}
140
-func (w *Ws) EndStatement() {}
141
-func (w *Ws) IncrSQLCount() {}
142
-func (w *Ws) GetSQLCount() uint64 { return 0 }
+func (w *Ws) StartStatement(statement tree.Statement) {}
+func (w *Ws) EndStatement() {}
+func (w *Ws) IncrSQLCount() {}
+func (w *Ws) GetSQLCount() uint64 { return 0 }
143
144
func (w *Ws) CloneSnapshotWS() client.Workspace {
145
0 commit comments