Min implements the Datum interface.
(ctx *EvalContext)
| 3847 | |
| 3848 | // Min implements the Datum interface. |
| 3849 | func (d *Placeholder) Min(ctx *EvalContext) (Datum, bool) { |
| 3850 | return d.mustGetValue(ctx).Min(ctx) |
| 3851 | } |
| 3852 | |
| 3853 | // Size implements the Datum interface. |
| 3854 | func (d *Placeholder) Size() uintptr { |
nothing calls this directly
no test coverage detected