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

Method IsMin

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

IsMin implements the Datum interface.

(ctx context.Context, cmpCtx CompareContext)

Source from the content-addressed store, hash-verified

5127
5128// IsMin implements the Datum interface.
5129func (d *DArray) IsMin(ctx context.Context, cmpCtx CompareContext) bool {
5130 return d.Len() == 0
5131}
5132
5133// AmbiguousFormat implements the Datum interface.
5134func (d *DArray) AmbiguousFormat() bool {

Callers

nothing calls this directly

Calls 1

LenMethod · 0.95

Tested by

no test coverage detected