final class MatchExpressionRewriter
Restricted visibility: declared "@visibility ZtdQuery\Platform\Sqlite". Code outside that scope must not name this declaration.

Projects MATCH expressions onto shadowed full-text table columns.

Type Aliases§

TableContext = import from SqliteFullTextSearchRewriter

Methods§

public function __construct(
    private SqliteParser $parser,
    private SqliteIdentifierQuoter $quoter,
)

Binds the collaborators used by this operation.

Parameters

public static function isQueryExpression(SqlToken $token): bool

Private surface 2§

Implementation details, listed for orientation only.

private SqliteParser $parser
private SqliteIdentifierQuoter $quoter

Test cases 13§

Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.

Dedicated tests 4
Other tests reaching this symbol 9

Relations§

Instantiated in 1
Method calls 1