Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
195
func
(op *BinOp) params() TypeList {
196
return
op.types
197
}
198
199
func
(op *BinOp) matchParams(l, r *types.T) bool {
200
return
op.params().MatchAt(l, 0) && op.params().MatchAt(r, 1)
Callers
1
matchParams
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected