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

Method Format

pkg/sql/sem/tree/expr.go:1608–1611  ·  view source on GitHub ↗

Format implements the NodeFormatter interface.

(ctx *FmtCtx)

Source from the content-addressed store, hash-verified

1606
1607// Format implements the NodeFormatter interface.
1608func (node *IndirectionExpr) Format(ctx *FmtCtx) {
1609 exprFmtWithParen(ctx, node.Expr)
1610 ctx.FormatNode(&node.Indirection)
1611}
1612
1613type annotateSyntaxMode int
1614

Callers

nothing calls this directly

Calls 2

exprFmtWithParenFunction · 0.85
FormatNodeMethod · 0.80

Tested by

no test coverage detected