classSqliteIndexHintStripper
final class SqliteIndexHintStripper
Removes physical index hints from relations supplied by shadow CTEs.
Methods§
public function strip(string $sql, list<string> $shadowTables): stringParameters
$sql | string | |
$shadowTables | list<string> |
Returns
stringTest cases 10
RewriteCheck::verifycallsSqliteIndexHintStripperTest::testDoesNotConfuseCommaBoundaryWithAliascallsSqliteIndexHintStripperTest::testDoesNotTreatExpressionsAsSourceHintscallsSqliteIndexHintStripperTest::testMatchesShadowNamesCaseInsensitivelyAfterPhysicalSourcecallsSqliteIndexHintStripperTest::testPreservesHintsForPhysicalSourcescallsSqliteIndexHintStripperTest::testPreservesIncompleteAndMalformedHintscallsSqliteIndexHintStripperTest::testStripsEmptyBracketIndexAfterBracketAliascallsSqliteIndexHintStripperTest::testStripsEveryHintAcrossConsecutiveShadowSourcescallsSqliteIndexHintStripperTest::testStripsHintsAfterAliasesAndInNestedScopescallsSqliteIndexHintStripperTest::testStripsIndexedByFromShadowSourcecalls
Called from 1
Calls 12
- function-call
array_mapline 19 - function-call
strtolowerline 20 - static-call SqlTokenStream::tokenize() line 24
- static-call SqliteLexerProfile::create() line 24
- method-call SqliteSelectRelationParser::references() line 31
- new SqliteSelectRelationParser line 31
- function-call
in_arrayline 32 - static-call IndexHintTokens::tokenIndexAtOrAfter() line 35
- static-call IndexHintTokens::skipAlias() line 36
- static-call IndexHintTokens::hintRange() line 37
- function-call
usortline 44 - function-call
substr_replaceline 46
Test cases 18§
Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.
Dedicated tests 9
SqliteIndexHintStripperTest::testDoesNotConfuseCommaBoundaryWithAliascallsSqliteIndexHintStripperTest::testDoesNotTreatExpressionsAsSourceHintscallsSqliteIndexHintStripperTest::testMatchesShadowNamesCaseInsensitivelyAfterPhysicalSourcecallsSqliteIndexHintStripperTest::testPreservesHintsForPhysicalSourcescallsSqliteIndexHintStripperTest::testPreservesIncompleteAndMalformedHintscallsSqliteIndexHintStripperTest::testStripsEmptyBracketIndexAfterBracketAliascallsSqliteIndexHintStripperTest::testStripsEveryHintAcrossConsecutiveShadowSourcescallsSqliteIndexHintStripperTest::testStripsHintsAfterAliasesAndInNestedScopescallsSqliteIndexHintStripperTest::testStripsIndexedByFromShadowSourcecalls
Other tests reaching this symbol 9
RewriteCheck::verifycallsSqliteRewriterTestcallsStatementRewriterTestcallsDeleteTransformerTestcallsInsertTransformerTestcallsSelectTransformerTestcallsSqliteTransformerTestcallsUpdateTransformerTestcallsSqliteSessionFactoryTestcalls