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

Method IsMax

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

IsMax implements the Datum interface.

(_ *EvalContext)

Source from the content-addressed store, hash-verified

2087
2088// IsMax implements the Datum interface.
2089func (d *DTimeTZ) IsMax(_ *EvalContext) bool {
2090 return d.TimeOfDay == DMaxTimeTZ.TimeOfDay && d.OffsetSecs == timetz.MaxTimeTZOffsetSecs
2091}
2092
2093// IsMin implements the Datum interface.
2094func (d *DTimeTZ) IsMin(_ *EvalContext) bool {

Callers 1

NextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected