ResolvedType implements the TypedExpr interface.
()
| 4577 | |
| 4578 | // ResolvedType implements the TypedExpr interface. |
| 4579 | func (d *DTuple) ResolvedType() *types.T { |
| 4580 | d.maybePopulateType() |
| 4581 | return d.typ |
| 4582 | } |
| 4583 | |
| 4584 | // Compare implements the Datum interface. |
| 4585 | func (d *DTuple) Compare(ctx context.Context, cmpCtx CompareContext, other Datum) (int, error) { |
no test coverage detected