MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / IsMin

Method IsMin

pkg/sql/sem/tree/datum.go:151–151  ·  view source on GitHub ↗

IsMin returns true if the datum is equal to the minimum value the datum type can hold.

(ctx context.Context, cmpCtx CompareContext)

Source from the content-addressed store, hash-verified

149 // IsMin returns true if the datum is equal to the minimum value the datum
150 // type can hold.
151 IsMin(ctx context.Context, cmpCtx CompareContext) bool
152
153 // Next returns the next datum and true, if one exists, or nil and false
154 // otherwise. The next datum satisfies the following definition: if the

Callers 5

checkInfiniteDateFunction · 0.65
PrevMethod · 0.65
IsMinMethod · 0.65
IsMinMethod · 0.65
IsMinMethod · 0.65

Implementers 15

DTuplepkg/sql/sem/tree/datum.go
DArraypkg/sql/sem/tree/datum.go
Placeholderpkg/sql/sem/tree/expr.go
dNullpkg/sql/sem/tree/datum.go
DBitArraypkg/sql/sem/tree/datum.go
DDecimalpkg/sql/sem/tree/datum.go
DCollatedStringpkg/sql/sem/tree/datum.go
DUuidpkg/sql/sem/tree/datum.go
DIPAddrpkg/sql/sem/tree/datum.go
DDatepkg/sql/sem/tree/datum.go
DTimeTZpkg/sql/sem/tree/datum.go
DTimestamppkg/sql/sem/tree/datum.go

Calls

no outgoing calls

Tested by

no test coverage detected