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

Method IsEmptyType

server/types/type.go:670–672  ·  view source on GitHub ↗

IsEmptyType returns true if the type is not valid.

()

Source from the content-addressed store, hash-verified

668
669// IsEmptyType returns true if the type is not valid.
670func (t *DoltgresType) IsEmptyType() bool {
671 return t == nil
672}
673
674// IsPolymorphicType types are special built-in pseudo-types
675// that are used during function resolution to allow a function

Callers 10

nodeCreateSequenceFunction · 0.95
analyzeParametersMethod · 0.80
nodeExprFunction · 0.80
nodeColumnTableDefFunction · 0.80
NewArrayFunction · 0.80
ResolvedMethod · 0.80
TypeMethod · 0.80
TypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected