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

Method Next

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

Next implements the Datum interface.

(ctx *EvalContext)

Source from the content-addressed store, hash-verified

3832
3833// Next implements the Datum interface.
3834func (d *Placeholder) Next(ctx *EvalContext) (Datum, bool) {
3835 return d.mustGetValue(ctx).Next(ctx)
3836}
3837
3838// IsMax implements the Datum interface.
3839func (d *Placeholder) IsMax(ctx *EvalContext) bool {

Callers

nothing calls this directly

Calls 2

mustGetValueMethod · 0.95
NextMethod · 0.65

Tested by

no test coverage detected