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

Method IsMin

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

IsMin implements the Datum interface.

(ctx *EvalContext)

Source from the content-addressed store, hash-verified

3827
3828// IsMin implements the Datum interface.
3829func (d *Placeholder) IsMin(ctx *EvalContext) bool {
3830 return d.mustGetValue(ctx).IsMin(ctx)
3831}
3832
3833// Next implements the Datum interface.
3834func (d *Placeholder) Next(ctx *EvalContext) (Datum, bool) {

Callers

nothing calls this directly

Calls 2

mustGetValueMethod · 0.95
IsMinMethod · 0.65

Tested by

no test coverage detected