classPgSqlTableSampleParser
final class PgSqlTableSampleParser
Table sample parser for PostgreSQL queries.
Methods§
public function parse(string $sql): list<PgSqlTableSample>Parameters
$sql | string |
Returns
list<PgSqlTableSample>Test cases 8
PgSqlTableSampleParserTest::testDistinguishesMalformedOpeningAndClosingParenthesescallsPgSqlTableSampleParserTest::testFindsSampleAfterUnsampledJoinSourcecallsPgSqlTableSampleParserTest::testParsesMultipleSamplesAndNestedSelectscallsPgSqlTableSampleParserTest::testParsesSchemaAliasExpressionAndRepeatableSeedcallsPgSqlTableSampleParserTest::testRejectsCustomSamplingMethodcallsPgSqlTableSampleParserTest::testRejectsMalformedPercentageAndRepeatableExpressionscallsPgSqlTableSampleParserTest::testRemovesInheritanceMarkerFromAliasTextcallsPgSqlTableSampleParserTest::testReturnsNoSamplesForOrdinaryRelationscalls
Called from 1
Calls 9
- static-call SqlTokenStream::tokenize() line 21
- static-call PgSqlLexerProfile::create() line 21
- method-call PgSqlSelectRelationParser::references() line 25
- new PgSqlSelectRelationParser line 25
- method-call SampleTokens::tokenAtOffset() line 26
- new SampleTokens line 26
- method-call SampleTokens::sampleIndexAfter() line 30
- method-call SampleClause::parseSample() line 34
- new SampleClause line 34
Test cases 18§
Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.
Dedicated tests 8
PgSqlTableSampleParserTest::testDistinguishesMalformedOpeningAndClosingParenthesescallsPgSqlTableSampleParserTest::testFindsSampleAfterUnsampledJoinSourcecallsPgSqlTableSampleParserTest::testParsesMultipleSamplesAndNestedSelectscallsPgSqlTableSampleParserTest::testParsesSchemaAliasExpressionAndRepeatableSeedcallsPgSqlTableSampleParserTest::testRejectsCustomSamplingMethodcallsPgSqlTableSampleParserTest::testRejectsMalformedPercentageAndRepeatableExpressionscallsPgSqlTableSampleParserTest::testRemovesInheritanceMarkerFromAliasTextcallsPgSqlTableSampleParserTest::testReturnsNoSamplesForOrdinaryRelationscalls
Other tests reaching this symbol 10
PgSqlSessionFactoryTestcallsPgSqlRewriterTestcallsPgSqlTableSampleRewriterTestcallsStatementRewriterTestcallsDeleteTransformerTestcallsInsertTransformerTestcallsMergeTransformerTestcallsPgSqlTransformerTestcallsSelectTransformerTestcallsUpdateTransformerTestcalls