(tsVec vector.Any)
| 84 | } |
| 85 | |
| 86 | func (b *Bucket) resultType(tsVec vector.Any) super.Type { |
| 87 | if tsVec.Type().ID() == super.IDDuration { |
| 88 | return super.TypeDuration |
| 89 | } |
| 90 | return super.TypeTime |
| 91 | } |
| 92 | |
| 93 | type Now struct{} |
| 94 |
no test coverage detected