Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
241
func
init() {
242
initArrayElementConcatenation()
243
initArrayToArrayConcatenation()
244
}
245
246
func
init() {
247
for
op, overload :=
range
BinOps {
Callers
nothing calls this directly
Calls
5
initArrayElementConcatenation
Function · 0.85
initArrayToArrayConcatenation
Function · 0.85
FixedReturnType
Function · 0.85
ComparisonOperator
TypeAlias · 0.85
FoldComparisonExpr
Function · 0.85
Tested by
no test coverage detected