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

Method IsMax

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

IsMax implements the Datum interface.

(ctx *EvalContext)

Source from the content-addressed store, hash-verified

3630
3631// IsMax implements the Datum interface.
3632func (d *DOid) IsMax(ctx *EvalContext) bool { return d.DInt.IsMax(ctx) }
3633
3634// IsMin implements the Datum interface.
3635func (d *DOid) IsMin(ctx *EvalContext) bool { return d.DInt.IsMin(ctx) }

Callers

nothing calls this directly

Calls 1

IsMaxMethod · 0.65

Tested by

no test coverage detected