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

Method IsMax

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

IsMax implements the Datum interface.

(ctx *EvalContext)

Source from the content-addressed store, hash-verified

3837
3838// IsMax implements the Datum interface.
3839func (d *Placeholder) IsMax(ctx *EvalContext) bool {
3840 return d.mustGetValue(ctx).IsMax(ctx)
3841}
3842
3843// Max implements the Datum interface.
3844func (d *Placeholder) Max(ctx *EvalContext) (Datum, bool) {

Callers

nothing calls this directly

Calls 2

mustGetValueMethod · 0.95
IsMaxMethod · 0.65

Tested by

no test coverage detected