(typ *exprpb.Type)
| 176 | } |
| 177 | |
| 178 | func isTimestampType(typ *exprpb.Type) bool { |
| 179 | return typ.GetWellKnown() == exprpb.Type_TIMESTAMP |
| 180 | } |
| 181 | |
| 182 | func isDurationRelatedType(typ *exprpb.Type) bool { |
| 183 | abstractType := typ.GetAbstractType() |
no outgoing calls
no test coverage detected