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