(typ *exprpb.Type)
| 172 | } |
| 173 | |
| 174 | func isDateTimeType(typ *exprpb.Type) bool { |
| 175 | return typ.GetAbstractType() != nil && typ.GetAbstractType().GetName() == "DATETIME" |
| 176 | } |
| 177 | |
| 178 | func isTimestampType(typ *exprpb.Type) bool { |
| 179 | return typ.GetWellKnown() == exprpb.Type_TIMESTAMP |
no outgoing calls
no test coverage detected