plainto_tsquery function
| 20 | |
| 21 | |
| 22 | class PlainToTsQuery(Function): |
| 23 | """ |
| 24 | plainto_tsquery function |
| 25 | """ |
| 26 | |
| 27 | def __init__(self, field: Term) -> None: |
| 28 | super().__init__("PLAINTO_TSQUERY", field) |
| 29 | |
| 30 | |
| 31 | class Random(Function): |
no outgoing calls
no test coverage detected
searching dependent graphs…