MCPcopy Create free account
hub / github.com/dolthub/doltgresql / String

Method String

postgres/parser/parser/parse.go:79–81  ·  view source on GitHub ↗

String returns the AST formatted as a string.

()

Source from the content-addressed store, hash-verified

77
78// String returns the AST formatted as a string.
79func (stmts Statements) String() string {
80 return stmts.StringWithFlags(tree.FmtSimple)
81}
82
83// StringWithFlags returns the AST formatted as a string (with the given flags).
84func (stmts Statements) StringWithFlags(flags tree.FmtFlags) string {

Callers

nothing calls this directly

Calls 1

StringWithFlagsMethod · 0.95

Tested by

no test coverage detected