Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
110
class
SearchVectorCombinable:
Callers
nothing calls this directly
Calls
1
compile
Method · 0.45
Tested by
no test coverage detected