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

Struct InPlaceHandler

pgserver/in_place_handler.go:124–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 return true, err
123 }
124 return true, nil
125}
126
127type InPlaceHandler struct {
128 // ShouldBeHandledInPlace is a function that determines if the query should be
129 // handled in place and not passed to the engine.
130 ShouldBeHandledInPlace func(*ConnectionHandler, *ConvertedStatement) (bool, error)
131 Handler func(*ConnectionHandler, ConvertedStatement) (bool, error)
132}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected