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

Function AsString

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

AsString pretty prints a node to a string.

(n NodeFormatter)

Source from the content-addressed store, hash-verified

807
808// AsString pretty prints a node to a string.
809func AsString(n NodeFormatter) string {
810 return AsStringWithFlags(n, FmtSimple)
811}
812
813// ErrString pretty prints a node to a string. Identifiers are not quoted.
814func ErrString(n NodeFormatter) string {

Callers 15

StringMethod · 0.85
StringMethod · 0.85
StringMethod · 0.85
StringMethod · 0.85
StringMethod · 0.85
initFunction · 0.85
StringMethod · 0.85
StringMethod · 0.85
StringMethod · 0.85
StringMethod · 0.85
ValidateRoutineOptionsFunction · 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…