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

Method Format

pkg/sql/sem/tree/table_name.go:25–31  ·  view source on GitHub ↗

Format implements the NodeFormatter interface.

(ctx *FmtCtx)

Source from the content-addressed store, hash-verified

23
24// Format implements the NodeFormatter interface.
25func (t *TableName) Format(ctx *FmtCtx) {
26 if ctx.tableNameFormatter != nil {
27 ctx.tableNameFormatter(ctx, t)
28 return
29 }
30 t.objName.Format(ctx)
31}
32
33func (t *TableName) objectName() {}
34

Callers

nothing calls this directly

Calls 1

FormatMethod · 0.65

Tested by

no test coverage detected