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

Function MakeNormalizeVisitor

pkg/sql/sem/tree/normalize.go:697–699  ·  view source on GitHub ↗

MakeNormalizeVisitor creates a NormalizeVisitor instance.

(ctx *EvalContext)

Source from the content-addressed store, hash-verified

695
696// MakeNormalizeVisitor creates a NormalizeVisitor instance.
697func MakeNormalizeVisitor(ctx *EvalContext) NormalizeVisitor {
698 return NormalizeVisitor{ctx: ctx, fastIsConstVisitor: fastIsConstVisitor{ctx: ctx}}
699}
700
701// Err retrieves the error field in the NormalizeVisitor.
702func (v *NormalizeVisitor) Err() error { return v.err }

Callers 1

NormalizeExprMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…