ResolvedType implements the TypedExpr interface.
()
| 1470 | |
| 1471 | // ResolvedType implements the TypedExpr interface. |
| 1472 | func (d *DTuple) ResolvedType() *types.T { |
| 1473 | d.maybePopulateType() |
| 1474 | return d.typ |
| 1475 | } |
| 1476 | |
| 1477 | // AmbiguousFormat implements the Datum interface. |
| 1478 | func (*DTuple) AmbiguousFormat() bool { return false } |
no test coverage detected