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

Method IsMin

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

IsMin implements the Datum interface.

(ctx *EvalContext)

Source from the content-addressed store, hash-verified

3767
3768// IsMin implements the Datum interface.
3769func (d *DOidWrapper) IsMin(ctx *EvalContext) bool {
3770 return d.Wrapped.IsMin(ctx)
3771}
3772
3773// Max implements the Datum interface.
3774func (d *DOidWrapper) Max(ctx *EvalContext) (Datum, bool) {

Callers

nothing calls this directly

Calls 1

IsMinMethod · 0.65

Tested by

no test coverage detected