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

Method IsMax

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

IsMax returns true if the datum is equal to the maximum value the datum type can hold.

(ctx *EvalContext)

Source from the content-addressed store, hash-verified

119 // IsMax returns true if the datum is equal to the maximum value the datum
120 // type can hold.
121 IsMax(ctx *EvalContext) bool
122
123 // Max returns the upper value and true, if one exists, otherwise
124 // nil and false. Used By Prev().

Callers 5

NextMethod · 0.65
IsMaxMethod · 0.65
IsMaxMethod · 0.65
IsMaxMethod · 0.65
IsMaxMethod · 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