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

Method Min

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

Min implements the Datum interface.

(ctx *EvalContext)

Source from the content-addressed store, hash-verified

3847
3848// Min implements the Datum interface.
3849func (d *Placeholder) Min(ctx *EvalContext) (Datum, bool) {
3850 return d.mustGetValue(ctx).Min(ctx)
3851}
3852
3853// Size implements the Datum interface.
3854func (d *Placeholder) Size() uintptr {

Callers

nothing calls this directly

Calls 2

mustGetValueMethod · 0.95
MinMethod · 0.65

Tested by

no test coverage detected