PartiQLListener

interface PartiQLListener : ParseTreeListener

This interface defines a complete listener for a parse tree produced by PartiQLParser.

Functions

Link copied to clipboard
abstract fun enterAggregateBase(ctx: PartiQLParser.AggregateBaseContext)
Enter a parse tree produced by the AggregateBase labeled alternative in aggregate.
Link copied to clipboard
abstract fun enterAnd(ctx: PartiQLParser.AndContext)
Enter a parse tree produced by the And labeled alternative in exprAnd.
Link copied to clipboard
abstract fun enterArray(ctx: PartiQLParser.ArrayContext)
Enter a parse tree produced by array.
Link copied to clipboard
abstract fun enterAsIdent(ctx: PartiQLParser.AsIdentContext)
Enter a parse tree produced by asIdent.
Link copied to clipboard
abstract fun enterAtIdent(ctx: PartiQLParser.AtIdentContext)
Enter a parse tree produced by atIdent.
Link copied to clipboard
abstract fun enterBag(ctx: PartiQLParser.BagContext)
Enter a parse tree produced by bag.
Link copied to clipboard
abstract fun enterByIdent(ctx: PartiQLParser.ByIdentContext)
Enter a parse tree produced by byIdent.
Link copied to clipboard
abstract fun enterCanCast(ctx: PartiQLParser.CanCastContext)
Enter a parse tree produced by canCast.
Link copied to clipboard
abstract fun enterCanLosslessCast(ctx: PartiQLParser.CanLosslessCastContext)
Enter a parse tree produced by canLosslessCast.
Link copied to clipboard
abstract fun enterCaseExpr(ctx: PartiQLParser.CaseExprContext)
Enter a parse tree produced by caseExpr.
Link copied to clipboard
abstract fun enterCast(ctx: PartiQLParser.CastContext)
Enter a parse tree produced by cast.
Link copied to clipboard
abstract fun enterCoalesce(ctx: PartiQLParser.CoalesceContext)
Enter a parse tree produced by coalesce.
Link copied to clipboard
abstract fun enterColConstrNotNull(ctx: PartiQLParser.ColConstrNotNullContext)
Enter a parse tree produced by the ColConstrNotNull labeled alternative in columnConstraintDef.
Link copied to clipboard
abstract fun enterColConstrNull(ctx: PartiQLParser.ColConstrNullContext)
Enter a parse tree produced by the ColConstrNull labeled alternative in columnConstraintDef.
Link copied to clipboard
abstract fun enterCollection(ctx: PartiQLParser.CollectionContext)
Enter a parse tree produced by collection.
Link copied to clipboard
abstract fun enterColumnConstraint(ctx: PartiQLParser.ColumnConstraintContext)
Enter a parse tree produced by columnConstraint.
Link copied to clipboard
abstract fun enterColumnConstraintName(ctx: PartiQLParser.ColumnConstraintNameContext)
Enter a parse tree produced by columnConstraintName.
Link copied to clipboard
abstract fun enterColumnDeclaration(ctx: PartiQLParser.ColumnDeclarationContext)
Enter a parse tree produced by the ColumnDeclaration labeled alternative in tableDefPart.
Link copied to clipboard
abstract fun enterColumnName(ctx: PartiQLParser.ColumnNameContext)
Enter a parse tree produced by columnName.
Link copied to clipboard
abstract fun enterConflictAction(ctx: PartiQLParser.ConflictActionContext)
Enter a parse tree produced by conflictAction.
Link copied to clipboard
abstract fun enterConflictTarget(ctx: PartiQLParser.ConflictTargetContext)
Enter a parse tree produced by conflictTarget.
Link copied to clipboard
abstract fun enterConstraintName(ctx: PartiQLParser.ConstraintNameContext)
Enter a parse tree produced by constraintName.
Link copied to clipboard
abstract fun enterCountAll(ctx: PartiQLParser.CountAllContext)
Enter a parse tree produced by the CountAll labeled alternative in aggregate.
Link copied to clipboard
abstract fun enterCreateIndex(ctx: PartiQLParser.CreateIndexContext)
Enter a parse tree produced by the CreateIndex labeled alternative in createCommand.
Link copied to clipboard
abstract fun enterCreateTable(ctx: PartiQLParser.CreateTableContext)
Enter a parse tree produced by the CreateTable labeled alternative in createCommand.
Link copied to clipboard
abstract fun enterDateFunction(ctx: PartiQLParser.DateFunctionContext)
Enter a parse tree produced by dateFunction.
Link copied to clipboard
abstract fun enterDdl(ctx: PartiQLParser.DdlContext)
Enter a parse tree produced by ddl.
Link copied to clipboard
abstract fun enterDeleteCommand(ctx: PartiQLParser.DeleteCommandContext)
Enter a parse tree produced by deleteCommand.
Link copied to clipboard
abstract fun enterDmlBase(ctx: PartiQLParser.DmlBaseContext)
Enter a parse tree produced by the DmlBase labeled alternative in dml.
Link copied to clipboard
abstract fun enterDmlBaseCommand(ctx: PartiQLParser.DmlBaseCommandContext)
Enter a parse tree produced by dmlBaseCommand.
Link copied to clipboard
abstract fun enterDmlBaseWrapper(ctx: PartiQLParser.DmlBaseWrapperContext)
Enter a parse tree produced by the DmlBaseWrapper labeled alternative in dml.
Link copied to clipboard
abstract fun enterDmlDelete(ctx: PartiQLParser.DmlDeleteContext)
Enter a parse tree produced by the DmlDelete labeled alternative in dml.
Link copied to clipboard
abstract fun enterDmlInsertReturning(ctx: PartiQLParser.DmlInsertReturningContext)
Enter a parse tree produced by the DmlInsertReturning labeled alternative in dml.
Link copied to clipboard
abstract fun enterDoReplace(ctx: PartiQLParser.DoReplaceContext)
Enter a parse tree produced by doReplace.
Link copied to clipboard
abstract fun enterDoUpdate(ctx: PartiQLParser.DoUpdateContext)
Enter a parse tree produced by doUpdate.
Link copied to clipboard
abstract fun enterDql(ctx: PartiQLParser.DqlContext)
Enter a parse tree produced by dql.
Link copied to clipboard
abstract fun enterDropIndex(ctx: PartiQLParser.DropIndexContext)
Enter a parse tree produced by the DropIndex labeled alternative in dropCommand.
Link copied to clipboard
abstract fun enterDropTable(ctx: PartiQLParser.DropTableContext)
Enter a parse tree produced by the DropTable labeled alternative in dropCommand.
Link copied to clipboard
abstract fun enterEdgeAbbrev(ctx: PartiQLParser.EdgeAbbrevContext)
Enter a parse tree produced by edgeAbbrev.
Link copied to clipboard
abstract fun enterEdgeAbbreviated(ctx: PartiQLParser.EdgeAbbreviatedContext)
Enter a parse tree produced by the EdgeAbbreviated labeled alternative in edge.
Link copied to clipboard
abstract fun enterEdgeSpec(ctx: PartiQLParser.EdgeSpecContext)
Enter a parse tree produced by edgeSpec.
Link copied to clipboard
abstract fun enterEdgeSpecBidirectional(ctx: PartiQLParser.EdgeSpecBidirectionalContext)
Enter a parse tree produced by the EdgeSpecBidirectional labeled alternative in edgeWSpec.
Link copied to clipboard
abstract fun enterEdgeSpecLeft(ctx: PartiQLParser.EdgeSpecLeftContext)
Enter a parse tree produced by the EdgeSpecLeft labeled alternative in edgeWSpec.
Link copied to clipboard
abstract fun enterEdgeSpecRight(ctx: PartiQLParser.EdgeSpecRightContext)
Enter a parse tree produced by the EdgeSpecRight labeled alternative in edgeWSpec.
Link copied to clipboard
abstract fun enterEdgeSpecUndirected(ctx: PartiQLParser.EdgeSpecUndirectedContext)
Enter a parse tree produced by the EdgeSpecUndirected labeled alternative in edgeWSpec.
Link copied to clipboard
Enter a parse tree produced by the EdgeSpecUndirectedBidirectional labeled alternative in edgeWSpec.
Link copied to clipboard
abstract fun enterEdgeSpecUndirectedLeft(ctx: PartiQLParser.EdgeSpecUndirectedLeftContext)
Enter a parse tree produced by the EdgeSpecUndirectedLeft labeled alternative in edgeWSpec.
Link copied to clipboard
Enter a parse tree produced by the EdgeSpecUndirectedRight labeled alternative in edgeWSpec.
Link copied to clipboard
abstract fun enterEdgeWithSpec(ctx: PartiQLParser.EdgeWithSpecContext)
Enter a parse tree produced by the EdgeWithSpec labeled alternative in edge.
Link copied to clipboard
abstract fun enterEveryRule(p: ParserRuleContext)
Link copied to clipboard
abstract fun enterExcept(ctx: PartiQLParser.ExceptContext)
Enter a parse tree produced by the Except labeled alternative in exprBagOp.
Link copied to clipboard
abstract fun enterExcludeClause(ctx: PartiQLParser.ExcludeClauseContext)
Enter a parse tree produced by excludeClause.
Link copied to clipboard
abstract fun enterExcludeExpr(ctx: PartiQLParser.ExcludeExprContext)
Enter a parse tree produced by excludeExpr.
Link copied to clipboard
Enter a parse tree produced by the ExcludeExprCollectionAttr labeled alternative in excludeExprSteps.
Link copied to clipboard
Enter a parse tree produced by the ExcludeExprCollectionIndex labeled alternative in excludeExprSteps.
Link copied to clipboard
Enter a parse tree produced by the ExcludeExprCollectionWildcard labeled alternative in excludeExprSteps.
Link copied to clipboard
abstract fun enterExcludeExprTupleAttr(ctx: PartiQLParser.ExcludeExprTupleAttrContext)
Enter a parse tree produced by the ExcludeExprTupleAttr labeled alternative in excludeExprSteps.
Link copied to clipboard
Enter a parse tree produced by the ExcludeExprTupleWildcard labeled alternative in excludeExprSteps.
Link copied to clipboard
abstract fun enterExecCommand(ctx: PartiQLParser.ExecCommandContext)
Enter a parse tree produced by execCommand.
Link copied to clipboard
abstract fun enterExplainOption(ctx: PartiQLParser.ExplainOptionContext)
Enter a parse tree produced by explainOption.
Link copied to clipboard
abstract fun enterExpr(ctx: PartiQLParser.ExprContext)
Enter a parse tree produced by expr.
Link copied to clipboard
abstract fun enterExprAndBase(ctx: PartiQLParser.ExprAndBaseContext)
Enter a parse tree produced by the ExprAndBase labeled alternative in exprAnd.
Link copied to clipboard
abstract fun enterExprGraphMatchMany(ctx: PartiQLParser.ExprGraphMatchManyContext)
Enter a parse tree produced by exprGraphMatchMany.
Link copied to clipboard
abstract fun enterExprGraphMatchOne(ctx: PartiQLParser.ExprGraphMatchOneContext)
Enter a parse tree produced by exprGraphMatchOne.
Link copied to clipboard
abstract fun enterExprNotBase(ctx: PartiQLParser.ExprNotBaseContext)
Enter a parse tree produced by the ExprNotBase labeled alternative in exprNot.
Link copied to clipboard
abstract fun enterExprOrBase(ctx: PartiQLParser.ExprOrBaseContext)
Enter a parse tree produced by the ExprOrBase labeled alternative in exprOr.
Link copied to clipboard
abstract fun enterExprPrimaryBase(ctx: PartiQLParser.ExprPrimaryBaseContext)
Enter a parse tree produced by the ExprPrimaryBase labeled alternative in exprPrimary.
Link copied to clipboard
abstract fun enterExprPrimaryPath(ctx: PartiQLParser.ExprPrimaryPathContext)
Enter a parse tree produced by the ExprPrimaryPath labeled alternative in exprPrimary.
Link copied to clipboard
abstract fun enterExprTermBase(ctx: PartiQLParser.ExprTermBaseContext)
Enter a parse tree produced by the ExprTermBase labeled alternative in exprTerm.
Link copied to clipboard
abstract fun enterExprTermCurrentDate(ctx: PartiQLParser.ExprTermCurrentDateContext)
Enter a parse tree produced by the ExprTermCurrentDate labeled alternative in exprTerm.
Link copied to clipboard
abstract fun enterExprTermCurrentUser(ctx: PartiQLParser.ExprTermCurrentUserContext)
Enter a parse tree produced by the ExprTermCurrentUser labeled alternative in exprTerm.
Link copied to clipboard
abstract fun enterExprTermWrappedQuery(ctx: PartiQLParser.ExprTermWrappedQueryContext)
Enter a parse tree produced by the ExprTermWrappedQuery labeled alternative in exprTerm.
Link copied to clipboard
abstract fun enterExtract(ctx: PartiQLParser.ExtractContext)
Enter a parse tree produced by extract.
Link copied to clipboard
abstract fun enterFromClause(ctx: PartiQLParser.FromClauseContext)
Enter a parse tree produced by fromClause.
Link copied to clipboard
Enter a parse tree produced by the FromClauseSimpleExplicit labeled alternative in fromClauseSimple.
Link copied to clipboard
Enter a parse tree produced by the FromClauseSimpleImplicit labeled alternative in fromClauseSimple.
Link copied to clipboard
abstract fun enterFunctionCall(ctx: PartiQLParser.FunctionCallContext)
Enter a parse tree produced by functionCall.
Link copied to clipboard
abstract fun enterFunctionNameReserved(ctx: PartiQLParser.FunctionNameReservedContext)
Enter a parse tree produced by the FunctionNameReserved labeled alternative in functionName.
Link copied to clipboard
abstract fun enterFunctionNameSymbol(ctx: PartiQLParser.FunctionNameSymbolContext)
Enter a parse tree produced by the FunctionNameSymbol labeled alternative in functionName.
Link copied to clipboard
abstract fun enterGpmlPattern(ctx: PartiQLParser.GpmlPatternContext)
Enter a parse tree produced by gpmlPattern.
Link copied to clipboard
abstract fun enterGpmlPatternList(ctx: PartiQLParser.GpmlPatternListContext)
Enter a parse tree produced by gpmlPatternList.
Link copied to clipboard
abstract fun enterGraphPart(ctx: PartiQLParser.GraphPartContext)
Enter a parse tree produced by graphPart.
Link copied to clipboard
abstract fun enterGroupAlias(ctx: PartiQLParser.GroupAliasContext)
Enter a parse tree produced by groupAlias.
Link copied to clipboard
abstract fun enterGroupClause(ctx: PartiQLParser.GroupClauseContext)
Enter a parse tree produced by groupClause.
Link copied to clipboard
abstract fun enterGroupKey(ctx: PartiQLParser.GroupKeyContext)
Enter a parse tree produced by groupKey.
Link copied to clipboard
abstract fun enterHavingClause(ctx: PartiQLParser.HavingClauseContext)
Enter a parse tree produced by havingClause.
Link copied to clipboard
abstract fun enterInsertCommandReturning(ctx: PartiQLParser.InsertCommandReturningContext)
Enter a parse tree produced by insertCommandReturning.
Link copied to clipboard
abstract fun enterInsertStatement(ctx: PartiQLParser.InsertStatementContext)
Enter a parse tree produced by insertStatement.
Link copied to clipboard
abstract fun enterInsertStatementLegacy(ctx: PartiQLParser.InsertStatementLegacyContext)
Enter a parse tree produced by insertStatementLegacy.
Link copied to clipboard
abstract fun enterIntersect(ctx: PartiQLParser.IntersectContext)
Enter a parse tree produced by the Intersect labeled alternative in exprBagOp.
Link copied to clipboard
abstract fun enterJoinRhsBase(ctx: PartiQLParser.JoinRhsBaseContext)
Enter a parse tree produced by the JoinRhsBase labeled alternative in joinRhs.
Link copied to clipboard
abstract fun enterJoinRhsTableJoined(ctx: PartiQLParser.JoinRhsTableJoinedContext)
Enter a parse tree produced by the JoinRhsTableJoined labeled alternative in joinRhs.
Link copied to clipboard
abstract fun enterJoinSpec(ctx: PartiQLParser.JoinSpecContext)
Enter a parse tree produced by joinSpec.
Link copied to clipboard
abstract fun enterJoinType(ctx: PartiQLParser.JoinTypeContext)
Enter a parse tree produced by joinType.
Link copied to clipboard
abstract fun enterLabelFactorNot(ctx: PartiQLParser.LabelFactorNotContext)
Enter a parse tree produced by the LabelFactorNot labeled alternative in labelFactor.
Link copied to clipboard
abstract fun enterLabelFactorPrimary(ctx: PartiQLParser.LabelFactorPrimaryContext)
Enter a parse tree produced by the LabelFactorPrimary labeled alternative in labelFactor.
Link copied to clipboard
abstract fun enterLabelPrimaryName(ctx: PartiQLParser.LabelPrimaryNameContext)
Enter a parse tree produced by the LabelPrimaryName labeled alternative in labelPrimary.
Link copied to clipboard
abstract fun enterLabelPrimaryParen(ctx: PartiQLParser.LabelPrimaryParenContext)
Enter a parse tree produced by the LabelPrimaryParen labeled alternative in labelPrimary.
Link copied to clipboard
abstract fun enterLabelPrimaryWild(ctx: PartiQLParser.LabelPrimaryWildContext)
Enter a parse tree produced by the LabelPrimaryWild labeled alternative in labelPrimary.
Link copied to clipboard
abstract fun enterLabelSpecOr(ctx: PartiQLParser.LabelSpecOrContext)
Enter a parse tree produced by the LabelSpecOr labeled alternative in labelSpec.
Link copied to clipboard
abstract fun enterLabelSpecTerm(ctx: PartiQLParser.LabelSpecTermContext)
Enter a parse tree produced by the LabelSpecTerm labeled alternative in labelSpec.
Link copied to clipboard
abstract fun enterLabelTermAnd(ctx: PartiQLParser.LabelTermAndContext)
Enter a parse tree produced by the LabelTermAnd labeled alternative in labelTerm.
Link copied to clipboard
abstract fun enterLabelTermFactor(ctx: PartiQLParser.LabelTermFactorContext)
Enter a parse tree produced by the LabelTermFactor labeled alternative in labelTerm.
Link copied to clipboard
abstract fun enterLagLeadFunction(ctx: PartiQLParser.LagLeadFunctionContext)
Enter a parse tree produced by the LagLeadFunction labeled alternative in windowFunction.
Link copied to clipboard
abstract fun enterLetBinding(ctx: PartiQLParser.LetBindingContext)
Enter a parse tree produced by letBinding.
Link copied to clipboard
abstract fun enterLetClause(ctx: PartiQLParser.LetClauseContext)
Enter a parse tree produced by letClause.
Link copied to clipboard
abstract fun enterLimitClause(ctx: PartiQLParser.LimitClauseContext)
Enter a parse tree produced by limitClause.
Link copied to clipboard
abstract fun enterLiteralDate(ctx: PartiQLParser.LiteralDateContext)
Enter a parse tree produced by the LiteralDate labeled alternative in literal.
Link copied to clipboard
abstract fun enterLiteralDecimal(ctx: PartiQLParser.LiteralDecimalContext)
Enter a parse tree produced by the LiteralDecimal labeled alternative in literal.
Link copied to clipboard
abstract fun enterLiteralFalse(ctx: PartiQLParser.LiteralFalseContext)
Enter a parse tree produced by the LiteralFalse labeled alternative in literal.
Link copied to clipboard
abstract fun enterLiteralInteger(ctx: PartiQLParser.LiteralIntegerContext)
Enter a parse tree produced by the LiteralInteger labeled alternative in literal.
Link copied to clipboard
abstract fun enterLiteralIon(ctx: PartiQLParser.LiteralIonContext)
Enter a parse tree produced by the LiteralIon labeled alternative in literal.
Link copied to clipboard
abstract fun enterLiteralMissing(ctx: PartiQLParser.LiteralMissingContext)
Enter a parse tree produced by the LiteralMissing labeled alternative in literal.
Link copied to clipboard
abstract fun enterLiteralNull(ctx: PartiQLParser.LiteralNullContext)
Enter a parse tree produced by the LiteralNull labeled alternative in literal.
Link copied to clipboard
abstract fun enterLiteralString(ctx: PartiQLParser.LiteralStringContext)
Enter a parse tree produced by the LiteralString labeled alternative in literal.
Link copied to clipboard
abstract fun enterLiteralTime(ctx: PartiQLParser.LiteralTimeContext)
Enter a parse tree produced by the LiteralTime labeled alternative in literal.
Link copied to clipboard
abstract fun enterLiteralTimestamp(ctx: PartiQLParser.LiteralTimestampContext)
Enter a parse tree produced by the LiteralTimestamp labeled alternative in literal.
Link copied to clipboard
abstract fun enterLiteralTrue(ctx: PartiQLParser.LiteralTrueContext)
Enter a parse tree produced by the LiteralTrue labeled alternative in literal.
Link copied to clipboard
abstract fun enterMatchPattern(ctx: PartiQLParser.MatchPatternContext)
Enter a parse tree produced by matchPattern.
Link copied to clipboard
abstract fun enterMathOp00(ctx: PartiQLParser.MathOp00Context)
Enter a parse tree produced by mathOp00.
Link copied to clipboard
abstract fun enterMathOp01(ctx: PartiQLParser.MathOp01Context)
Enter a parse tree produced by mathOp01.
Link copied to clipboard
abstract fun enterMathOp02(ctx: PartiQLParser.MathOp02Context)
Enter a parse tree produced by mathOp02.
Link copied to clipboard
abstract fun enterNode(ctx: PartiQLParser.NodeContext)
Enter a parse tree produced by node.
Link copied to clipboard
abstract fun enterNonReservedKeywords(ctx: PartiQLParser.NonReservedKeywordsContext)
Enter a parse tree produced by nonReservedKeywords.
Link copied to clipboard
abstract fun enterNot(ctx: PartiQLParser.NotContext)
Enter a parse tree produced by the Not labeled alternative in exprNot.
Link copied to clipboard
abstract fun enterNullIf(ctx: PartiQLParser.NullIfContext)
Enter a parse tree produced by nullIf.
Link copied to clipboard
abstract fun enterOffsetByClause(ctx: PartiQLParser.OffsetByClauseContext)
Enter a parse tree produced by offsetByClause.
Link copied to clipboard
abstract fun enterOnConflict(ctx: PartiQLParser.OnConflictContext)
Enter a parse tree produced by onConflict.
Link copied to clipboard
abstract fun enterOnConflictLegacy(ctx: PartiQLParser.OnConflictLegacyContext)
Enter a parse tree produced by onConflictLegacy.
Link copied to clipboard
abstract fun enterOr(ctx: PartiQLParser.OrContext)
Enter a parse tree produced by the Or labeled alternative in exprOr.
Link copied to clipboard
abstract fun enterOrderByClause(ctx: PartiQLParser.OrderByClauseContext)
Enter a parse tree produced by orderByClause.
Link copied to clipboard
abstract fun enterOrderSortSpec(ctx: PartiQLParser.OrderSortSpecContext)
Enter a parse tree produced by orderSortSpec.
Link copied to clipboard
abstract fun enterOver(ctx: PartiQLParser.OverContext)
Enter a parse tree produced by over.
Link copied to clipboard
abstract fun enterOverlay(ctx: PartiQLParser.OverlayContext)
Enter a parse tree produced by overlay.
Link copied to clipboard
abstract fun enterPair(ctx: PartiQLParser.PairContext)
Enter a parse tree produced by pair.
Link copied to clipboard
abstract fun enterParameter(ctx: PartiQLParser.ParameterContext)
Enter a parse tree produced by parameter.
Link copied to clipboard
abstract fun enterPathSimple(ctx: PartiQLParser.PathSimpleContext)
Enter a parse tree produced by pathSimple.
Link copied to clipboard
abstract fun enterPathSimpleDotSymbol(ctx: PartiQLParser.PathSimpleDotSymbolContext)
Enter a parse tree produced by the PathSimpleDotSymbol labeled alternative in pathSimpleSteps.
Link copied to clipboard
abstract fun enterPathSimpleLiteral(ctx: PartiQLParser.PathSimpleLiteralContext)
Enter a parse tree produced by the PathSimpleLiteral labeled alternative in pathSimpleSteps.
Link copied to clipboard
abstract fun enterPathSimpleSymbol(ctx: PartiQLParser.PathSimpleSymbolContext)
Enter a parse tree produced by the PathSimpleSymbol labeled alternative in pathSimpleSteps.
Link copied to clipboard
abstract fun enterPathStepDotAll(ctx: PartiQLParser.PathStepDotAllContext)
Enter a parse tree produced by the PathStepDotAll labeled alternative in pathStep.
Link copied to clipboard
abstract fun enterPathStepDotExpr(ctx: PartiQLParser.PathStepDotExprContext)
Enter a parse tree produced by the PathStepDotExpr labeled alternative in pathStep.
Link copied to clipboard
abstract fun enterPathStepIndexAll(ctx: PartiQLParser.PathStepIndexAllContext)
Enter a parse tree produced by the PathStepIndexAll labeled alternative in pathStep.
Link copied to clipboard
abstract fun enterPathStepIndexExpr(ctx: PartiQLParser.PathStepIndexExprContext)
Enter a parse tree produced by the PathStepIndexExpr labeled alternative in pathStep.
Link copied to clipboard
abstract fun enterPattern(ctx: PartiQLParser.PatternContext)
Enter a parse tree produced by pattern.
Link copied to clipboard
abstract fun enterPatternPathVariable(ctx: PartiQLParser.PatternPathVariableContext)
Enter a parse tree produced by patternPathVariable.
Link copied to clipboard
abstract fun enterPatternQuantifier(ctx: PartiQLParser.PatternQuantifierContext)
Enter a parse tree produced by patternQuantifier.
Link copied to clipboard
abstract fun enterPatternRestrictor(ctx: PartiQLParser.PatternRestrictorContext)
Enter a parse tree produced by patternRestrictor.
Link copied to clipboard
abstract fun enterPosition(ctx: PartiQLParser.PositionContext)
Enter a parse tree produced by position.
Link copied to clipboard
abstract fun enterPredicateBase(ctx: PartiQLParser.PredicateBaseContext)
Enter a parse tree produced by the PredicateBase labeled alternative in exprPredicate.
Link copied to clipboard
abstract fun enterPredicateBetween(ctx: PartiQLParser.PredicateBetweenContext)
Enter a parse tree produced by the PredicateBetween labeled alternative in exprPredicate.
Link copied to clipboard
abstract fun enterPredicateComparison(ctx: PartiQLParser.PredicateComparisonContext)
Enter a parse tree produced by the PredicateComparison labeled alternative in exprPredicate.
Link copied to clipboard
abstract fun enterPredicateIn(ctx: PartiQLParser.PredicateInContext)
Enter a parse tree produced by the PredicateIn labeled alternative in exprPredicate.
Link copied to clipboard
abstract fun enterPredicateIs(ctx: PartiQLParser.PredicateIsContext)
Enter a parse tree produced by the PredicateIs labeled alternative in exprPredicate.
Link copied to clipboard
abstract fun enterPredicateLike(ctx: PartiQLParser.PredicateLikeContext)
Enter a parse tree produced by the PredicateLike labeled alternative in exprPredicate.
Link copied to clipboard
abstract fun enterProjectionItem(ctx: PartiQLParser.ProjectionItemContext)
Enter a parse tree produced by projectionItem.
Link copied to clipboard
abstract fun enterProjectionItems(ctx: PartiQLParser.ProjectionItemsContext)
Enter a parse tree produced by projectionItems.
Link copied to clipboard
abstract fun enterQueryBase(ctx: PartiQLParser.QueryBaseContext)
Enter a parse tree produced by the QueryBase labeled alternative in exprBagOp.
Link copied to clipboard
abstract fun enterQueryDdl(ctx: PartiQLParser.QueryDdlContext)
Enter a parse tree produced by the QueryDdl labeled alternative in statement.
Link copied to clipboard
abstract fun enterQueryDml(ctx: PartiQLParser.QueryDmlContext)
Enter a parse tree produced by the QueryDml labeled alternative in statement.
Link copied to clipboard
abstract fun enterQueryDql(ctx: PartiQLParser.QueryDqlContext)
Enter a parse tree produced by the QueryDql labeled alternative in statement.
Link copied to clipboard
abstract fun enterQueryExec(ctx: PartiQLParser.QueryExecContext)
Enter a parse tree produced by the QueryExec labeled alternative in statement.
Link copied to clipboard
abstract fun enterRemoveCommand(ctx: PartiQLParser.RemoveCommandContext)
Enter a parse tree produced by removeCommand.
Link copied to clipboard
abstract fun enterReplaceCommand(ctx: PartiQLParser.ReplaceCommandContext)
Enter a parse tree produced by replaceCommand.
Link copied to clipboard
abstract fun enterReturningClause(ctx: PartiQLParser.ReturningClauseContext)
Enter a parse tree produced by returningClause.
Link copied to clipboard
abstract fun enterReturningColumn(ctx: PartiQLParser.ReturningColumnContext)
Enter a parse tree produced by returningColumn.
Link copied to clipboard
abstract fun enterRoot(ctx: PartiQLParser.RootContext)
Enter a parse tree produced by root.
Link copied to clipboard
abstract fun enterSelectAll(ctx: PartiQLParser.SelectAllContext)
Enter a parse tree produced by the SelectAll labeled alternative in selectClause.
Link copied to clipboard
abstract fun enterSelectItems(ctx: PartiQLParser.SelectItemsContext)
Enter a parse tree produced by the SelectItems labeled alternative in selectClause.
Link copied to clipboard
abstract fun enterSelectorAny(ctx: PartiQLParser.SelectorAnyContext)
Enter a parse tree produced by the SelectorAny labeled alternative in matchSelector.
Link copied to clipboard
abstract fun enterSelectorBasic(ctx: PartiQLParser.SelectorBasicContext)
Enter a parse tree produced by the SelectorBasic labeled alternative in matchSelector.
Link copied to clipboard
abstract fun enterSelectorShortest(ctx: PartiQLParser.SelectorShortestContext)
Enter a parse tree produced by the SelectorShortest labeled alternative in matchSelector.
Link copied to clipboard
abstract fun enterSelectPivot(ctx: PartiQLParser.SelectPivotContext)
Enter a parse tree produced by the SelectPivot labeled alternative in selectClause.
Link copied to clipboard
abstract fun enterSelectValue(ctx: PartiQLParser.SelectValueContext)
Enter a parse tree produced by the SelectValue labeled alternative in selectClause.
Link copied to clipboard
abstract fun enterSequenceConstructor(ctx: PartiQLParser.SequenceConstructorContext)
Enter a parse tree produced by sequenceConstructor.
Link copied to clipboard
abstract fun enterSetAssignment(ctx: PartiQLParser.SetAssignmentContext)
Enter a parse tree produced by setAssignment.
Link copied to clipboard
abstract fun enterSetCommand(ctx: PartiQLParser.SetCommandContext)
Enter a parse tree produced by setCommand.
Link copied to clipboard
abstract fun enterSetQuantifierStrategy(ctx: PartiQLParser.SetQuantifierStrategyContext)
Enter a parse tree produced by setQuantifierStrategy.
Link copied to clipboard
abstract fun enterSfwBase(ctx: PartiQLParser.SfwBaseContext)
Enter a parse tree produced by the SfwBase labeled alternative in exprSelect.
Link copied to clipboard
abstract fun enterSfwQuery(ctx: PartiQLParser.SfwQueryContext)
Enter a parse tree produced by the SfwQuery labeled alternative in exprSelect.
Link copied to clipboard
abstract fun enterSubstring(ctx: PartiQLParser.SubstringContext)
Enter a parse tree produced by substring.
Link copied to clipboard
abstract fun enterSymbolPrimitive(ctx: PartiQLParser.SymbolPrimitiveContext)
Enter a parse tree produced by symbolPrimitive.
Link copied to clipboard
abstract fun enterTableBaseRefClauses(ctx: PartiQLParser.TableBaseRefClausesContext)
Enter a parse tree produced by the TableBaseRefClauses labeled alternative in tableBaseReference.
Link copied to clipboard
abstract fun enterTableBaseRefMatch(ctx: PartiQLParser.TableBaseRefMatchContext)
Enter a parse tree produced by the TableBaseRefMatch labeled alternative in tableBaseReference.
Link copied to clipboard
abstract fun enterTableBaseRefSymbol(ctx: PartiQLParser.TableBaseRefSymbolContext)
Enter a parse tree produced by the TableBaseRefSymbol labeled alternative in tableBaseReference.
Link copied to clipboard
abstract fun enterTableConstraintName(ctx: PartiQLParser.TableConstraintNameContext)
Enter a parse tree produced by tableConstraintName.
Link copied to clipboard
abstract fun enterTableCrossJoin(ctx: PartiQLParser.TableCrossJoinContext)
Enter a parse tree produced by the TableCrossJoin labeled alternative in tableReference.
Link copied to clipboard
abstract fun enterTableDef(ctx: PartiQLParser.TableDefContext)
Enter a parse tree produced by tableDef.
Link copied to clipboard
abstract fun enterTableName(ctx: PartiQLParser.TableNameContext)
Enter a parse tree produced by tableName.
Link copied to clipboard
abstract fun enterTableNonJoin(ctx: PartiQLParser.TableNonJoinContext)
Enter a parse tree produced by tableNonJoin.
Link copied to clipboard
abstract fun enterTableQualifiedJoin(ctx: PartiQLParser.TableQualifiedJoinContext)
Enter a parse tree produced by the TableQualifiedJoin labeled alternative in tableReference.
Link copied to clipboard
abstract fun enterTableRefBase(ctx: PartiQLParser.TableRefBaseContext)
Enter a parse tree produced by the TableRefBase labeled alternative in tableReference.
Link copied to clipboard
abstract fun enterTableUnpivot(ctx: PartiQLParser.TableUnpivotContext)
Enter a parse tree produced by tableUnpivot.
Link copied to clipboard
abstract fun enterTableWrapped(ctx: PartiQLParser.TableWrappedContext)
Enter a parse tree produced by the TableWrapped labeled alternative in tableReference.
Link copied to clipboard
abstract fun enterTrimFunction(ctx: PartiQLParser.TrimFunctionContext)
Enter a parse tree produced by trimFunction.
Link copied to clipboard
abstract fun enterTuple(ctx: PartiQLParser.TupleContext)
Enter a parse tree produced by tuple.
Link copied to clipboard
abstract fun enterTypeArgDouble(ctx: PartiQLParser.TypeArgDoubleContext)
Enter a parse tree produced by the TypeArgDouble labeled alternative in type.
Link copied to clipboard
abstract fun enterTypeArgSingle(ctx: PartiQLParser.TypeArgSingleContext)
Enter a parse tree produced by the TypeArgSingle labeled alternative in type.
Link copied to clipboard
abstract fun enterTypeAtomic(ctx: PartiQLParser.TypeAtomicContext)
Enter a parse tree produced by the TypeAtomic labeled alternative in type.
Link copied to clipboard
abstract fun enterTypeCustom(ctx: PartiQLParser.TypeCustomContext)
Enter a parse tree produced by the TypeCustom labeled alternative in type.
Link copied to clipboard
abstract fun enterTypeTimeZone(ctx: PartiQLParser.TypeTimeZoneContext)
Enter a parse tree produced by the TypeTimeZone labeled alternative in type.
Link copied to clipboard
abstract fun enterTypeVarChar(ctx: PartiQLParser.TypeVarCharContext)
Enter a parse tree produced by the TypeVarChar labeled alternative in type.
Link copied to clipboard
abstract fun enterUnion(ctx: PartiQLParser.UnionContext)
Enter a parse tree produced by the Union labeled alternative in exprBagOp.
Link copied to clipboard
abstract fun enterUpdateClause(ctx: PartiQLParser.UpdateClauseContext)
Enter a parse tree produced by updateClause.
Link copied to clipboard
abstract fun enterUpsertCommand(ctx: PartiQLParser.UpsertCommandContext)
Enter a parse tree produced by upsertCommand.
Link copied to clipboard
abstract fun enterValueExpr(ctx: PartiQLParser.ValueExprContext)
Enter a parse tree produced by valueExpr.
Link copied to clipboard
abstract fun enterValueList(ctx: PartiQLParser.ValueListContext)
Enter a parse tree produced by valueList.
Link copied to clipboard
abstract fun enterValueRow(ctx: PartiQLParser.ValueRowContext)
Enter a parse tree produced by valueRow.
Link copied to clipboard
abstract fun enterValues(ctx: PartiQLParser.ValuesContext)
Enter a parse tree produced by the values labeled alternative in statementstatementstatementstatementcreateCommandcreateCommanddropCommanddropCommandtableDefPartcolumnConstraintDefcolumnConstraintDefdmldmldmldmlpathSimpleStepspathSimpleStepspathSimpleStepsfromClauseSimplefromClauseSimpleselectClauseselectClauseselectClauseselectClauseexcludeExprStepsexcludeExprStepsexcludeExprStepsexcludeExprStepsexcludeExprStepsmatchSelectormatchSelectormatchSelectoredgeedgeedgeWSpecedgeWSpecedgeWSpecedgeWSpecedgeWSpecedgeWSpecedgeWSpeclabelSpeclabelSpeclabelTermlabelTermlabelFactorlabelFactorlabelPrimarylabelPrimarylabelPrimarytableReferencetableReferencetableReferencetableReferencetableBaseReferencetableBaseReferencetableBaseReferencejoinRhsjoinRhsexprBagOpexprBagOpexprBagOpexprBagOpexprSelectexprSelectexprOrexprOrexprAndexprAndexprNotexprNotexprPredicateexprPredicateexprPredicateexprPredicateexprPredicateexprPredicateexprPrimaryexprPrimaryexprTermexprTermexprTermexprTermaggregateaggregatewindowFunctionfunctionNamefunctionNamepathSteppathSteppathSteppathStepvarRefExprvarRefExprliteralliteralliteralliteralliteralliteralliteralliteralliteralliteralliteraltypetypetypetypetypetype.
Link copied to clipboard
abstract fun enterVariableIdentifier(ctx: PartiQLParser.VariableIdentifierContext)
Enter a parse tree produced by the VariableIdentifier labeled alternative in varRefExpr.
Link copied to clipboard
abstract fun enterVariableKeyword(ctx: PartiQLParser.VariableKeywordContext)
Enter a parse tree produced by the VariableKeyword labeled alternative in varRefExpr.
Link copied to clipboard
abstract fun enterWhereClause(ctx: PartiQLParser.WhereClauseContext)
Enter a parse tree produced by whereClause.
Link copied to clipboard
abstract fun enterWhereClauseSelect(ctx: PartiQLParser.WhereClauseSelectContext)
Enter a parse tree produced by whereClauseSelect.
Link copied to clipboard
abstract fun enterWindowPartitionList(ctx: PartiQLParser.WindowPartitionListContext)
Enter a parse tree produced by windowPartitionList.
Link copied to clipboard
abstract fun enterWindowSortSpecList(ctx: PartiQLParser.WindowSortSpecListContext)
Enter a parse tree produced by windowSortSpecList.
Link copied to clipboard
abstract fun exitAggregateBase(ctx: PartiQLParser.AggregateBaseContext)
Exit a parse tree produced by the AggregateBase labeled alternative in aggregate.
Link copied to clipboard
abstract fun exitAnd(ctx: PartiQLParser.AndContext)
Exit a parse tree produced by the And labeled alternative in exprAnd.
Link copied to clipboard
abstract fun exitArray(ctx: PartiQLParser.ArrayContext)
Exit a parse tree produced by array.
Link copied to clipboard
abstract fun exitAsIdent(ctx: PartiQLParser.AsIdentContext)
Exit a parse tree produced by asIdent.
Link copied to clipboard
abstract fun exitAtIdent(ctx: PartiQLParser.AtIdentContext)
Exit a parse tree produced by atIdent.
Link copied to clipboard
abstract fun exitBag(ctx: PartiQLParser.BagContext)
Exit a parse tree produced by bag.
Link copied to clipboard
abstract fun exitByIdent(ctx: PartiQLParser.ByIdentContext)
Exit a parse tree produced by byIdent.
Link copied to clipboard
abstract fun exitCanCast(ctx: PartiQLParser.CanCastContext)
Exit a parse tree produced by canCast.
Link copied to clipboard
abstract fun exitCanLosslessCast(ctx: PartiQLParser.CanLosslessCastContext)
Exit a parse tree produced by canLosslessCast.
Link copied to clipboard
abstract fun exitCaseExpr(ctx: PartiQLParser.CaseExprContext)
Exit a parse tree produced by caseExpr.
Link copied to clipboard
abstract fun exitCast(ctx: PartiQLParser.CastContext)
Exit a parse tree produced by cast.
Link copied to clipboard
abstract fun exitCoalesce(ctx: PartiQLParser.CoalesceContext)
Exit a parse tree produced by coalesce.
Link copied to clipboard
abstract fun exitColConstrNotNull(ctx: PartiQLParser.ColConstrNotNullContext)
Exit a parse tree produced by the ColConstrNotNull labeled alternative in columnConstraintDef.
Link copied to clipboard
abstract fun exitColConstrNull(ctx: PartiQLParser.ColConstrNullContext)
Exit a parse tree produced by the ColConstrNull labeled alternative in columnConstraintDef.
Link copied to clipboard
abstract fun exitCollection(ctx: PartiQLParser.CollectionContext)
Exit a parse tree produced by collection.
Link copied to clipboard
abstract fun exitColumnConstraint(ctx: PartiQLParser.ColumnConstraintContext)
Exit a parse tree produced by columnConstraint.
Link copied to clipboard
abstract fun exitColumnConstraintName(ctx: PartiQLParser.ColumnConstraintNameContext)
Exit a parse tree produced by columnConstraintName.
Link copied to clipboard
abstract fun exitColumnDeclaration(ctx: PartiQLParser.ColumnDeclarationContext)
Exit a parse tree produced by the ColumnDeclaration labeled alternative in tableDefPart.
Link copied to clipboard
abstract fun exitColumnName(ctx: PartiQLParser.ColumnNameContext)
Exit a parse tree produced by columnName.
Link copied to clipboard
abstract fun exitConflictAction(ctx: PartiQLParser.ConflictActionContext)
Exit a parse tree produced by conflictAction.
Link copied to clipboard
abstract fun exitConflictTarget(ctx: PartiQLParser.ConflictTargetContext)
Exit a parse tree produced by conflictTarget.
Link copied to clipboard
abstract fun exitConstraintName(ctx: PartiQLParser.ConstraintNameContext)
Exit a parse tree produced by constraintName.
Link copied to clipboard
abstract fun exitCountAll(ctx: PartiQLParser.CountAllContext)
Exit a parse tree produced by the CountAll labeled alternative in aggregate.
Link copied to clipboard
abstract fun exitCreateIndex(ctx: PartiQLParser.CreateIndexContext)
Exit a parse tree produced by the CreateIndex labeled alternative in createCommand.
Link copied to clipboard
abstract fun exitCreateTable(ctx: PartiQLParser.CreateTableContext)
Exit a parse tree produced by the CreateTable labeled alternative in createCommand.
Link copied to clipboard
abstract fun exitDateFunction(ctx: PartiQLParser.DateFunctionContext)
Exit a parse tree produced by dateFunction.
Link copied to clipboard
abstract fun exitDdl(ctx: PartiQLParser.DdlContext)
Exit a parse tree produced by ddl.
Link copied to clipboard
abstract fun exitDeleteCommand(ctx: PartiQLParser.DeleteCommandContext)
Exit a parse tree produced by deleteCommand.
Link copied to clipboard
abstract fun exitDmlBase(ctx: PartiQLParser.DmlBaseContext)
Exit a parse tree produced by the DmlBase labeled alternative in dml.
Link copied to clipboard
abstract fun exitDmlBaseCommand(ctx: PartiQLParser.DmlBaseCommandContext)
Exit a parse tree produced by dmlBaseCommand.
Link copied to clipboard
abstract fun exitDmlBaseWrapper(ctx: PartiQLParser.DmlBaseWrapperContext)
Exit a parse tree produced by the DmlBaseWrapper labeled alternative in dml.
Link copied to clipboard
abstract fun exitDmlDelete(ctx: PartiQLParser.DmlDeleteContext)
Exit a parse tree produced by the DmlDelete labeled alternative in dml.
Link copied to clipboard
abstract fun exitDmlInsertReturning(ctx: PartiQLParser.DmlInsertReturningContext)
Exit a parse tree produced by the DmlInsertReturning labeled alternative in dml.
Link copied to clipboard
abstract fun exitDoReplace(ctx: PartiQLParser.DoReplaceContext)
Exit a parse tree produced by doReplace.
Link copied to clipboard
abstract fun exitDoUpdate(ctx: PartiQLParser.DoUpdateContext)
Exit a parse tree produced by doUpdate.
Link copied to clipboard
abstract fun exitDql(ctx: PartiQLParser.DqlContext)
Exit a parse tree produced by dql.
Link copied to clipboard
abstract fun exitDropIndex(ctx: PartiQLParser.DropIndexContext)
Exit a parse tree produced by the DropIndex labeled alternative in dropCommand.
Link copied to clipboard
abstract fun exitDropTable(ctx: PartiQLParser.DropTableContext)
Exit a parse tree produced by the DropTable labeled alternative in dropCommand.
Link copied to clipboard
abstract fun exitEdgeAbbrev(ctx: PartiQLParser.EdgeAbbrevContext)
Exit a parse tree produced by edgeAbbrev.
Link copied to clipboard
abstract fun exitEdgeAbbreviated(ctx: PartiQLParser.EdgeAbbreviatedContext)
Exit a parse tree produced by the EdgeAbbreviated labeled alternative in edge.
Link copied to clipboard
abstract fun exitEdgeSpec(ctx: PartiQLParser.EdgeSpecContext)
Exit a parse tree produced by edgeSpec.
Link copied to clipboard
abstract fun exitEdgeSpecBidirectional(ctx: PartiQLParser.EdgeSpecBidirectionalContext)
Exit a parse tree produced by the EdgeSpecBidirectional labeled alternative in edgeWSpec.
Link copied to clipboard
abstract fun exitEdgeSpecLeft(ctx: PartiQLParser.EdgeSpecLeftContext)
Exit a parse tree produced by the EdgeSpecLeft labeled alternative in edgeWSpec.
Link copied to clipboard
abstract fun exitEdgeSpecRight(ctx: PartiQLParser.EdgeSpecRightContext)
Exit a parse tree produced by the EdgeSpecRight labeled alternative in edgeWSpec.
Link copied to clipboard
abstract fun exitEdgeSpecUndirected(ctx: PartiQLParser.EdgeSpecUndirectedContext)
Exit a parse tree produced by the EdgeSpecUndirected labeled alternative in edgeWSpec.
Link copied to clipboard
Exit a parse tree produced by the EdgeSpecUndirectedBidirectional labeled alternative in edgeWSpec.
Link copied to clipboard
abstract fun exitEdgeSpecUndirectedLeft(ctx: PartiQLParser.EdgeSpecUndirectedLeftContext)
Exit a parse tree produced by the EdgeSpecUndirectedLeft labeled alternative in edgeWSpec.
Link copied to clipboard
Exit a parse tree produced by the EdgeSpecUndirectedRight labeled alternative in edgeWSpec.
Link copied to clipboard
abstract fun exitEdgeWithSpec(ctx: PartiQLParser.EdgeWithSpecContext)
Exit a parse tree produced by the EdgeWithSpec labeled alternative in edge.
Link copied to clipboard
abstract fun exitEveryRule(p: ParserRuleContext)
Link copied to clipboard
abstract fun exitExcept(ctx: PartiQLParser.ExceptContext)
Exit a parse tree produced by the Except labeled alternative in exprBagOp.
Link copied to clipboard
abstract fun exitExcludeClause(ctx: PartiQLParser.ExcludeClauseContext)
Exit a parse tree produced by excludeClause.
Link copied to clipboard
abstract fun exitExcludeExpr(ctx: PartiQLParser.ExcludeExprContext)
Exit a parse tree produced by excludeExpr.
Link copied to clipboard
Exit a parse tree produced by the ExcludeExprCollectionAttr labeled alternative in excludeExprSteps.
Link copied to clipboard
Exit a parse tree produced by the ExcludeExprCollectionIndex labeled alternative in excludeExprSteps.
Link copied to clipboard
Exit a parse tree produced by the ExcludeExprCollectionWildcard labeled alternative in excludeExprSteps.
Link copied to clipboard
abstract fun exitExcludeExprTupleAttr(ctx: PartiQLParser.ExcludeExprTupleAttrContext)
Exit a parse tree produced by the ExcludeExprTupleAttr labeled alternative in excludeExprSteps.
Link copied to clipboard
Exit a parse tree produced by the ExcludeExprTupleWildcard labeled alternative in excludeExprSteps.
Link copied to clipboard
abstract fun exitExecCommand(ctx: PartiQLParser.ExecCommandContext)
Exit a parse tree produced by execCommand.
Link copied to clipboard
abstract fun exitExplainOption(ctx: PartiQLParser.ExplainOptionContext)
Exit a parse tree produced by explainOption.
Link copied to clipboard
abstract fun exitExpr(ctx: PartiQLParser.ExprContext)
Exit a parse tree produced by expr.
Link copied to clipboard
abstract fun exitExprAndBase(ctx: PartiQLParser.ExprAndBaseContext)
Exit a parse tree produced by the ExprAndBase labeled alternative in exprAnd.
Link copied to clipboard
abstract fun exitExprGraphMatchMany(ctx: PartiQLParser.ExprGraphMatchManyContext)
Exit a parse tree produced by exprGraphMatchMany.
Link copied to clipboard
abstract fun exitExprGraphMatchOne(ctx: PartiQLParser.ExprGraphMatchOneContext)
Exit a parse tree produced by exprGraphMatchOne.
Link copied to clipboard
abstract fun exitExprNotBase(ctx: PartiQLParser.ExprNotBaseContext)
Exit a parse tree produced by the ExprNotBase labeled alternative in exprNot.
Link copied to clipboard
abstract fun exitExprOrBase(ctx: PartiQLParser.ExprOrBaseContext)
Exit a parse tree produced by the ExprOrBase labeled alternative in exprOr.
Link copied to clipboard
abstract fun exitExprPrimaryBase(ctx: PartiQLParser.ExprPrimaryBaseContext)
Exit a parse tree produced by the ExprPrimaryBase labeled alternative in exprPrimary.
Link copied to clipboard
abstract fun exitExprPrimaryPath(ctx: PartiQLParser.ExprPrimaryPathContext)
Exit a parse tree produced by the ExprPrimaryPath labeled alternative in exprPrimary.
Link copied to clipboard
abstract fun exitExprTermBase(ctx: PartiQLParser.ExprTermBaseContext)
Exit a parse tree produced by the ExprTermBase labeled alternative in exprTerm.
Link copied to clipboard
abstract fun exitExprTermCurrentDate(ctx: PartiQLParser.ExprTermCurrentDateContext)
Exit a parse tree produced by the ExprTermCurrentDate labeled alternative in exprTerm.
Link copied to clipboard
abstract fun exitExprTermCurrentUser(ctx: PartiQLParser.ExprTermCurrentUserContext)
Exit a parse tree produced by the ExprTermCurrentUser labeled alternative in exprTerm.
Link copied to clipboard
abstract fun exitExprTermWrappedQuery(ctx: PartiQLParser.ExprTermWrappedQueryContext)
Exit a parse tree produced by the ExprTermWrappedQuery labeled alternative in exprTerm.
Link copied to clipboard
abstract fun exitExtract(ctx: PartiQLParser.ExtractContext)
Exit a parse tree produced by extract.
Link copied to clipboard
abstract fun exitFromClause(ctx: PartiQLParser.FromClauseContext)
Exit a parse tree produced by fromClause.
Link copied to clipboard
Exit a parse tree produced by the FromClauseSimpleExplicit labeled alternative in fromClauseSimple.
Link copied to clipboard
Exit a parse tree produced by the FromClauseSimpleImplicit labeled alternative in fromClauseSimple.
Link copied to clipboard
abstract fun exitFunctionCall(ctx: PartiQLParser.FunctionCallContext)
Exit a parse tree produced by functionCall.
Link copied to clipboard
abstract fun exitFunctionNameReserved(ctx: PartiQLParser.FunctionNameReservedContext)
Exit a parse tree produced by the FunctionNameReserved labeled alternative in functionName.
Link copied to clipboard
abstract fun exitFunctionNameSymbol(ctx: PartiQLParser.FunctionNameSymbolContext)
Exit a parse tree produced by the FunctionNameSymbol labeled alternative in functionName.
Link copied to clipboard
abstract fun exitGpmlPattern(ctx: PartiQLParser.GpmlPatternContext)
Exit a parse tree produced by gpmlPattern.
Link copied to clipboard
abstract fun exitGpmlPatternList(ctx: PartiQLParser.GpmlPatternListContext)
Exit a parse tree produced by gpmlPatternList.
Link copied to clipboard
abstract fun exitGraphPart(ctx: PartiQLParser.GraphPartContext)
Exit a parse tree produced by graphPart.
Link copied to clipboard
abstract fun exitGroupAlias(ctx: PartiQLParser.GroupAliasContext)
Exit a parse tree produced by groupAlias.
Link copied to clipboard
abstract fun exitGroupClause(ctx: PartiQLParser.GroupClauseContext)
Exit a parse tree produced by groupClause.
Link copied to clipboard
abstract fun exitGroupKey(ctx: PartiQLParser.GroupKeyContext)
Exit a parse tree produced by groupKey.
Link copied to clipboard
abstract fun exitHavingClause(ctx: PartiQLParser.HavingClauseContext)
Exit a parse tree produced by havingClause.
Link copied to clipboard
abstract fun exitInsertCommandReturning(ctx: PartiQLParser.InsertCommandReturningContext)
Exit a parse tree produced by insertCommandReturning.
Link copied to clipboard
abstract fun exitInsertStatement(ctx: PartiQLParser.InsertStatementContext)
Exit a parse tree produced by insertStatement.
Link copied to clipboard
abstract fun exitInsertStatementLegacy(ctx: PartiQLParser.InsertStatementLegacyContext)
Exit a parse tree produced by insertStatementLegacy.
Link copied to clipboard
abstract fun exitIntersect(ctx: PartiQLParser.IntersectContext)
Exit a parse tree produced by the Intersect labeled alternative in exprBagOp.
Link copied to clipboard
abstract fun exitJoinRhsBase(ctx: PartiQLParser.JoinRhsBaseContext)
Exit a parse tree produced by the JoinRhsBase labeled alternative in joinRhs.
Link copied to clipboard
abstract fun exitJoinRhsTableJoined(ctx: PartiQLParser.JoinRhsTableJoinedContext)
Exit a parse tree produced by the JoinRhsTableJoined labeled alternative in joinRhs.
Link copied to clipboard
abstract fun exitJoinSpec(ctx: PartiQLParser.JoinSpecContext)
Exit a parse tree produced by joinSpec.
Link copied to clipboard
abstract fun exitJoinType(ctx: PartiQLParser.JoinTypeContext)
Exit a parse tree produced by joinType.
Link copied to clipboard
abstract fun exitLabelFactorNot(ctx: PartiQLParser.LabelFactorNotContext)
Exit a parse tree produced by the LabelFactorNot labeled alternative in labelFactor.
Link copied to clipboard
abstract fun exitLabelFactorPrimary(ctx: PartiQLParser.LabelFactorPrimaryContext)
Exit a parse tree produced by the LabelFactorPrimary labeled alternative in labelFactor.
Link copied to clipboard
abstract fun exitLabelPrimaryName(ctx: PartiQLParser.LabelPrimaryNameContext)
Exit a parse tree produced by the LabelPrimaryName labeled alternative in labelPrimary.
Link copied to clipboard
abstract fun exitLabelPrimaryParen(ctx: PartiQLParser.LabelPrimaryParenContext)
Exit a parse tree produced by the LabelPrimaryParen labeled alternative in labelPrimary.
Link copied to clipboard
abstract fun exitLabelPrimaryWild(ctx: PartiQLParser.LabelPrimaryWildContext)
Exit a parse tree produced by the LabelPrimaryWild labeled alternative in labelPrimary.
Link copied to clipboard
abstract fun exitLabelSpecOr(ctx: PartiQLParser.LabelSpecOrContext)
Exit a parse tree produced by the LabelSpecOr labeled alternative in labelSpec.
Link copied to clipboard
abstract fun exitLabelSpecTerm(ctx: PartiQLParser.LabelSpecTermContext)
Exit a parse tree produced by the LabelSpecTerm labeled alternative in labelSpec.
Link copied to clipboard
abstract fun exitLabelTermAnd(ctx: PartiQLParser.LabelTermAndContext)
Exit a parse tree produced by the LabelTermAnd labeled alternative in labelTerm.
Link copied to clipboard
abstract fun exitLabelTermFactor(ctx: PartiQLParser.LabelTermFactorContext)
Exit a parse tree produced by the LabelTermFactor labeled alternative in labelTerm.
Link copied to clipboard
abstract fun exitLagLeadFunction(ctx: PartiQLParser.LagLeadFunctionContext)
Exit a parse tree produced by the LagLeadFunction labeled alternative in windowFunction.
Link copied to clipboard
abstract fun exitLetBinding(ctx: PartiQLParser.LetBindingContext)
Exit a parse tree produced by letBinding.
Link copied to clipboard
abstract fun exitLetClause(ctx: PartiQLParser.LetClauseContext)
Exit a parse tree produced by letClause.
Link copied to clipboard
abstract fun exitLimitClause(ctx: PartiQLParser.LimitClauseContext)
Exit a parse tree produced by limitClause.
Link copied to clipboard
abstract fun exitLiteralDate(ctx: PartiQLParser.LiteralDateContext)
Exit a parse tree produced by the LiteralDate labeled alternative in literal.
Link copied to clipboard
abstract fun exitLiteralDecimal(ctx: PartiQLParser.LiteralDecimalContext)
Exit a parse tree produced by the LiteralDecimal labeled alternative in literal.
Link copied to clipboard
abstract fun exitLiteralFalse(ctx: PartiQLParser.LiteralFalseContext)
Exit a parse tree produced by the LiteralFalse labeled alternative in literal.
Link copied to clipboard
abstract fun exitLiteralInteger(ctx: PartiQLParser.LiteralIntegerContext)
Exit a parse tree produced by the LiteralInteger labeled alternative in literal.
Link copied to clipboard
abstract fun exitLiteralIon(ctx: PartiQLParser.LiteralIonContext)
Exit a parse tree produced by the LiteralIon labeled alternative in literal.
Link copied to clipboard
abstract fun exitLiteralMissing(ctx: PartiQLParser.LiteralMissingContext)
Exit a parse tree produced by the LiteralMissing labeled alternative in literal.
Link copied to clipboard
abstract fun exitLiteralNull(ctx: PartiQLParser.LiteralNullContext)
Exit a parse tree produced by the LiteralNull labeled alternative in literal.
Link copied to clipboard
abstract fun exitLiteralString(ctx: PartiQLParser.LiteralStringContext)
Exit a parse tree produced by the LiteralString labeled alternative in literal.
Link copied to clipboard
abstract fun exitLiteralTime(ctx: PartiQLParser.LiteralTimeContext)
Exit a parse tree produced by the LiteralTime labeled alternative in literal.
Link copied to clipboard
abstract fun exitLiteralTimestamp(ctx: PartiQLParser.LiteralTimestampContext)
Exit a parse tree produced by the LiteralTimestamp labeled alternative in literal.
Link copied to clipboard
abstract fun exitLiteralTrue(ctx: PartiQLParser.LiteralTrueContext)
Exit a parse tree produced by the LiteralTrue labeled alternative in literal.
Link copied to clipboard
abstract fun exitMatchPattern(ctx: PartiQLParser.MatchPatternContext)
Exit a parse tree produced by matchPattern.
Link copied to clipboard
abstract fun exitMathOp00(ctx: PartiQLParser.MathOp00Context)
Exit a parse tree produced by mathOp00.
Link copied to clipboard
abstract fun exitMathOp01(ctx: PartiQLParser.MathOp01Context)
Exit a parse tree produced by mathOp01.
Link copied to clipboard
abstract fun exitMathOp02(ctx: PartiQLParser.MathOp02Context)
Exit a parse tree produced by mathOp02.
Link copied to clipboard
abstract fun exitNode(ctx: PartiQLParser.NodeContext)
Exit a parse tree produced by node.
Link copied to clipboard
abstract fun exitNonReservedKeywords(ctx: PartiQLParser.NonReservedKeywordsContext)
Exit a parse tree produced by nonReservedKeywords.
Link copied to clipboard
abstract fun exitNot(ctx: PartiQLParser.NotContext)
Exit a parse tree produced by the Not labeled alternative in exprNot.
Link copied to clipboard
abstract fun exitNullIf(ctx: PartiQLParser.NullIfContext)
Exit a parse tree produced by nullIf.
Link copied to clipboard
abstract fun exitOffsetByClause(ctx: PartiQLParser.OffsetByClauseContext)
Exit a parse tree produced by offsetByClause.
Link copied to clipboard
abstract fun exitOnConflict(ctx: PartiQLParser.OnConflictContext)
Exit a parse tree produced by onConflict.
Link copied to clipboard
abstract fun exitOnConflictLegacy(ctx: PartiQLParser.OnConflictLegacyContext)
Exit a parse tree produced by onConflictLegacy.
Link copied to clipboard
abstract fun exitOr(ctx: PartiQLParser.OrContext)
Exit a parse tree produced by the Or labeled alternative in exprOr.
Link copied to clipboard
abstract fun exitOrderByClause(ctx: PartiQLParser.OrderByClauseContext)
Exit a parse tree produced by orderByClause.
Link copied to clipboard
abstract fun exitOrderSortSpec(ctx: PartiQLParser.OrderSortSpecContext)
Exit a parse tree produced by orderSortSpec.
Link copied to clipboard
abstract fun exitOver(ctx: PartiQLParser.OverContext)
Exit a parse tree produced by over.
Link copied to clipboard
abstract fun exitOverlay(ctx: PartiQLParser.OverlayContext)
Exit a parse tree produced by overlay.
Link copied to clipboard
abstract fun exitPair(ctx: PartiQLParser.PairContext)
Exit a parse tree produced by pair.
Link copied to clipboard
abstract fun exitParameter(ctx: PartiQLParser.ParameterContext)
Exit a parse tree produced by parameter.
Link copied to clipboard
abstract fun exitPathSimple(ctx: PartiQLParser.PathSimpleContext)
Exit a parse tree produced by pathSimple.
Link copied to clipboard
abstract fun exitPathSimpleDotSymbol(ctx: PartiQLParser.PathSimpleDotSymbolContext)
Exit a parse tree produced by the PathSimpleDotSymbol labeled alternative in pathSimpleSteps.
Link copied to clipboard
abstract fun exitPathSimpleLiteral(ctx: PartiQLParser.PathSimpleLiteralContext)
Exit a parse tree produced by the PathSimpleLiteral labeled alternative in pathSimpleSteps.
Link copied to clipboard
abstract fun exitPathSimpleSymbol(ctx: PartiQLParser.PathSimpleSymbolContext)
Exit a parse tree produced by the PathSimpleSymbol labeled alternative in pathSimpleSteps.
Link copied to clipboard
abstract fun exitPathStepDotAll(ctx: PartiQLParser.PathStepDotAllContext)
Exit a parse tree produced by the PathStepDotAll labeled alternative in pathStep.
Link copied to clipboard
abstract fun exitPathStepDotExpr(ctx: PartiQLParser.PathStepDotExprContext)
Exit a parse tree produced by the PathStepDotExpr labeled alternative in pathStep.
Link copied to clipboard
abstract fun exitPathStepIndexAll(ctx: PartiQLParser.PathStepIndexAllContext)
Exit a parse tree produced by the PathStepIndexAll labeled alternative in pathStep.
Link copied to clipboard
abstract fun exitPathStepIndexExpr(ctx: PartiQLParser.PathStepIndexExprContext)
Exit a parse tree produced by the PathStepIndexExpr labeled alternative in pathStep.
Link copied to clipboard
abstract fun exitPattern(ctx: PartiQLParser.PatternContext)
Exit a parse tree produced by pattern.
Link copied to clipboard
abstract fun exitPatternPathVariable(ctx: PartiQLParser.PatternPathVariableContext)
Exit a parse tree produced by patternPathVariable.
Link copied to clipboard
abstract fun exitPatternQuantifier(ctx: PartiQLParser.PatternQuantifierContext)
Exit a parse tree produced by patternQuantifier.
Link copied to clipboard
abstract fun exitPatternRestrictor(ctx: PartiQLParser.PatternRestrictorContext)
Exit a parse tree produced by patternRestrictor.
Link copied to clipboard
abstract fun exitPosition(ctx: PartiQLParser.PositionContext)
Exit a parse tree produced by position.
Link copied to clipboard
abstract fun exitPredicateBase(ctx: PartiQLParser.PredicateBaseContext)
Exit a parse tree produced by the PredicateBase labeled alternative in exprPredicate.
Link copied to clipboard
abstract fun exitPredicateBetween(ctx: PartiQLParser.PredicateBetweenContext)
Exit a parse tree produced by the PredicateBetween labeled alternative in exprPredicate.
Link copied to clipboard
abstract fun exitPredicateComparison(ctx: PartiQLParser.PredicateComparisonContext)
Exit a parse tree produced by the PredicateComparison labeled alternative in exprPredicate.
Link copied to clipboard
abstract fun exitPredicateIn(ctx: PartiQLParser.PredicateInContext)
Exit a parse tree produced by the PredicateIn labeled alternative in exprPredicate.
Link copied to clipboard
abstract fun exitPredicateIs(ctx: PartiQLParser.PredicateIsContext)
Exit a parse tree produced by the PredicateIs labeled alternative in exprPredicate.
Link copied to clipboard
abstract fun exitPredicateLike(ctx: PartiQLParser.PredicateLikeContext)
Exit a parse tree produced by the PredicateLike labeled alternative in exprPredicate.
Link copied to clipboard
abstract fun exitProjectionItem(ctx: PartiQLParser.ProjectionItemContext)
Exit a parse tree produced by projectionItem.
Link copied to clipboard
abstract fun exitProjectionItems(ctx: PartiQLParser.ProjectionItemsContext)
Exit a parse tree produced by projectionItems.
Link copied to clipboard
abstract fun exitQueryBase(ctx: PartiQLParser.QueryBaseContext)
Exit a parse tree produced by the QueryBase labeled alternative in exprBagOp.
Link copied to clipboard
abstract fun exitQueryDdl(ctx: PartiQLParser.QueryDdlContext)
Exit a parse tree produced by the QueryDdl labeled alternative in statement.
Link copied to clipboard
abstract fun exitQueryDml(ctx: PartiQLParser.QueryDmlContext)
Exit a parse tree produced by the QueryDml labeled alternative in statement.
Link copied to clipboard
abstract fun exitQueryDql(ctx: PartiQLParser.QueryDqlContext)
Exit a parse tree produced by the QueryDql labeled alternative in statement.
Link copied to clipboard
abstract fun exitQueryExec(ctx: PartiQLParser.QueryExecContext)
Exit a parse tree produced by the QueryExec labeled alternative in statement.
Link copied to clipboard
abstract fun exitRemoveCommand(ctx: PartiQLParser.RemoveCommandContext)
Exit a parse tree produced by removeCommand.
Link copied to clipboard
abstract fun exitReplaceCommand(ctx: PartiQLParser.ReplaceCommandContext)
Exit a parse tree produced by replaceCommand.
Link copied to clipboard
abstract fun exitReturningClause(ctx: PartiQLParser.ReturningClauseContext)
Exit a parse tree produced by returningClause.
Link copied to clipboard
abstract fun exitReturningColumn(ctx: PartiQLParser.ReturningColumnContext)
Exit a parse tree produced by returningColumn.
Link copied to clipboard
abstract fun exitRoot(ctx: PartiQLParser.RootContext)
Exit a parse tree produced by root.
Link copied to clipboard
abstract fun exitSelectAll(ctx: PartiQLParser.SelectAllContext)
Exit a parse tree produced by the SelectAll labeled alternative in selectClause.
Link copied to clipboard
abstract fun exitSelectItems(ctx: PartiQLParser.SelectItemsContext)
Exit a parse tree produced by the SelectItems labeled alternative in selectClause.
Link copied to clipboard
abstract fun exitSelectorAny(ctx: PartiQLParser.SelectorAnyContext)
Exit a parse tree produced by the SelectorAny labeled alternative in matchSelector.
Link copied to clipboard
abstract fun exitSelectorBasic(ctx: PartiQLParser.SelectorBasicContext)
Exit a parse tree produced by the SelectorBasic labeled alternative in matchSelector.
Link copied to clipboard
abstract fun exitSelectorShortest(ctx: PartiQLParser.SelectorShortestContext)
Exit a parse tree produced by the SelectorShortest labeled alternative in matchSelector.
Link copied to clipboard
abstract fun exitSelectPivot(ctx: PartiQLParser.SelectPivotContext)
Exit a parse tree produced by the SelectPivot labeled alternative in selectClause.
Link copied to clipboard
abstract fun exitSelectValue(ctx: PartiQLParser.SelectValueContext)
Exit a parse tree produced by the SelectValue labeled alternative in selectClause.
Link copied to clipboard
abstract fun exitSequenceConstructor(ctx: PartiQLParser.SequenceConstructorContext)
Exit a parse tree produced by sequenceConstructor.
Link copied to clipboard
abstract fun exitSetAssignment(ctx: PartiQLParser.SetAssignmentContext)
Exit a parse tree produced by setAssignment.
Link copied to clipboard
abstract fun exitSetCommand(ctx: PartiQLParser.SetCommandContext)
Exit a parse tree produced by setCommand.
Link copied to clipboard
abstract fun exitSetQuantifierStrategy(ctx: PartiQLParser.SetQuantifierStrategyContext)
Exit a parse tree produced by setQuantifierStrategy.
Link copied to clipboard
abstract fun exitSfwBase(ctx: PartiQLParser.SfwBaseContext)
Exit a parse tree produced by the SfwBase labeled alternative in exprSelect.
Link copied to clipboard
abstract fun exitSfwQuery(ctx: PartiQLParser.SfwQueryContext)
Exit a parse tree produced by the SfwQuery labeled alternative in exprSelect.
Link copied to clipboard
abstract fun exitSubstring(ctx: PartiQLParser.SubstringContext)
Exit a parse tree produced by substring.
Link copied to clipboard
abstract fun exitSymbolPrimitive(ctx: PartiQLParser.SymbolPrimitiveContext)
Exit a parse tree produced by symbolPrimitive.
Link copied to clipboard
abstract fun exitTableBaseRefClauses(ctx: PartiQLParser.TableBaseRefClausesContext)
Exit a parse tree produced by the TableBaseRefClauses labeled alternative in tableBaseReference.
Link copied to clipboard
abstract fun exitTableBaseRefMatch(ctx: PartiQLParser.TableBaseRefMatchContext)
Exit a parse tree produced by the TableBaseRefMatch labeled alternative in tableBaseReference.
Link copied to clipboard
abstract fun exitTableBaseRefSymbol(ctx: PartiQLParser.TableBaseRefSymbolContext)
Exit a parse tree produced by the TableBaseRefSymbol labeled alternative in tableBaseReference.
Link copied to clipboard
abstract fun exitTableConstraintName(ctx: PartiQLParser.TableConstraintNameContext)
Exit a parse tree produced by tableConstraintName.
Link copied to clipboard
abstract fun exitTableCrossJoin(ctx: PartiQLParser.TableCrossJoinContext)
Exit a parse tree produced by the TableCrossJoin labeled alternative in tableReference.
Link copied to clipboard
abstract fun exitTableDef(ctx: PartiQLParser.TableDefContext)
Exit a parse tree produced by tableDef.
Link copied to clipboard
abstract fun exitTableName(ctx: PartiQLParser.TableNameContext)
Exit a parse tree produced by tableName.
Link copied to clipboard
abstract fun exitTableNonJoin(ctx: PartiQLParser.TableNonJoinContext)
Exit a parse tree produced by tableNonJoin.
Link copied to clipboard
abstract fun exitTableQualifiedJoin(ctx: PartiQLParser.TableQualifiedJoinContext)
Exit a parse tree produced by the TableQualifiedJoin labeled alternative in tableReference.
Link copied to clipboard
abstract fun exitTableRefBase(ctx: PartiQLParser.TableRefBaseContext)
Exit a parse tree produced by the TableRefBase labeled alternative in tableReference.
Link copied to clipboard
abstract fun exitTableUnpivot(ctx: PartiQLParser.TableUnpivotContext)
Exit a parse tree produced by tableUnpivot.
Link copied to clipboard
abstract fun exitTableWrapped(ctx: PartiQLParser.TableWrappedContext)
Exit a parse tree produced by the TableWrapped labeled alternative in tableReference.
Link copied to clipboard
abstract fun exitTrimFunction(ctx: PartiQLParser.TrimFunctionContext)
Exit a parse tree produced by trimFunction.
Link copied to clipboard
abstract fun exitTuple(ctx: PartiQLParser.TupleContext)
Exit a parse tree produced by tuple.
Link copied to clipboard
abstract fun exitTypeArgDouble(ctx: PartiQLParser.TypeArgDoubleContext)
Exit a parse tree produced by the TypeArgDouble labeled alternative in type.
Link copied to clipboard
abstract fun exitTypeArgSingle(ctx: PartiQLParser.TypeArgSingleContext)
Exit a parse tree produced by the TypeArgSingle labeled alternative in type.
Link copied to clipboard
abstract fun exitTypeAtomic(ctx: PartiQLParser.TypeAtomicContext)
Exit a parse tree produced by the TypeAtomic labeled alternative in type.
Link copied to clipboard
abstract fun exitTypeCustom(ctx: PartiQLParser.TypeCustomContext)
Exit a parse tree produced by the TypeCustom labeled alternative in type.
Link copied to clipboard
abstract fun exitTypeTimeZone(ctx: PartiQLParser.TypeTimeZoneContext)
Exit a parse tree produced by the TypeTimeZone labeled alternative in type.
Link copied to clipboard
abstract fun exitTypeVarChar(ctx: PartiQLParser.TypeVarCharContext)
Exit a parse tree produced by the TypeVarChar labeled alternative in type.
Link copied to clipboard
abstract fun exitUnion(ctx: PartiQLParser.UnionContext)
Exit a parse tree produced by the Union labeled alternative in exprBagOp.
Link copied to clipboard
abstract fun exitUpdateClause(ctx: PartiQLParser.UpdateClauseContext)
Exit a parse tree produced by updateClause.
Link copied to clipboard
abstract fun exitUpsertCommand(ctx: PartiQLParser.UpsertCommandContext)
Exit a parse tree produced by upsertCommand.
Link copied to clipboard
abstract fun exitValueExpr(ctx: PartiQLParser.ValueExprContext)
Exit a parse tree produced by valueExpr.
Link copied to clipboard
abstract fun exitValueList(ctx: PartiQLParser.ValueListContext)
Exit a parse tree produced by valueList.
Link copied to clipboard
abstract fun exitValueRow(ctx: PartiQLParser.ValueRowContext)
Exit a parse tree produced by valueRow.
Link copied to clipboard
abstract fun exitValues(ctx: PartiQLParser.ValuesContext)
Exit a parse tree produced by the values labeled alternative in statementstatementstatementstatementcreateCommandcreateCommanddropCommanddropCommandtableDefPartcolumnConstraintDefcolumnConstraintDefdmldmldmldmlpathSimpleStepspathSimpleStepspathSimpleStepsfromClauseSimplefromClauseSimpleselectClauseselectClauseselectClauseselectClauseexcludeExprStepsexcludeExprStepsexcludeExprStepsexcludeExprStepsexcludeExprStepsmatchSelectormatchSelectormatchSelectoredgeedgeedgeWSpecedgeWSpecedgeWSpecedgeWSpecedgeWSpecedgeWSpecedgeWSpeclabelSpeclabelSpeclabelTermlabelTermlabelFactorlabelFactorlabelPrimarylabelPrimarylabelPrimarytableReferencetableReferencetableReferencetableReferencetableBaseReferencetableBaseReferencetableBaseReferencejoinRhsjoinRhsexprBagOpexprBagOpexprBagOpexprBagOpexprSelectexprSelectexprOrexprOrexprAndexprAndexprNotexprNotexprPredicateexprPredicateexprPredicateexprPredicateexprPredicateexprPredicateexprPrimaryexprPrimaryexprTermexprTermexprTermexprTermaggregateaggregatewindowFunctionfunctionNamefunctionNamepathSteppathSteppathSteppathStepvarRefExprvarRefExprliteralliteralliteralliteralliteralliteralliteralliteralliteralliteralliteraltypetypetypetypetypetype.
Link copied to clipboard
abstract fun exitVariableIdentifier(ctx: PartiQLParser.VariableIdentifierContext)
Exit a parse tree produced by the VariableIdentifier labeled alternative in varRefExpr.
Link copied to clipboard
abstract fun exitVariableKeyword(ctx: PartiQLParser.VariableKeywordContext)
Exit a parse tree produced by the VariableKeyword labeled alternative in varRefExpr.
Link copied to clipboard
abstract fun exitWhereClause(ctx: PartiQLParser.WhereClauseContext)
Exit a parse tree produced by whereClause.
Link copied to clipboard
abstract fun exitWhereClauseSelect(ctx: PartiQLParser.WhereClauseSelectContext)
Exit a parse tree produced by whereClauseSelect.
Link copied to clipboard
abstract fun exitWindowPartitionList(ctx: PartiQLParser.WindowPartitionListContext)
Exit a parse tree produced by windowPartitionList.
Link copied to clipboard
abstract fun exitWindowSortSpecList(ctx: PartiQLParser.WindowSortSpecListContext)
Exit a parse tree produced by windowSortSpecList.
Link copied to clipboard
abstract fun visitErrorNode(p: ErrorNode)
Link copied to clipboard
abstract fun visitTerminal(p: TerminalNode)

Inheritors

Link copied to clipboard