IsMin implements the Datum interface.
(ctx *EvalContext)
| 3767 | |
| 3768 | // IsMin implements the Datum interface. |
| 3769 | func (d *DOidWrapper) IsMin(ctx *EvalContext) bool { |
| 3770 | return d.Wrapped.IsMin(ctx) |
| 3771 | } |
| 3772 | |
| 3773 | // Max implements the Datum interface. |
| 3774 | func (d *DOidWrapper) Max(ctx *EvalContext) (Datum, bool) { |