Class ChViewAnalysisLauncher
java.lang.Object
org.pgcodekeeper.core.database.base.parser.launcher.AbstractAnalysisLauncher
org.pgcodekeeper.core.database.ch.parser.launcher.ChViewAnalysisLauncher
- All Implemented Interfaces:
IAnalysisLauncher
Launcher for analyzing ClickHouse view definitions.
Handles the extraction of dependencies from view subqueries.
-
Constructor Summary
ConstructorsConstructorDescriptionChViewAnalysisLauncher(ChView stmt, CHParser.Subquery_clauseContext vQuery, String location) Creates a view analyzer for ClickHouse. -
Method Summary
Modifier and TypeMethodDescriptionanalyze(org.antlr.v4.runtime.ParserRuleContext ctx, IMetaContainer meta) Methods inherited from class org.pgcodekeeper.core.database.base.parser.launcher.AbstractAnalysisLauncher
getReferences, getSchemaName, getStmt, launchAnalyze, setOffset, updateStmt
-
Constructor Details
-
ChViewAnalysisLauncher
Creates a view analyzer for ClickHouse.- Parameters:
stmt- the view statement to analyzevQuery- the view subquery contextlocation- the source location identifier
-
-
Method Details
-
analyze
-