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

Method Min

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

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

(ctx *EvalContext)

Source from the content-addressed store, hash-verified

127 // Min returns the lower value, if one exists, otherwise nil and
128 // false. Used by Next().
129 Min(ctx *EvalContext) (Datum, bool)
130
131 // Size returns a lower bound on the total size of the receiver in bytes,
132 // including memory that is pointed at (even if shared between Datum

Callers 4

MinMethod · 0.65
MinMethod · 0.65
MinMethod · 0.65
MinMethod · 0.65

Implementers 15

DTuplepkg/sql/sem/tree/datum.go
DArraypkg/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
DTimestampTZpkg/sql/sem/tree/datum.go
DIntervalpkg/sql/sem/tree/datum.go

Calls

no outgoing calls

Tested by

no test coverage detected