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

Method String

pkg/sql/sem/tree/expr.go:998–1000  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

996}
997
998func (node *TypedDummy) String() string {
999 return AsString(node)
1000}
1001
1002// Format implements the NodeFormatter interface.
1003func (node *TypedDummy) Format(ctx *FmtCtx) {

Callers

nothing calls this directly

Calls 1

AsStringFunction · 0.85

Tested by

no test coverage detected