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

Method Format

postgres/parser/sem/tree/format.go:358–358  ·  view source on GitHub ↗

Format performs pretty-printing towards a bytes buffer. The flags member of ctx influences the results. Most callers should use FormatNode instead.

(ctx *FmtCtx)

Source from the content-addressed store, hash-verified

356 // Format performs pretty-printing towards a bytes buffer. The flags member
357 // of ctx influences the results. Most callers should use FormatNode instead.
358 Format(ctx *FmtCtx)
359}
360
361// FormatName formats a string as a name.

Callers 15

FormatMethod · 0.65
FormatMethod · 0.65
FormatMethod · 0.65
FormatMethod · 0.65
FormatMethod · 0.65
FormatMethod · 0.65
FormatMethod · 0.65
FormatMethod · 0.65
FormatMethod · 0.65
FormatMethod · 0.65
FormatMethod · 0.65
FormatMethod · 0.65

Implementers 15

BitArraypostgres/parser/utils/bitarray.go
Datepostgres/parser/pgdate/pgdate.go
HelpMessagepostgres/parser/parser/help.go
Durationpostgres/parser/duration/duration.go
AlterDatabasepostgres/parser/sem/tree/alter_databas
CreateChangefeedpostgres/parser/sem/tree/changefeed.go
TransactionModespostgres/parser/sem/tree/txn.go
BeginTransactionpostgres/parser/sem/tree/txn.go
CommitTransactionpostgres/parser/sem/tree/txn.go
RollbackTransactionpostgres/parser/sem/tree/txn.go
Savepointpostgres/parser/sem/tree/txn.go
ReleaseSavepointpostgres/parser/sem/tree/txn.go

Calls

no outgoing calls

Tested by

no test coverage detected