All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
R |
process(Node node,
C context) |
R |
visitAddColumnDefinition(AddColumnDefinition node,
C context) |
protected R |
visitAliasedRelation(AliasedRelation node,
C context) |
protected R |
visitAllColumns(AllColumns node,
C context) |
R |
visitAlterBlobTable(AlterBlobTable node,
C context) |
R |
visitAlterTable(AlterTable node,
C context) |
R |
visitAlterTableAddColumnStatement(AlterTableAddColumn node,
C context) |
protected R |
visitArithmeticExpression(ArithmeticExpression node,
C context) |
R |
visitArrayComparisonExpression(ArrayComparisonExpression node,
C context) |
R |
visitArrayLikePredicate(ArrayLikePredicate node,
C context) |
R |
visitArrayLiteral(ArrayLiteral node,
C context) |
R |
visitAssignment(Assignment node,
C context) |
R |
visitBegin(BeginStatement node,
C context) |
protected R |
visitBetweenPredicate(BetweenPredicate node,
C context) |
protected R |
visitBooleanLiteral(BooleanLiteral node,
C context) |
protected R |
visitCast(Cast node,
C context) |
R |
visitCharFilters(CharFilters node,
C context) |
R |
visitClusteredBy(ClusteredBy node,
C context) |
R |
visitCollectionColumnType(CollectionColumnType node,
C context) |
R |
visitColumnConstraint(ColumnConstraint node,
C context) |
R |
visitColumnDefinition(ColumnDefinition node,
C context) |
R |
visitColumnType(ColumnType node,
C context) |
protected R |
visitComparisonExpression(ComparisonExpression node,
C context) |
R |
visitCopyFrom(CopyFrom node,
C context) |
R |
visitCopyTo(CopyTo node,
C context) |
protected R |
visitCreateAlias(CreateAlias node,
C context) |
R |
visitCreateAnalyzer(CreateAnalyzer node,
C context) |
R |
visitCreateBlobTable(CreateBlobTable node,
C context) |
protected R |
visitCreateMaterializedView(CreateMaterializedView node,
C context) |
R |
visitCreateRepository(CreateRepository node,
C context) |
R |
visitCreateSnapshot(CreateSnapshot node,
C context) |
R |
visitCreateTable(CreateTable node,
C context) |
protected R |
visitCurrentTime(CurrentTime node,
C context) |
protected R |
visitDateLiteral(DateLiteral node,
C context) |
R |
visitDelete(Delete node,
C context) |
protected R |
visitDoubleLiteral(DoubleLiteral node,
C context) |
protected R |
visitDropAlias(DropAlias node,
C context) |
R |
visitDropBlobTable(DropBlobTable node,
C context) |
R |
visitDropRepository(DropRepository node,
C context) |
R |
visitDropSnapshot(DropSnapshot node,
C context) |
R |
visitDropTable(DropTable node,
C context) |
protected R |
visitExcept(Except node,
C context) |
protected R |
visitExists(ExistsPredicate node,
C context) |
protected R |
visitExplain(Explain node,
C context) |
protected R |
visitExplainOption(ExplainOption node,
C context) |
protected R |
visitExpression(Expression node,
C context) |
protected R |
visitExtract(Extract node,
C context) |
R |
visitFrameBound(FrameBound node,
C context) |
protected R |
visitFunctionCall(FunctionCall node,
C context) |
R |
visitGenericProperties(GenericProperties node,
C context) |
R |
visitGenericProperty(GenericProperty node,
C context) |
protected R |
visitIfExpression(IfExpression node,
C context) |
R |
visitIndexColumnConstraint(IndexColumnConstraint node,
C context) |
R |
visitIndexDefinition(IndexDefinition node,
C context) |
protected R |
visitInListExpression(InListExpression node,
C context) |
protected R |
visitInPredicate(InPredicate node,
C context) |
R |
visitInputReference(InputReference node,
C context) |
R |
visitInsert(Insert node,
C context) |
R |
visitInsertFromSubquery(InsertFromSubquery node,
C context) |
R |
visitInsertFromValues(InsertFromValues node,
C context) |
protected R |
visitIntersect(Intersect node,
C context) |
protected R |
visitIsNotNullPredicate(IsNotNullPredicate node,
C context) |
protected R |
visitIsNullPredicate(IsNullPredicate node,
C context) |
protected R |
visitJoin(Join node,
C context) |
R |
visitKillStatement(KillStatement node,
C context) |
protected R |
visitLikePredicate(LikePredicate node,
C context) |
protected R |
visitLiteral(Literal node,
C context) |
protected R |
visitLogicalBinaryExpression(LogicalBinaryExpression node,
C context) |
protected R |
visitLongLiteral(LongLiteral node,
C context) |
R |
visitMatchPredicate(MatchPredicate node,
C context) |
R |
visitMatchPredicateColumnIdent(MatchPredicateColumnIdent node,
C context) |
protected R |
visitNegativeExpression(NegativeExpression node,
C context) |
protected R |
visitNode(Node node,
C context) |
protected R |
visitNotExpression(NotExpression node,
C context) |
R |
visitNotNullColumnConstraint(NotNullColumnConstraint node,
C context) |
protected R |
visitNullLiteral(NullLiteral node,
C context) |
R |
visitObjectColumnType(ObjectColumnType node,
C context) |
R |
visitObjectLiteral(ObjectLiteral node,
C context) |
R |
visitOptimizeStatement(OptimizeStatement node,
C context) |
R |
visitParameterExpression(ParameterExpression node,
C context) |
R |
visitPartitionedBy(PartitionedBy node,
C context) |
R |
visitPrimaryKeyColumnConstraint(PrimaryKeyColumnConstraint node,
C context) |
R |
visitPrimaryKeyConstraint(PrimaryKeyConstraint node,
C context) |
protected R |
visitQualifiedNameReference(QualifiedNameReference node,
C context) |
protected R |
visitQuery(Query node,
C context) |
protected R |
visitQueryBody(QueryBody node,
C context) |
protected R |
visitQuerySpecification(QuerySpecification node,
C context) |
protected R |
visitRefreshMaterializedView(RefreshMaterializedView node,
C context) |
R |
visitRefreshStatement(RefreshStatement node,
C context) |
protected R |
visitRelation(Relation node,
C context) |
R |
visitResetStatement(ResetStatement node,
C context) |
R |
visitRestoreSnapshot(RestoreSnapshot node,
C context) |
protected R |
visitSampledRelation(SampledRelation node,
C context) |
protected R |
visitSearchedCaseExpression(SearchedCaseExpression node,
C context) |
protected R |
visitSelect(Select node,
C context) |
protected R |
visitSelectItem(SelectItem node,
C context) |
protected R |
visitSetOperation(SetOperation node,
C context) |
R |
visitSetStatement(SetStatement node,
C context) |
protected R |
visitShowCatalogs(ShowCatalogs node,
C context) |
protected R |
visitShowColumns(ShowColumns node,
C context) |
R |
visitShowCreateTable(ShowCreateTable node,
C context) |
protected R |
visitShowFunctions(ShowFunctions node,
C context) |
protected R |
visitShowPartitions(ShowPartitions node,
C context) |
protected R |
visitShowSchemas(ShowSchemas node,
C context) |
protected R |
visitShowTables(ShowTables node,
C context) |
R |
visitShowTransaction(ShowTransaction showTransaction,
C context) |
protected R |
visitSimpleCaseExpression(SimpleCaseExpression node,
C context) |
protected R |
visitSingleColumn(SingleColumn node,
C context) |
protected R |
visitSortItem(SortItem node,
C context) |
protected R |
visitStatement(Statement node,
C context) |
protected R |
visitStringLiteral(StringLiteral node,
C context) |
protected R |
visitSubqueryExpression(SubqueryExpression node,
C context) |
protected R |
visitSubscriptExpression(SubscriptExpression node,
C context) |
protected R |
visitTable(Table node,
C context) |
R |
visitTableElement(TableElement node,
C context) |
R |
visitTableFunction(TableFunction node,
C context) |
protected R |
visitTableSubquery(TableSubquery node,
C context) |
protected R |
visitTimeLiteral(TimeLiteral node,
C context) |
protected R |
visitTimestampLiteral(TimestampLiteral node,
C context) |
R |
visitTokenFilters(TokenFilters node,
C context) |
R |
visitTokenizer(Tokenizer node,
C context) |
protected R |
visitTryCast(TryCast node,
C context) |
protected R |
visitUnion(Union node,
C context) |
R |
visitUpdate(Update node,
C context) |
R |
visitValuesList(ValuesList node,
C context) |
protected R |
visitWhenClause(WhenClause node,
C context) |
R |
visitWindow(Window node,
C context) |
R |
visitWindowFrame(WindowFrame node,
C context) |
protected R |
visitWith(With node,
C context) |
protected R |
visitWithQuery(WithQuery node,
C context) |