(self)
| 1683 | return c |
| 1684 | |
| 1685 | def get_source_fields(self): |
| 1686 | # We're only interested in the fields of the result expressions. |
| 1687 | return [self.result._output_field_or_none] |
| 1688 | |
| 1689 | def as_sql(self, compiler, connection, template=None, **extra_context): |
| 1690 | connection.ops.check_expression_support(self) |
no outgoing calls
no test coverage detected