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

Method Max

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

Max returns the upper value and true, if one exists, otherwise nil and false. Used By Prev().

(ctx *EvalContext)

Source from the content-addressed store, hash-verified

123 // Max returns the upper value and true, if one exists, otherwise
124 // nil and false. Used By Prev().
125 Max(ctx *EvalContext) (Datum, bool)
126
127 // Min returns the lower value, if one exists, otherwise nil and
128 // false. Used by Next().

Callers 5

PrevMethod · 0.65
MaxMethod · 0.65
MaxMethod · 0.65
MaxMethod · 0.65
MaxMethod · 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