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

Function AsString

pkg/sql/sem/tree/format.go:396–398  ·  view source on GitHub ↗

AsString pretty prints a node to a string.

(n NodeFormatter)

Source from the content-addressed store, hash-verified

394
395// AsString pretty prints a node to a string.
396func AsString(n NodeFormatter) string {
397 return AsStringWithFlags(n, FmtSimple)
398}
399
400// ErrString pretty prints a node to a string. Identifiers are not quoted.
401func ErrString(n NodeFormatter) string {

Callers 15

StringMethod · 0.85
StringMethod · 0.85
StringMethod · 0.85
StringMethod · 0.85
StringMethod · 0.85
StringMethod · 0.85
StringMethod · 0.85
StringMethod · 0.85
StringMethod · 0.85
StringMethod · 0.85
StringMethod · 0.85
StringMethod · 0.85

Calls 1

AsStringWithFlagsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…