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

Function init

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

Source from the content-addressed store, hash-verified

473}
474
475func init() {
476 initArrayElementConcatenation()
477 initArrayToArrayConcatenation()
478 initNonArrayToNonArrayConcatenation()
479}
480
481func init() {
482 for _, overload := range BinOps {

Callers

nothing calls this directly

Calls 8

ComparisonOperatorSymbolTypeAlias · 0.92
MakeComparisonOperatorFunction · 0.92
FixedReturnTypeFunction · 0.85
FoldComparisonExprFunction · 0.85
ForEachBinOpMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…