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

Method Prev

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

Prev implements the Datum interface.

(ctx *EvalContext)

Source from the content-addressed store, hash-verified

3822
3823// Prev implements the Datum interface.
3824func (d *Placeholder) Prev(ctx *EvalContext) (Datum, bool) {
3825 return d.mustGetValue(ctx).Prev(ctx)
3826}
3827
3828// IsMin implements the Datum interface.
3829func (d *Placeholder) IsMin(ctx *EvalContext) bool {

Callers

nothing calls this directly

Calls 2

mustGetValueMethod · 0.95
PrevMethod · 0.65

Tested by

no test coverage detected