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

Method IsMax

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

IsMax implements the Datum interface.

(ctx *EvalContext)

Source from the content-addressed store, hash-verified

3762
3763// IsMax implements the Datum interface.
3764func (d *DOidWrapper) IsMax(ctx *EvalContext) bool {
3765 return d.Wrapped.IsMax(ctx)
3766}
3767
3768// IsMin implements the Datum interface.
3769func (d *DOidWrapper) IsMin(ctx *EvalContext) bool {

Callers

nothing calls this directly

Calls 1

IsMaxMethod · 0.65

Tested by

no test coverage detected