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

Method IsMin

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

IsMin implements the Datum interface.

(_ *EvalContext)

Source from the content-addressed store, hash-verified

3412
3413// IsMin implements the Datum interface.
3414func (d *DArray) IsMin(_ *EvalContext) bool {
3415 return d.Len() == 0
3416}
3417
3418// AmbiguousFormat implements the Datum interface.
3419func (d *DArray) AmbiguousFormat() bool {

Callers

nothing calls this directly

Calls 1

LenMethod · 0.95

Tested by

no test coverage detected