MCPcopy Create free account
hub / github.com/tortoise/tortoise-orm / PlainToTsQuery

Class PlainToTsQuery

tortoise/contrib/postgres/functions.py:22–28  ·  view source on GitHub ↗

plainto_tsquery function

Source from the content-addressed store, hash-verified

20
21
22class PlainToTsQuery(Function):
23 """
24 plainto_tsquery function
25 """
26
27 def __init__(self, field: Term) -> None:
28 super().__init__("PLAINTO_TSQUERY", field)
29
30
31class Random(Function):

Callers 2

__init__Method · 0.90
postgres_searchFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…