ResolvedType implements the TypedExpr interface.
()
| 846 | |
| 847 | // ResolvedType implements the TypedExpr interface. |
| 848 | func (*DFloat) ResolvedType() *types.T { |
| 849 | return types.Float |
| 850 | } |
| 851 | |
| 852 | // Compare implements the Datum interface. |
| 853 | func (d *DFloat) Compare(ctx context.Context, cmpCtx CompareContext, other Datum) (int, error) { |