MCPcopy Create free account
hub / github.com/apecloud/myduckserver / FuncReplacementExecution

Struct FuncReplacementExecution

pgserver/in_place_handler_test.go:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type FuncReplacementExecution struct {
15 SQL string
16 Expected [][]string
17 WantErr bool
18}
19
20func TestFuncReplacement(t *testing.T) {
21 tests := []struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected