Min implements the Datum interface.
(ctx context.Context, cmpCtx CompareContext)
| 5979 | |
| 5980 | // Min implements the Datum interface. |
| 5981 | func (d *Placeholder) Min(ctx context.Context, cmpCtx CompareContext) (Datum, bool) { |
| 5982 | return cmpCtx.MustGetPlaceholderValue(ctx, d).Min(ctx, cmpCtx) |
| 5983 | } |
| 5984 | |
| 5985 | // Size implements the Datum interface. |
| 5986 | func (d *Placeholder) Size() uintptr { |
nothing calls this directly
no test coverage detected