IsMin implements the Datum interface.
(ctx *EvalContext)
| 3827 | |
| 3828 | // IsMin implements the Datum interface. |
| 3829 | func (d *Placeholder) IsMin(ctx *EvalContext) bool { |
| 3830 | return d.mustGetValue(ctx).IsMin(ctx) |
| 3831 | } |
| 3832 | |
| 3833 | // Next implements the Datum interface. |
| 3834 | func (d *Placeholder) Next(ctx *EvalContext) (Datum, bool) { |
nothing calls this directly
no test coverage detected