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

Method matchParams

pkg/sql/sem/tree/eval.go:199–201  ·  view source on GitHub ↗
(l, r *types.T)

Source from the content-addressed store, hash-verified

197}
198
199func (op *BinOp) matchParams(l, r *types.T) bool {
200 return op.params().MatchAt(l, 0) && op.params().MatchAt(r, 1)
201}
202
203func (op *BinOp) returnType() ReturnTyper {
204 return op.retType

Callers 2

lookupImplMethod · 0.45
LookupImplMethod · 0.45

Calls 2

paramsMethod · 0.95
MatchAtMethod · 0.65

Tested by

no test coverage detected