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

Struct HardCodedQuery

pgserver/full_match_handler.go:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27var pattern = regexp.MustCompile(`[ \n\r\t]+`)
28
29type HardCodedQuery struct {
30 original string
31 converted string
32}
33
34var HardCodedQueries = struct {
35 SelectPgTypeOid HardCodedQuery

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected