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

Method Min

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

Min implements the Datum interface.

(ctx *EvalContext)

Source from the content-addressed store, hash-verified

3778
3779// Min implements the Datum interface.
3780func (d *DOidWrapper) Min(ctx *EvalContext) (Datum, bool) {
3781 min, ok := d.Wrapped.Min(ctx)
3782 return wrapWithOid(min, d.Oid), ok
3783}
3784
3785// AmbiguousFormat implements the Datum interface.
3786func (d *DOidWrapper) AmbiguousFormat() bool {

Callers

nothing calls this directly

Calls 2

wrapWithOidFunction · 0.85
MinMethod · 0.65

Tested by

no test coverage detected