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

Method IsMin

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

IsMin implements the Datum interface.

(ctx *EvalContext)

Source from the content-addressed store, hash-verified

3633
3634// IsMin implements the Datum interface.
3635func (d *DOid) IsMin(ctx *EvalContext) bool { return d.DInt.IsMin(ctx) }
3636
3637// Next implements the Datum interface.
3638func (d *DOid) Next(ctx *EvalContext) (Datum, bool) {

Callers

nothing calls this directly

Calls 1

IsMinMethod · 0.65

Tested by

no test coverage detected