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

Method AmbiguousFormat

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

AmbiguousFormat indicates whether the result of formatting this Datum can be interpreted into more than one type. Used with fmtFlags.disambiguateDatumTypes.

()

Source from the content-addressed store, hash-verified

97 // be interpreted into more than one type. Used with
98 // fmtFlags.disambiguateDatumTypes.
99 AmbiguousFormat() bool
100
101 // Size returns a lower bound on the total size of the receiver in bytes,
102 // including memory that is pointed at (even if shared between Datum

Callers 2

AmbiguousFormatMethod · 0.65
FormatNodeMethod · 0.65

Implementers 15

DTuplepostgres/parser/sem/tree/datum.go
DArraypostgres/parser/sem/tree/datum.go
DBitArraypostgres/parser/sem/tree/datum.go
DDecimalpostgres/parser/sem/tree/datum.go
DCollatedStringpostgres/parser/sem/tree/datum.go
DUuidpostgres/parser/sem/tree/datum.go
DIPAddrpostgres/parser/sem/tree/datum.go
DDatepostgres/parser/sem/tree/datum.go
DTimeTZpostgres/parser/sem/tree/datum.go
DTimestamppostgres/parser/sem/tree/datum.go
DTimestampTZpostgres/parser/sem/tree/datum.go
DIntervalpostgres/parser/sem/tree/datum.go

Calls

no outgoing calls

Tested by

no test coverage detected