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

Function init

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

Source from the content-addressed store, hash-verified

334}
335
336func init() {
337 initArrayElementConcatenation()
338 initArrayToArrayConcatenation()
339}
340
341func init() {
342 for op, overload := range BinOps {

Callers

nothing calls this directly

Calls 6

FixedReturnTypeFunction · 0.85
ComparisonOperatorTypeAlias · 0.85
foldComparisonExprFunction · 0.85
lookupImplMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…