MCPcopy Create free account
hub / github.com/dolthub/doltgresql / init

Function init

postgres/parser/sem/tree/eval.go:241–244  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

239}
240
241func init() {
242 initArrayElementConcatenation()
243 initArrayToArrayConcatenation()
244}
245
246func init() {
247 for op, overload := range BinOps {

Callers

nothing calls this directly

Calls 5

FixedReturnTypeFunction · 0.85
ComparisonOperatorTypeAlias · 0.85
FoldComparisonExprFunction · 0.85

Tested by

no test coverage detected