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

Method IsMin

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

IsMin implements the Datum interface.

(_ *EvalContext)

Source from the content-addressed store, hash-verified

2092
2093// IsMin implements the Datum interface.
2094func (d *DTimeTZ) IsMin(_ *EvalContext) bool {
2095 return d.TimeOfDay == DMinTimeTZ.TimeOfDay && d.OffsetSecs == timetz.MinTimeTZOffsetSecs
2096}
2097
2098// Max implements the Datum interface.
2099func (d *DTimeTZ) Max(_ *EvalContext) (Datum, bool) {

Callers 1

PrevMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected