MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / params

Method params

pkg/sql/sem/tree/eval.go:195–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193}
194
195func (op *BinOp) params() TypeList {
196 return op.types
197}
198
199func (op *BinOp) matchParams(l, r *types.T) bool {
200 return op.params().MatchAt(l, 0) && op.params().MatchAt(r, 1)

Callers 1

matchParamsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected