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

Method Min

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

Min implements the Datum interface.

(ctx context.Context, cmpCtx CompareContext)

Source from the content-addressed store, hash-verified

5979
5980// Min implements the Datum interface.
5981func (d *Placeholder) Min(ctx context.Context, cmpCtx CompareContext) (Datum, bool) {
5982 return cmpCtx.MustGetPlaceholderValue(ctx, d).Min(ctx, cmpCtx)
5983}
5984
5985// Size implements the Datum interface.
5986func (d *Placeholder) Size() uintptr {

Callers

nothing calls this directly

Calls 2

MinMethod · 0.65

Tested by

no test coverage detected