Prev implements the Datum interface.
(ctx *EvalContext)
| 3822 | |
| 3823 | // Prev implements the Datum interface. |
| 3824 | func (d *Placeholder) Prev(ctx *EvalContext) (Datum, bool) { |
| 3825 | return d.mustGetValue(ctx).Prev(ctx) |
| 3826 | } |
| 3827 | |
| 3828 | // IsMin implements the Datum interface. |
| 3829 | func (d *Placeholder) IsMin(ctx *EvalContext) bool { |
nothing calls this directly
no test coverage detected