Class ChAbstractExpr
java.lang.Object
org.pgcodekeeper.core.parsers.antlr.ch.expr.ChAbstractExpr
- Direct Known Subclasses:
ChAbstractExprWithNmspc,ChValueExpr
Abstract base class for ClickHouse SQL expression parsing and dependency analysis.
Provides common functionality for tracking object references and dependencies.
-
Method Summary
Modifier and TypeMethodDescriptionGets an unmodifiable set of database object dependencies found in this expression.
-
Method Details
-
getDepcies
Gets an unmodifiable set of database object dependencies found in this expression.- Returns:
- set of
PgObjLocationrepresenting dependencies
-