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

Method Normalize

pkg/sql/sem/tree/name_part.go:64–66  ·  view source on GitHub ↗

Normalize normalizes to lowercase and Unicode Normalization Form C (NFC).

()

Source from the content-addressed store, hash-verified

62// Normalize normalizes to lowercase and Unicode Normalization Form C
63// (NFC).
64func (n Name) Normalize() string {
65 return lex.NormalizeName(string(n))
66}
67
68// An UnrestrictedName is a Name that does not need to be escaped when it
69// matches a reserved keyword.

Callers

nothing calls this directly

Calls 1

NormalizeNameFunction · 0.92

Tested by

no test coverage detected