Parti QLVisitor
This interface defines a complete generic visitor for a parse tree produced by PartiQLParser.
Parameters
<T>
The return type of the visit operation. Use Void for operations with no return type.
Functions
Link copied to clipboard
abstract fun visitAggregateBase(ctx: PartiQLParser.AggregateBaseContext): T
Content copied to clipboard
Visit a parse tree produced by the
AggregateBase labeled alternative in aggregate.Link copied to clipboard
Visit a parse tree produced by the
And labeled alternative in exprAnd.Link copied to clipboard
Visit a parse tree produced by array.
Link copied to clipboard
Visit a parse tree produced by asIdent.
Link copied to clipboard
Visit a parse tree produced by atIdent.
Link copied to clipboard
Visit a parse tree produced by bag.
Link copied to clipboard
Visit a parse tree produced by byIdent.
Link copied to clipboard
Visit a parse tree produced by canCast.
Link copied to clipboard
abstract fun visitCanLosslessCast(ctx: PartiQLParser.CanLosslessCastContext): T
Content copied to clipboard
Visit a parse tree produced by canLosslessCast.
Link copied to clipboard
Visit a parse tree produced by caseExpr.
Link copied to clipboard
Visit a parse tree produced by cast.
Link copied to clipboard
Link copied to clipboard
Visit a parse tree produced by coalesce.
Link copied to clipboard
abstract fun visitColConstrNotNull(ctx: PartiQLParser.ColConstrNotNullContext): T
Content copied to clipboard
Visit a parse tree produced by the
ColConstrNotNull labeled alternative in columnConstraintDef.Link copied to clipboard
abstract fun visitColConstrNull(ctx: PartiQLParser.ColConstrNullContext): T
Content copied to clipboard
Visit a parse tree produced by the
ColConstrNull labeled alternative in columnConstraintDef.Link copied to clipboard
Visit a parse tree produced by collection.
Link copied to clipboard
abstract fun visitColumnConstraint(ctx: PartiQLParser.ColumnConstraintContext): T
Content copied to clipboard
Visit a parse tree produced by columnConstraint.
Link copied to clipboard
abstract fun visitColumnConstraintName(ctx: PartiQLParser.ColumnConstraintNameContext): T
Content copied to clipboard
Visit a parse tree produced by columnConstraintName.
Link copied to clipboard
abstract fun visitColumnDeclaration(ctx: PartiQLParser.ColumnDeclarationContext): T
Content copied to clipboard
Visit a parse tree produced by the
ColumnDeclaration labeled alternative in tableDefPart.Link copied to clipboard
Visit a parse tree produced by columnName.
Link copied to clipboard
abstract fun visitConflictAction(ctx: PartiQLParser.ConflictActionContext): T
Content copied to clipboard
Visit a parse tree produced by conflictAction.
Link copied to clipboard
abstract fun visitConflictTarget(ctx: PartiQLParser.ConflictTargetContext): T
Content copied to clipboard
Visit a parse tree produced by conflictTarget.
Link copied to clipboard
abstract fun visitConstraintName(ctx: PartiQLParser.ConstraintNameContext): T
Content copied to clipboard
Visit a parse tree produced by constraintName.
Link copied to clipboard
Visit a parse tree produced by the
CountAll labeled alternative in aggregate.Link copied to clipboard
Visit a parse tree produced by the
CreateIndex labeled alternative in createCommand.Link copied to clipboard
Visit a parse tree produced by the
CreateTable labeled alternative in createCommand.Link copied to clipboard
abstract fun visitDateFunction(ctx: PartiQLParser.DateFunctionContext): T
Content copied to clipboard
Visit a parse tree produced by dateFunction.
Link copied to clipboard
Visit a parse tree produced by ddl.
Link copied to clipboard
abstract fun visitDeleteCommand(ctx: PartiQLParser.DeleteCommandContext): T
Content copied to clipboard
Visit a parse tree produced by deleteCommand.
Link copied to clipboard
Visit a parse tree produced by the
DmlBase labeled alternative in dml.Link copied to clipboard
abstract fun visitDmlBaseCommand(ctx: PartiQLParser.DmlBaseCommandContext): T
Content copied to clipboard
Visit a parse tree produced by dmlBaseCommand.
Link copied to clipboard
abstract fun visitDmlBaseWrapper(ctx: PartiQLParser.DmlBaseWrapperContext): T
Content copied to clipboard
Visit a parse tree produced by the
DmlBaseWrapper labeled alternative in dml.Link copied to clipboard
Visit a parse tree produced by the
DmlDelete labeled alternative in dml.Link copied to clipboard
abstract fun visitDmlInsertReturning(ctx: PartiQLParser.DmlInsertReturningContext): T
Content copied to clipboard
Visit a parse tree produced by the
DmlInsertReturning labeled alternative in dml.Link copied to clipboard
Visit a parse tree produced by doReplace.
Link copied to clipboard
Visit a parse tree produced by doUpdate.
Link copied to clipboard
Visit a parse tree produced by dql.
Link copied to clipboard
Visit a parse tree produced by the
DropIndex labeled alternative in dropCommand.Link copied to clipboard
Visit a parse tree produced by the
DropTable labeled alternative in dropCommand.Link copied to clipboard
Visit a parse tree produced by edgeAbbrev.
Link copied to clipboard
abstract fun visitEdgeAbbreviated(ctx: PartiQLParser.EdgeAbbreviatedContext): T
Content copied to clipboard
Visit a parse tree produced by the
EdgeAbbreviated labeled alternative in edge.Link copied to clipboard
Visit a parse tree produced by edgeSpec.
Link copied to clipboard
abstract fun visitEdgeSpecBidirectional(ctx: PartiQLParser.EdgeSpecBidirectionalContext): T
Content copied to clipboard
Visit a parse tree produced by the
EdgeSpecBidirectional labeled alternative in edgeWSpec.Link copied to clipboard
abstract fun visitEdgeSpecLeft(ctx: PartiQLParser.EdgeSpecLeftContext): T
Content copied to clipboard
Visit a parse tree produced by the
EdgeSpecLeft labeled alternative in edgeWSpec.Link copied to clipboard
abstract fun visitEdgeSpecRight(ctx: PartiQLParser.EdgeSpecRightContext): T
Content copied to clipboard
Visit a parse tree produced by the
EdgeSpecRight labeled alternative in edgeWSpec.Link copied to clipboard
abstract fun visitEdgeSpecUndirected(ctx: PartiQLParser.EdgeSpecUndirectedContext): T
Content copied to clipboard
Visit a parse tree produced by the
EdgeSpecUndirected labeled alternative in edgeWSpec.Link copied to clipboard
abstract fun visitEdgeSpecUndirectedBidirectional(ctx: PartiQLParser.EdgeSpecUndirectedBidirectionalContext): T
Content copied to clipboard
Visit a parse tree produced by the
EdgeSpecUndirectedBidirectional labeled alternative in edgeWSpec.Link copied to clipboard
abstract fun visitEdgeSpecUndirectedLeft(ctx: PartiQLParser.EdgeSpecUndirectedLeftContext): T
Content copied to clipboard
Visit a parse tree produced by the
EdgeSpecUndirectedLeft labeled alternative in edgeWSpec.Link copied to clipboard
abstract fun visitEdgeSpecUndirectedRight(ctx: PartiQLParser.EdgeSpecUndirectedRightContext): T
Content copied to clipboard
Visit a parse tree produced by the
EdgeSpecUndirectedRight labeled alternative in edgeWSpec.Link copied to clipboard
abstract fun visitEdgeWithSpec(ctx: PartiQLParser.EdgeWithSpecContext): T
Content copied to clipboard
Visit a parse tree produced by the
EdgeWithSpec labeled alternative in edge.Link copied to clipboard
Link copied to clipboard
Visit a parse tree produced by the
Except labeled alternative in exprBagOp.Link copied to clipboard
abstract fun visitExcludeClause(ctx: PartiQLParser.ExcludeClauseContext): T
Content copied to clipboard
Visit a parse tree produced by excludeClause.
Link copied to clipboard
Visit a parse tree produced by excludeExpr.
Link copied to clipboard
abstract fun visitExcludeExprCollectionAttr(ctx: PartiQLParser.ExcludeExprCollectionAttrContext): T
Content copied to clipboard
Visit a parse tree produced by the
ExcludeExprCollectionAttr labeled alternative in excludeExprSteps.Link copied to clipboard
abstract fun visitExcludeExprCollectionIndex(ctx: PartiQLParser.ExcludeExprCollectionIndexContext): T
Content copied to clipboard
Visit a parse tree produced by the
ExcludeExprCollectionIndex labeled alternative in excludeExprSteps.Link copied to clipboard
abstract fun visitExcludeExprCollectionWildcard(ctx: PartiQLParser.ExcludeExprCollectionWildcardContext): T
Content copied to clipboard
Visit a parse tree produced by the
ExcludeExprCollectionWildcard labeled alternative in excludeExprSteps.Link copied to clipboard
abstract fun visitExcludeExprTupleAttr(ctx: PartiQLParser.ExcludeExprTupleAttrContext): T
Content copied to clipboard
Visit a parse tree produced by the
ExcludeExprTupleAttr labeled alternative in excludeExprSteps.Link copied to clipboard
abstract fun visitExcludeExprTupleWildcard(ctx: PartiQLParser.ExcludeExprTupleWildcardContext): T
Content copied to clipboard
Visit a parse tree produced by the
ExcludeExprTupleWildcard labeled alternative in excludeExprSteps.Link copied to clipboard
Visit a parse tree produced by execCommand.
Link copied to clipboard
abstract fun visitExplainOption(ctx: PartiQLParser.ExplainOptionContext): T
Content copied to clipboard
Visit a parse tree produced by explainOption.
Link copied to clipboard
Visit a parse tree produced by expr.
Link copied to clipboard
Visit a parse tree produced by the
ExprAndBase labeled alternative in exprAnd.Link copied to clipboard
abstract fun visitExprGraphMatchMany(ctx: PartiQLParser.ExprGraphMatchManyContext): T
Content copied to clipboard
Visit a parse tree produced by exprGraphMatchMany.
Link copied to clipboard
abstract fun visitExprGraphMatchOne(ctx: PartiQLParser.ExprGraphMatchOneContext): T
Content copied to clipboard
Visit a parse tree produced by exprGraphMatchOne.
Link copied to clipboard
Visit a parse tree produced by the
ExprNotBase labeled alternative in exprNot.Link copied to clipboard
Visit a parse tree produced by the
ExprOrBase labeled alternative in exprOr.Link copied to clipboard
abstract fun visitExprPrimaryBase(ctx: PartiQLParser.ExprPrimaryBaseContext): T
Content copied to clipboard
Visit a parse tree produced by the
ExprPrimaryBase labeled alternative in exprPrimary.Link copied to clipboard
abstract fun visitExprPrimaryPath(ctx: PartiQLParser.ExprPrimaryPathContext): T
Content copied to clipboard
Visit a parse tree produced by the
ExprPrimaryPath labeled alternative in exprPrimary.Link copied to clipboard
abstract fun visitExprTermBase(ctx: PartiQLParser.ExprTermBaseContext): T
Content copied to clipboard
Visit a parse tree produced by the
ExprTermBase labeled alternative in exprTerm.Link copied to clipboard
abstract fun visitExprTermCurrentDate(ctx: PartiQLParser.ExprTermCurrentDateContext): T
Content copied to clipboard
Visit a parse tree produced by the
ExprTermCurrentDate labeled alternative in exprTerm.Link copied to clipboard
abstract fun visitExprTermCurrentUser(ctx: PartiQLParser.ExprTermCurrentUserContext): T
Content copied to clipboard
Visit a parse tree produced by the
ExprTermCurrentUser labeled alternative in exprTerm.Link copied to clipboard
abstract fun visitExprTermWrappedQuery(ctx: PartiQLParser.ExprTermWrappedQueryContext): T
Content copied to clipboard
Visit a parse tree produced by the
ExprTermWrappedQuery labeled alternative in exprTerm.Link copied to clipboard
Visit a parse tree produced by extract.
Link copied to clipboard
Visit a parse tree produced by fromClause.
Link copied to clipboard
abstract fun visitFromClauseSimpleExplicit(ctx: PartiQLParser.FromClauseSimpleExplicitContext): T
Content copied to clipboard
Visit a parse tree produced by the
FromClauseSimpleExplicit labeled alternative in fromClauseSimple.Link copied to clipboard
abstract fun visitFromClauseSimpleImplicit(ctx: PartiQLParser.FromClauseSimpleImplicitContext): T
Content copied to clipboard
Visit a parse tree produced by the
FromClauseSimpleImplicit labeled alternative in fromClauseSimple.Link copied to clipboard
abstract fun visitFunctionCall(ctx: PartiQLParser.FunctionCallContext): T
Content copied to clipboard
Visit a parse tree produced by functionCall.
Link copied to clipboard
abstract fun visitFunctionNameReserved(ctx: PartiQLParser.FunctionNameReservedContext): T
Content copied to clipboard
Visit a parse tree produced by the
FunctionNameReserved labeled alternative in functionName.Link copied to clipboard
abstract fun visitFunctionNameSymbol(ctx: PartiQLParser.FunctionNameSymbolContext): T
Content copied to clipboard
Visit a parse tree produced by the
FunctionNameSymbol labeled alternative in functionName.Link copied to clipboard
Visit a parse tree produced by gpmlPattern.
Link copied to clipboard
abstract fun visitGpmlPatternList(ctx: PartiQLParser.GpmlPatternListContext): T
Content copied to clipboard
Visit a parse tree produced by gpmlPatternList.
Link copied to clipboard
Visit a parse tree produced by graphPart.
Link copied to clipboard
Visit a parse tree produced by groupAlias.
Link copied to clipboard
Visit a parse tree produced by groupClause.
Link copied to clipboard
Visit a parse tree produced by groupKey.
Link copied to clipboard
abstract fun visitHavingClause(ctx: PartiQLParser.HavingClauseContext): T
Content copied to clipboard
Visit a parse tree produced by havingClause.
Link copied to clipboard
abstract fun visitInsertCommandReturning(ctx: PartiQLParser.InsertCommandReturningContext): T
Content copied to clipboard
Visit a parse tree produced by insertCommandReturning.
Link copied to clipboard
abstract fun visitInsertStatement(ctx: PartiQLParser.InsertStatementContext): T
Content copied to clipboard
Visit a parse tree produced by insertStatement.
Link copied to clipboard
abstract fun visitInsertStatementLegacy(ctx: PartiQLParser.InsertStatementLegacyContext): T
Content copied to clipboard
Visit a parse tree produced by insertStatementLegacy.
Link copied to clipboard
Visit a parse tree produced by the
Intersect labeled alternative in exprBagOp.Link copied to clipboard
Visit a parse tree produced by the
JoinRhsBase labeled alternative in joinRhs.Link copied to clipboard
abstract fun visitJoinRhsTableJoined(ctx: PartiQLParser.JoinRhsTableJoinedContext): T
Content copied to clipboard
Visit a parse tree produced by the
JoinRhsTableJoined labeled alternative in joinRhs.Link copied to clipboard
Visit a parse tree produced by joinSpec.
Link copied to clipboard
Visit a parse tree produced by joinType.
Link copied to clipboard
abstract fun visitLabelFactorNot(ctx: PartiQLParser.LabelFactorNotContext): T
Content copied to clipboard
Visit a parse tree produced by the
LabelFactorNot labeled alternative in labelFactor.Link copied to clipboard
abstract fun visitLabelFactorPrimary(ctx: PartiQLParser.LabelFactorPrimaryContext): T
Content copied to clipboard
Visit a parse tree produced by the
LabelFactorPrimary labeled alternative in labelFactor.Link copied to clipboard
abstract fun visitLabelPrimaryName(ctx: PartiQLParser.LabelPrimaryNameContext): T
Content copied to clipboard
Visit a parse tree produced by the
LabelPrimaryName labeled alternative in labelPrimary.Link copied to clipboard
abstract fun visitLabelPrimaryParen(ctx: PartiQLParser.LabelPrimaryParenContext): T
Content copied to clipboard
Visit a parse tree produced by the
LabelPrimaryParen labeled alternative in labelPrimary.Link copied to clipboard
abstract fun visitLabelPrimaryWild(ctx: PartiQLParser.LabelPrimaryWildContext): T
Content copied to clipboard
Visit a parse tree produced by the
LabelPrimaryWild labeled alternative in labelPrimary.Link copied to clipboard
Visit a parse tree produced by the
LabelSpecOr labeled alternative in labelSpec.Link copied to clipboard
abstract fun visitLabelSpecTerm(ctx: PartiQLParser.LabelSpecTermContext): T
Content copied to clipboard
Visit a parse tree produced by the
LabelSpecTerm labeled alternative in labelSpec.Link copied to clipboard
abstract fun visitLabelTermAnd(ctx: PartiQLParser.LabelTermAndContext): T
Content copied to clipboard
Visit a parse tree produced by the
LabelTermAnd labeled alternative in labelTerm.Link copied to clipboard
abstract fun visitLabelTermFactor(ctx: PartiQLParser.LabelTermFactorContext): T
Content copied to clipboard
Visit a parse tree produced by the
LabelTermFactor labeled alternative in labelTerm.Link copied to clipboard
abstract fun visitLagLeadFunction(ctx: PartiQLParser.LagLeadFunctionContext): T
Content copied to clipboard
Visit a parse tree produced by the
LagLeadFunction labeled alternative in windowFunction.Link copied to clipboard
Visit a parse tree produced by letBinding.
Link copied to clipboard
Visit a parse tree produced by letClause.
Link copied to clipboard
Visit a parse tree produced by limitClause.
Link copied to clipboard
Visit a parse tree produced by the
LiteralDate labeled alternative in literal.Link copied to clipboard
abstract fun visitLiteralDecimal(ctx: PartiQLParser.LiteralDecimalContext): T
Content copied to clipboard
Visit a parse tree produced by the
LiteralDecimal labeled alternative in literal.Link copied to clipboard
abstract fun visitLiteralFalse(ctx: PartiQLParser.LiteralFalseContext): T
Content copied to clipboard
Visit a parse tree produced by the
LiteralFalse labeled alternative in literal.Link copied to clipboard
abstract fun visitLiteralInteger(ctx: PartiQLParser.LiteralIntegerContext): T
Content copied to clipboard
Visit a parse tree produced by the
LiteralInteger labeled alternative in literal.Link copied to clipboard
Visit a parse tree produced by the
LiteralIon labeled alternative in literal.Link copied to clipboard
abstract fun visitLiteralMissing(ctx: PartiQLParser.LiteralMissingContext): T
Content copied to clipboard
Visit a parse tree produced by the
LiteralMissing labeled alternative in literal.Link copied to clipboard
Visit a parse tree produced by the
LiteralNull labeled alternative in literal.Link copied to clipboard
abstract fun visitLiteralString(ctx: PartiQLParser.LiteralStringContext): T
Content copied to clipboard
Visit a parse tree produced by the
LiteralString labeled alternative in literal.Link copied to clipboard
Visit a parse tree produced by the
LiteralTime labeled alternative in literal.Link copied to clipboard
abstract fun visitLiteralTimestamp(ctx: PartiQLParser.LiteralTimestampContext): T
Content copied to clipboard
Visit a parse tree produced by the
LiteralTimestamp labeled alternative in literal.Link copied to clipboard
Visit a parse tree produced by the
LiteralTrue labeled alternative in literal.Link copied to clipboard
abstract fun visitMatchPattern(ctx: PartiQLParser.MatchPatternContext): T
Content copied to clipboard
Visit a parse tree produced by matchPattern.
Link copied to clipboard
Visit a parse tree produced by mathOp00.
Link copied to clipboard
Visit a parse tree produced by mathOp01.
Link copied to clipboard
Visit a parse tree produced by mathOp02.
Link copied to clipboard
Visit a parse tree produced by node.
Link copied to clipboard
abstract fun visitNonReservedKeywords(ctx: PartiQLParser.NonReservedKeywordsContext): T
Content copied to clipboard
Visit a parse tree produced by nonReservedKeywords.
Link copied to clipboard
Visit a parse tree produced by the
Not labeled alternative in exprNot.Link copied to clipboard
Visit a parse tree produced by nullIf.
Link copied to clipboard
abstract fun visitOffsetByClause(ctx: PartiQLParser.OffsetByClauseContext): T
Content copied to clipboard
Visit a parse tree produced by offsetByClause.
Link copied to clipboard
Visit a parse tree produced by onConflict.
Link copied to clipboard
abstract fun visitOnConflictLegacy(ctx: PartiQLParser.OnConflictLegacyContext): T
Content copied to clipboard
Visit a parse tree produced by onConflictLegacy.
Link copied to clipboard
Visit a parse tree produced by the
Or labeled alternative in exprOr.Link copied to clipboard
abstract fun visitOrderByClause(ctx: PartiQLParser.OrderByClauseContext): T
Content copied to clipboard
Visit a parse tree produced by orderByClause.
Link copied to clipboard
abstract fun visitOrderSortSpec(ctx: PartiQLParser.OrderSortSpecContext): T
Content copied to clipboard
Visit a parse tree produced by orderSortSpec.
Link copied to clipboard
Visit a parse tree produced by over.
Link copied to clipboard
Visit a parse tree produced by overlay.
Link copied to clipboard
Visit a parse tree produced by pair.
Link copied to clipboard
Visit a parse tree produced by parameter.
Link copied to clipboard
Visit a parse tree produced by pathSimple.
Link copied to clipboard
abstract fun visitPathSimpleDotSymbol(ctx: PartiQLParser.PathSimpleDotSymbolContext): T
Content copied to clipboard
Visit a parse tree produced by the
PathSimpleDotSymbol labeled alternative in pathSimpleSteps.Link copied to clipboard
abstract fun visitPathSimpleLiteral(ctx: PartiQLParser.PathSimpleLiteralContext): T
Content copied to clipboard
Visit a parse tree produced by the
PathSimpleLiteral labeled alternative in pathSimpleSteps.Link copied to clipboard
abstract fun visitPathSimpleSymbol(ctx: PartiQLParser.PathSimpleSymbolContext): T
Content copied to clipboard
Visit a parse tree produced by the
PathSimpleSymbol labeled alternative in pathSimpleSteps.Link copied to clipboard
abstract fun visitPathStepDotAll(ctx: PartiQLParser.PathStepDotAllContext): T
Content copied to clipboard
Visit a parse tree produced by the
PathStepDotAll labeled alternative in pathStep.Link copied to clipboard
abstract fun visitPathStepDotExpr(ctx: PartiQLParser.PathStepDotExprContext): T
Content copied to clipboard
Visit a parse tree produced by the
PathStepDotExpr labeled alternative in pathStep.Link copied to clipboard
abstract fun visitPathStepIndexAll(ctx: PartiQLParser.PathStepIndexAllContext): T
Content copied to clipboard
Visit a parse tree produced by the
PathStepIndexAll labeled alternative in pathStep.Link copied to clipboard
abstract fun visitPathStepIndexExpr(ctx: PartiQLParser.PathStepIndexExprContext): T
Content copied to clipboard
Visit a parse tree produced by the
PathStepIndexExpr labeled alternative in pathStep.Link copied to clipboard
Visit a parse tree produced by pattern.
Link copied to clipboard
abstract fun visitPatternPathVariable(ctx: PartiQLParser.PatternPathVariableContext): T
Content copied to clipboard
Visit a parse tree produced by patternPathVariable.
Link copied to clipboard
abstract fun visitPatternQuantifier(ctx: PartiQLParser.PatternQuantifierContext): T
Content copied to clipboard
Visit a parse tree produced by patternQuantifier.
Link copied to clipboard
abstract fun visitPatternRestrictor(ctx: PartiQLParser.PatternRestrictorContext): T
Content copied to clipboard
Visit a parse tree produced by patternRestrictor.
Link copied to clipboard
Visit a parse tree produced by position.
Link copied to clipboard
abstract fun visitPredicateBase(ctx: PartiQLParser.PredicateBaseContext): T
Content copied to clipboard
Visit a parse tree produced by the
PredicateBase labeled alternative in exprPredicate.Link copied to clipboard
abstract fun visitPredicateBetween(ctx: PartiQLParser.PredicateBetweenContext): T
Content copied to clipboard
Visit a parse tree produced by the
PredicateBetween labeled alternative in exprPredicate.Link copied to clipboard
abstract fun visitPredicateComparison(ctx: PartiQLParser.PredicateComparisonContext): T
Content copied to clipboard
Visit a parse tree produced by the
PredicateComparison labeled alternative in exprPredicate.Link copied to clipboard
Visit a parse tree produced by the
PredicateIn labeled alternative in exprPredicate.Link copied to clipboard
Visit a parse tree produced by the
PredicateIs labeled alternative in exprPredicate.Link copied to clipboard
abstract fun visitPredicateLike(ctx: PartiQLParser.PredicateLikeContext): T
Content copied to clipboard
Visit a parse tree produced by the
PredicateLike labeled alternative in exprPredicate.Link copied to clipboard
abstract fun visitProjectionItem(ctx: PartiQLParser.ProjectionItemContext): T
Content copied to clipboard
Visit a parse tree produced by projectionItem.
Link copied to clipboard
abstract fun visitProjectionItems(ctx: PartiQLParser.ProjectionItemsContext): T
Content copied to clipboard
Visit a parse tree produced by projectionItems.
Link copied to clipboard
Visit a parse tree produced by the
QueryBase labeled alternative in exprBagOp.Link copied to clipboard
Visit a parse tree produced by the
QueryDdl labeled alternative in statement.Link copied to clipboard
Visit a parse tree produced by the
QueryDml labeled alternative in statement.Link copied to clipboard
Visit a parse tree produced by the
QueryDql labeled alternative in statement.Link copied to clipboard
Visit a parse tree produced by the
QueryExec labeled alternative in statement.Link copied to clipboard
abstract fun visitRemoveCommand(ctx: PartiQLParser.RemoveCommandContext): T
Content copied to clipboard
Visit a parse tree produced by removeCommand.
Link copied to clipboard
abstract fun visitReplaceCommand(ctx: PartiQLParser.ReplaceCommandContext): T
Content copied to clipboard
Visit a parse tree produced by replaceCommand.
Link copied to clipboard
abstract fun visitReturningClause(ctx: PartiQLParser.ReturningClauseContext): T
Content copied to clipboard
Visit a parse tree produced by returningClause.
Link copied to clipboard
abstract fun visitReturningColumn(ctx: PartiQLParser.ReturningColumnContext): T
Content copied to clipboard
Visit a parse tree produced by returningColumn.
Link copied to clipboard
Visit a parse tree produced by root.
Link copied to clipboard
Visit a parse tree produced by the
SelectAll labeled alternative in selectClause.Link copied to clipboard
Visit a parse tree produced by the
SelectItems labeled alternative in selectClause.Link copied to clipboard
Visit a parse tree produced by the
SelectorAny labeled alternative in matchSelector.Link copied to clipboard
abstract fun visitSelectorBasic(ctx: PartiQLParser.SelectorBasicContext): T
Content copied to clipboard
Visit a parse tree produced by the
SelectorBasic labeled alternative in matchSelector.Link copied to clipboard
abstract fun visitSelectorShortest(ctx: PartiQLParser.SelectorShortestContext): T
Content copied to clipboard
Visit a parse tree produced by the
SelectorShortest labeled alternative in matchSelector.Link copied to clipboard
Visit a parse tree produced by the
SelectPivot labeled alternative in selectClause.Link copied to clipboard
Visit a parse tree produced by the
SelectValue labeled alternative in selectClause.Link copied to clipboard
abstract fun visitSequenceConstructor(ctx: PartiQLParser.SequenceConstructorContext): T
Content copied to clipboard
Visit a parse tree produced by sequenceConstructor.
Link copied to clipboard
abstract fun visitSetAssignment(ctx: PartiQLParser.SetAssignmentContext): T
Content copied to clipboard
Visit a parse tree produced by setAssignment.
Link copied to clipboard
Visit a parse tree produced by setCommand.
Link copied to clipboard
abstract fun visitSetQuantifierStrategy(ctx: PartiQLParser.SetQuantifierStrategyContext): T
Content copied to clipboard
Visit a parse tree produced by setQuantifierStrategy.
Link copied to clipboard
Visit a parse tree produced by the
SfwBase labeled alternative in exprSelect.Link copied to clipboard
Visit a parse tree produced by the
SfwQuery labeled alternative in exprSelect.Link copied to clipboard
Visit a parse tree produced by substring.
Link copied to clipboard
abstract fun visitSymbolPrimitive(ctx: PartiQLParser.SymbolPrimitiveContext): T
Content copied to clipboard
Visit a parse tree produced by symbolPrimitive.
Link copied to clipboard
abstract fun visitTableBaseRefClauses(ctx: PartiQLParser.TableBaseRefClausesContext): T
Content copied to clipboard
Visit a parse tree produced by the
TableBaseRefClauses labeled alternative in tableBaseReference.Link copied to clipboard
abstract fun visitTableBaseRefMatch(ctx: PartiQLParser.TableBaseRefMatchContext): T
Content copied to clipboard
Visit a parse tree produced by the
TableBaseRefMatch labeled alternative in tableBaseReference.Link copied to clipboard
abstract fun visitTableBaseRefSymbol(ctx: PartiQLParser.TableBaseRefSymbolContext): T
Content copied to clipboard
Visit a parse tree produced by the
TableBaseRefSymbol labeled alternative in tableBaseReference.Link copied to clipboard
abstract fun visitTableConstraintName(ctx: PartiQLParser.TableConstraintNameContext): T
Content copied to clipboard
Visit a parse tree produced by tableConstraintName.
Link copied to clipboard
abstract fun visitTableCrossJoin(ctx: PartiQLParser.TableCrossJoinContext): T
Content copied to clipboard
Visit a parse tree produced by the
TableCrossJoin labeled alternative in tableReference.Link copied to clipboard
Visit a parse tree produced by tableDef.
Link copied to clipboard
Visit a parse tree produced by tableName.
Link copied to clipboard
abstract fun visitTableNonJoin(ctx: PartiQLParser.TableNonJoinContext): T
Content copied to clipboard
Visit a parse tree produced by tableNonJoin.
Link copied to clipboard
abstract fun visitTableQualifiedJoin(ctx: PartiQLParser.TableQualifiedJoinContext): T
Content copied to clipboard
Visit a parse tree produced by the
TableQualifiedJoin labeled alternative in tableReference.Link copied to clipboard
abstract fun visitTableRefBase(ctx: PartiQLParser.TableRefBaseContext): T
Content copied to clipboard
Visit a parse tree produced by the
TableRefBase labeled alternative in tableReference.Link copied to clipboard
abstract fun visitTableUnpivot(ctx: PartiQLParser.TableUnpivotContext): T
Content copied to clipboard
Visit a parse tree produced by tableUnpivot.
Link copied to clipboard
abstract fun visitTableWrapped(ctx: PartiQLParser.TableWrappedContext): T
Content copied to clipboard
Visit a parse tree produced by the
TableWrapped labeled alternative in tableReference.Link copied to clipboard
Link copied to clipboard
abstract fun visitTrimFunction(ctx: PartiQLParser.TrimFunctionContext): T
Content copied to clipboard
Visit a parse tree produced by trimFunction.
Link copied to clipboard
Visit a parse tree produced by tuple.
Link copied to clipboard
abstract fun visitTypeArgDouble(ctx: PartiQLParser.TypeArgDoubleContext): T
Content copied to clipboard
Visit a parse tree produced by the
TypeArgDouble labeled alternative in type.Link copied to clipboard
abstract fun visitTypeArgSingle(ctx: PartiQLParser.TypeArgSingleContext): T
Content copied to clipboard
Visit a parse tree produced by the
TypeArgSingle labeled alternative in type.Link copied to clipboard
Visit a parse tree produced by the
TypeAtomic labeled alternative in type.Link copied to clipboard
Visit a parse tree produced by the
TypeCustom labeled alternative in type.Link copied to clipboard
abstract fun visitTypeTimeZone(ctx: PartiQLParser.TypeTimeZoneContext): T
Content copied to clipboard
Visit a parse tree produced by the
TypeTimeZone labeled alternative in type.Link copied to clipboard
Visit a parse tree produced by the
TypeVarChar labeled alternative in type.Link copied to clipboard
Visit a parse tree produced by the
Union labeled alternative in exprBagOp.Link copied to clipboard
abstract fun visitUpdateClause(ctx: PartiQLParser.UpdateClauseContext): T
Content copied to clipboard
Visit a parse tree produced by updateClause.
Link copied to clipboard
abstract fun visitUpsertCommand(ctx: PartiQLParser.UpsertCommandContext): T
Content copied to clipboard
Visit a parse tree produced by upsertCommand.
Link copied to clipboard
Visit a parse tree produced by valueExpr.
Link copied to clipboard
Visit a parse tree produced by valueList.
Link copied to clipboard
Visit a parse tree produced by valueRow.
Link copied to clipboard
Visit a parse tree produced by the
values labeled alternative in statementstatementstatementstatementcreateCommandcreateCommanddropCommanddropCommandtableDefPartcolumnConstraintDefcolumnConstraintDefdmldmldmldmlpathSimpleStepspathSimpleStepspathSimpleStepsfromClauseSimplefromClauseSimpleselectClauseselectClauseselectClauseselectClauseexcludeExprStepsexcludeExprStepsexcludeExprStepsexcludeExprStepsexcludeExprStepsmatchSelectormatchSelectormatchSelectoredgeedgeedgeWSpecedgeWSpecedgeWSpecedgeWSpecedgeWSpecedgeWSpecedgeWSpeclabelSpeclabelSpeclabelTermlabelTermlabelFactorlabelFactorlabelPrimarylabelPrimarylabelPrimarytableReferencetableReferencetableReferencetableReferencetableBaseReferencetableBaseReferencetableBaseReferencejoinRhsjoinRhsexprBagOpexprBagOpexprBagOpexprBagOpexprSelectexprSelectexprOrexprOrexprAndexprAndexprNotexprNotexprPredicateexprPredicateexprPredicateexprPredicateexprPredicateexprPredicateexprPrimaryexprPrimaryexprTermexprTermexprTermexprTermaggregateaggregatewindowFunctionfunctionNamefunctionNamepathSteppathSteppathSteppathStepvarRefExprvarRefExprliteralliteralliteralliteralliteralliteralliteralliteralliteralliteralliteraltypetypetypetypetypetype.Link copied to clipboard
abstract fun visitVariableIdentifier(ctx: PartiQLParser.VariableIdentifierContext): T
Content copied to clipboard
Visit a parse tree produced by the
VariableIdentifier labeled alternative in varRefExpr.Link copied to clipboard
abstract fun visitVariableKeyword(ctx: PartiQLParser.VariableKeywordContext): T
Content copied to clipboard
Visit a parse tree produced by the
VariableKeyword labeled alternative in varRefExpr.Link copied to clipboard
Visit a parse tree produced by whereClause.
Link copied to clipboard
abstract fun visitWhereClauseSelect(ctx: PartiQLParser.WhereClauseSelectContext): T
Content copied to clipboard
Visit a parse tree produced by whereClauseSelect.
Link copied to clipboard
abstract fun visitWindowPartitionList(ctx: PartiQLParser.WindowPartitionListContext): T
Content copied to clipboard
Visit a parse tree produced by windowPartitionList.
Link copied to clipboard
abstract fun visitWindowSortSpecList(ctx: PartiQLParser.WindowSortSpecListContext): T
Content copied to clipboard
Visit a parse tree produced by windowSortSpecList.