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

Method Min

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

Min returns the lower value, if one exists, otherwise nil and false. Used by Next().

(ctx context.Context, cmpCtx CompareContext)

Source from the content-addressed store, hash-verified

177 // Min returns the lower value, if one exists, otherwise nil and
178 // false. Used by Next().
179 Min(ctx context.Context, cmpCtx CompareContext) (Datum, bool)
180
181 // Size returns a lower bound on the total size of the receiver in bytes,
182 // including memory that is pointed at (even if shared between Datum

Callers 13

MinMethod · 0.65
MinMethod · 0.65
MinMethod · 0.65
WithPointMethod · 0.65
AddPointMethod · 0.65
distanceGeographyRegionsFunction · 0.65
BestGeomProjectionFunction · 0.65
ForEachMethod · 0.65
encodeImplMethod · 0.65
ForEachMethod · 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