(self, term: Term)
| 393 | SQL_TYPE = "VARCHAR(40)" |
| 394 | |
| 395 | def function_cast(self, term: Term) -> Term: |
| 396 | return functions.Cast(term, SqlTypes.NUMERIC) |
| 397 | |
| 398 | |
| 399 | # In case of queryset with filter `__year`/`__month`/`__day` ..., value can be int, float or str. Example: |
nothing calls this directly
no outgoing calls
no test coverage detected