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

Method AmbiguousFormat

postgres/parser/sem/tree/datum.go:2062–2064  ·  view source on GitHub ↗

AmbiguousFormat implements the Datum interface.

()

Source from the content-addressed store, hash-verified

2060
2061// AmbiguousFormat implements the Datum interface.
2062func (d *DOidWrapper) AmbiguousFormat() bool {
2063 return d.Wrapped.AmbiguousFormat()
2064}
2065
2066// Format implements the NodeFormatter interface.
2067func (d *DOidWrapper) Format(ctx *FmtCtx) {

Callers

nothing calls this directly

Calls 1

AmbiguousFormatMethod · 0.65

Tested by

no test coverage detected