Uses of Class
org.pgcodekeeper.core.schema.ch.ChView
Packages that use ChView
Package
Description
-
Uses of ChView in org.pgcodekeeper.core.parsers.antlr.ch.launcher
Constructors in org.pgcodekeeper.core.parsers.antlr.ch.launcher with parameters of type ChViewModifierConstructorDescriptionChViewAnalysisLauncher(ChView stmt, CHParser.Subquery_clauseContext vQuery, String location) Creates a view analyzer for ClickHouse. -
Uses of ChView in org.pgcodekeeper.core.parsers.antlr.ch.statement
Methods in org.pgcodekeeper.core.parsers.antlr.ch.statement with parameters of type ChViewModifier and TypeMethodDescriptionvoidCreateChView.parseObject(ChView view) Parses view details including query, comments, and view type-specific configurations.