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