MCPcopy
hub / github.com/django/django / as_sql

Method as_sql

django/contrib/postgres/search.py:105–107  ·  view source on GitHub ↗
(self, compiler, connection)

Source from the content-addressed store, hash-verified

103 (self.config,) = exprs
104
105 def as_sql(self, compiler, connection):
106 sql, params = compiler.compile(self.config)
107 return "%s::regconfig" % sql, params
108
109
110class SearchVectorCombinable:

Callers

nothing calls this directly

Calls 1

compileMethod · 0.45

Tested by

no test coverage detected