public class HoodieSqlBaseBaseListener extends Object implements HoodieSqlBaseListener
HoodieSqlBaseListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
HoodieSqlBaseBaseListener() |
public void enterSingleStatement(HoodieSqlBaseParser.SingleStatementContext ctx)
HoodieSqlBaseParser.singleStatement().
The default implementation does nothing.
enterSingleStatement in interface HoodieSqlBaseListenerctx - the parse treepublic void exitSingleStatement(HoodieSqlBaseParser.SingleStatementContext ctx)
HoodieSqlBaseParser.singleStatement().
The default implementation does nothing.
exitSingleStatement in interface HoodieSqlBaseListenerctx - the parse treepublic void enterMergeIntoTable(HoodieSqlBaseParser.MergeIntoTableContext ctx)
mergeIntoTable
labeled alternative in HoodieSqlBaseParser.statement().
The default implementation does nothing.
enterMergeIntoTable in interface HoodieSqlBaseListenerctx - the parse treepublic void exitMergeIntoTable(HoodieSqlBaseParser.MergeIntoTableContext ctx)
mergeIntoTable
labeled alternative in HoodieSqlBaseParser.statement().
The default implementation does nothing.
exitMergeIntoTable in interface HoodieSqlBaseListenerctx - the parse treepublic void enterUpdateTable(HoodieSqlBaseParser.UpdateTableContext ctx)
updateTable
labeled alternative in HoodieSqlBaseParser.statement().
The default implementation does nothing.
enterUpdateTable in interface HoodieSqlBaseListenerctx - the parse treepublic void exitUpdateTable(HoodieSqlBaseParser.UpdateTableContext ctx)
updateTable
labeled alternative in HoodieSqlBaseParser.statement().
The default implementation does nothing.
exitUpdateTable in interface HoodieSqlBaseListenerctx - the parse treepublic void enterDeleteTable(HoodieSqlBaseParser.DeleteTableContext ctx)
deleteTable
labeled alternative in HoodieSqlBaseParser.statement().
The default implementation does nothing.
enterDeleteTable in interface HoodieSqlBaseListenerctx - the parse treepublic void exitDeleteTable(HoodieSqlBaseParser.DeleteTableContext ctx)
deleteTable
labeled alternative in HoodieSqlBaseParser.statement().
The default implementation does nothing.
exitDeleteTable in interface HoodieSqlBaseListenerctx - the parse treepublic void enterPassThrough(HoodieSqlBaseParser.PassThroughContext ctx)
passThrough
labeled alternative in HoodieSqlBaseParser.statement().
The default implementation does nothing.
enterPassThrough in interface HoodieSqlBaseListenerctx - the parse treepublic void exitPassThrough(HoodieSqlBaseParser.PassThroughContext ctx)
passThrough
labeled alternative in HoodieSqlBaseParser.statement().
The default implementation does nothing.
exitPassThrough in interface HoodieSqlBaseListenerctx - the parse treepublic void enterMergeInto(HoodieSqlBaseParser.MergeIntoContext ctx)
HoodieSqlBaseParser.mergeInto().
The default implementation does nothing.
enterMergeInto in interface HoodieSqlBaseListenerctx - the parse treepublic void exitMergeInto(HoodieSqlBaseParser.MergeIntoContext ctx)
HoodieSqlBaseParser.mergeInto().
The default implementation does nothing.
exitMergeInto in interface HoodieSqlBaseListenerctx - the parse treepublic void enterMergeCondition(HoodieSqlBaseParser.MergeConditionContext ctx)
HoodieSqlBaseParser.mergeCondition().
The default implementation does nothing.
enterMergeCondition in interface HoodieSqlBaseListenerctx - the parse treepublic void exitMergeCondition(HoodieSqlBaseParser.MergeConditionContext ctx)
HoodieSqlBaseParser.mergeCondition().
The default implementation does nothing.
exitMergeCondition in interface HoodieSqlBaseListenerctx - the parse treepublic void enterMatchedClauses(HoodieSqlBaseParser.MatchedClausesContext ctx)
HoodieSqlBaseParser.matchedClauses().
The default implementation does nothing.
enterMatchedClauses in interface HoodieSqlBaseListenerctx - the parse treepublic void exitMatchedClauses(HoodieSqlBaseParser.MatchedClausesContext ctx)
HoodieSqlBaseParser.matchedClauses().
The default implementation does nothing.
exitMatchedClauses in interface HoodieSqlBaseListenerctx - the parse treepublic void enterNotMatchedClause(HoodieSqlBaseParser.NotMatchedClauseContext ctx)
HoodieSqlBaseParser.notMatchedClause().
The default implementation does nothing.
enterNotMatchedClause in interface HoodieSqlBaseListenerctx - the parse treepublic void exitNotMatchedClause(HoodieSqlBaseParser.NotMatchedClauseContext ctx)
HoodieSqlBaseParser.notMatchedClause().
The default implementation does nothing.
exitNotMatchedClause in interface HoodieSqlBaseListenerctx - the parse treepublic void enterDeleteClause(HoodieSqlBaseParser.DeleteClauseContext ctx)
HoodieSqlBaseParser.deleteClause().
The default implementation does nothing.
enterDeleteClause in interface HoodieSqlBaseListenerctx - the parse treepublic void exitDeleteClause(HoodieSqlBaseParser.DeleteClauseContext ctx)
HoodieSqlBaseParser.deleteClause().
The default implementation does nothing.
exitDeleteClause in interface HoodieSqlBaseListenerctx - the parse treepublic void enterUpdateClause(HoodieSqlBaseParser.UpdateClauseContext ctx)
HoodieSqlBaseParser.updateClause().
The default implementation does nothing.
enterUpdateClause in interface HoodieSqlBaseListenerctx - the parse treepublic void exitUpdateClause(HoodieSqlBaseParser.UpdateClauseContext ctx)
HoodieSqlBaseParser.updateClause().
The default implementation does nothing.
exitUpdateClause in interface HoodieSqlBaseListenerctx - the parse treepublic void enterInsertClause(HoodieSqlBaseParser.InsertClauseContext ctx)
HoodieSqlBaseParser.insertClause().
The default implementation does nothing.
enterInsertClause in interface HoodieSqlBaseListenerctx - the parse treepublic void exitInsertClause(HoodieSqlBaseParser.InsertClauseContext ctx)
HoodieSqlBaseParser.insertClause().
The default implementation does nothing.
exitInsertClause in interface HoodieSqlBaseListenerctx - the parse treepublic void enterDeleteAction(HoodieSqlBaseParser.DeleteActionContext ctx)
HoodieSqlBaseParser.deleteAction().
The default implementation does nothing.
enterDeleteAction in interface HoodieSqlBaseListenerctx - the parse treepublic void exitDeleteAction(HoodieSqlBaseParser.DeleteActionContext ctx)
HoodieSqlBaseParser.deleteAction().
The default implementation does nothing.
exitDeleteAction in interface HoodieSqlBaseListenerctx - the parse treepublic void enterUpdateAction(HoodieSqlBaseParser.UpdateActionContext ctx)
HoodieSqlBaseParser.updateAction().
The default implementation does nothing.
enterUpdateAction in interface HoodieSqlBaseListenerctx - the parse treepublic void exitUpdateAction(HoodieSqlBaseParser.UpdateActionContext ctx)
HoodieSqlBaseParser.updateAction().
The default implementation does nothing.
exitUpdateAction in interface HoodieSqlBaseListenerctx - the parse treepublic void enterInsertAction(HoodieSqlBaseParser.InsertActionContext ctx)
HoodieSqlBaseParser.insertAction().
The default implementation does nothing.
enterInsertAction in interface HoodieSqlBaseListenerctx - the parse treepublic void exitInsertAction(HoodieSqlBaseParser.InsertActionContext ctx)
HoodieSqlBaseParser.insertAction().
The default implementation does nothing.
exitInsertAction in interface HoodieSqlBaseListenerctx - the parse treepublic void enterAssignmentList(HoodieSqlBaseParser.AssignmentListContext ctx)
HoodieSqlBaseParser.assignmentList().
The default implementation does nothing.
enterAssignmentList in interface HoodieSqlBaseListenerctx - the parse treepublic void exitAssignmentList(HoodieSqlBaseParser.AssignmentListContext ctx)
HoodieSqlBaseParser.assignmentList().
The default implementation does nothing.
exitAssignmentList in interface HoodieSqlBaseListenerctx - the parse treepublic void enterAssignment(HoodieSqlBaseParser.AssignmentContext ctx)
HoodieSqlBaseParser.assignment().
The default implementation does nothing.
enterAssignment in interface HoodieSqlBaseListenerctx - the parse treepublic void exitAssignment(HoodieSqlBaseParser.AssignmentContext ctx)
HoodieSqlBaseParser.assignment().
The default implementation does nothing.
exitAssignment in interface HoodieSqlBaseListenerctx - the parse treepublic void enterQualifiedNameList(HoodieSqlBaseParser.QualifiedNameListContext ctx)
HoodieSqlBaseParser.qualifiedNameList().
The default implementation does nothing.
enterQualifiedNameList in interface HoodieSqlBaseListenerctx - the parse treepublic void exitQualifiedNameList(HoodieSqlBaseParser.QualifiedNameListContext ctx)
HoodieSqlBaseParser.qualifiedNameList().
The default implementation does nothing.
exitQualifiedNameList in interface HoodieSqlBaseListenerctx - the parse treepublic void enterUpdateTableStmt(HoodieSqlBaseParser.UpdateTableStmtContext ctx)
HoodieSqlBaseParser.updateTableStmt().
The default implementation does nothing.
enterUpdateTableStmt in interface HoodieSqlBaseListenerctx - the parse treepublic void exitUpdateTableStmt(HoodieSqlBaseParser.UpdateTableStmtContext ctx)
HoodieSqlBaseParser.updateTableStmt().
The default implementation does nothing.
exitUpdateTableStmt in interface HoodieSqlBaseListenerctx - the parse treepublic void enterDeleteTableStmt(HoodieSqlBaseParser.DeleteTableStmtContext ctx)
HoodieSqlBaseParser.deleteTableStmt().
The default implementation does nothing.
enterDeleteTableStmt in interface HoodieSqlBaseListenerctx - the parse treepublic void exitDeleteTableStmt(HoodieSqlBaseParser.DeleteTableStmtContext ctx)
HoodieSqlBaseParser.deleteTableStmt().
The default implementation does nothing.
exitDeleteTableStmt in interface HoodieSqlBaseListenerctx - the parse treepublic void enterSingleExpression(HoodieSqlBaseParser.SingleExpressionContext ctx)
HoodieSqlBaseParser.singleExpression().
The default implementation does nothing.
enterSingleExpression in interface HoodieSqlBaseListenerctx - the parse treepublic void exitSingleExpression(HoodieSqlBaseParser.SingleExpressionContext ctx)
HoodieSqlBaseParser.singleExpression().
The default implementation does nothing.
exitSingleExpression in interface HoodieSqlBaseListenerctx - the parse treepublic void enterSingleTableIdentifier(HoodieSqlBaseParser.SingleTableIdentifierContext ctx)
HoodieSqlBaseParser.singleTableIdentifier().
The default implementation does nothing.
enterSingleTableIdentifier in interface HoodieSqlBaseListenerctx - the parse treepublic void exitSingleTableIdentifier(HoodieSqlBaseParser.SingleTableIdentifierContext ctx)
HoodieSqlBaseParser.singleTableIdentifier().
The default implementation does nothing.
exitSingleTableIdentifier in interface HoodieSqlBaseListenerctx - the parse treepublic void enterSingleFunctionIdentifier(HoodieSqlBaseParser.SingleFunctionIdentifierContext ctx)
HoodieSqlBaseParser.singleFunctionIdentifier().
The default implementation does nothing.
enterSingleFunctionIdentifier in interface HoodieSqlBaseListenerctx - the parse treepublic void exitSingleFunctionIdentifier(HoodieSqlBaseParser.SingleFunctionIdentifierContext ctx)
HoodieSqlBaseParser.singleFunctionIdentifier().
The default implementation does nothing.
exitSingleFunctionIdentifier in interface HoodieSqlBaseListenerctx - the parse treepublic void enterSingleDataType(HoodieSqlBaseParser.SingleDataTypeContext ctx)
HoodieSqlBaseParser.singleDataType().
The default implementation does nothing.
enterSingleDataType in interface HoodieSqlBaseListenerctx - the parse treepublic void exitSingleDataType(HoodieSqlBaseParser.SingleDataTypeContext ctx)
HoodieSqlBaseParser.singleDataType().
The default implementation does nothing.
exitSingleDataType in interface HoodieSqlBaseListenerctx - the parse treepublic void enterSingleTableSchema(HoodieSqlBaseParser.SingleTableSchemaContext ctx)
HoodieSqlBaseParser.singleTableSchema().
The default implementation does nothing.
enterSingleTableSchema in interface HoodieSqlBaseListenerctx - the parse treepublic void exitSingleTableSchema(HoodieSqlBaseParser.SingleTableSchemaContext ctx)
HoodieSqlBaseParser.singleTableSchema().
The default implementation does nothing.
exitSingleTableSchema in interface HoodieSqlBaseListenerctx - the parse treepublic void enterUnsupportedHiveNativeCommands(HoodieSqlBaseParser.UnsupportedHiveNativeCommandsContext ctx)
HoodieSqlBaseParser.unsupportedHiveNativeCommands().
The default implementation does nothing.
enterUnsupportedHiveNativeCommands in interface HoodieSqlBaseListenerctx - the parse treepublic void exitUnsupportedHiveNativeCommands(HoodieSqlBaseParser.UnsupportedHiveNativeCommandsContext ctx)
HoodieSqlBaseParser.unsupportedHiveNativeCommands().
The default implementation does nothing.
exitUnsupportedHiveNativeCommands in interface HoodieSqlBaseListenerctx - the parse treepublic void enterCreateTableHeader(HoodieSqlBaseParser.CreateTableHeaderContext ctx)
HoodieSqlBaseParser.createTableHeader().
The default implementation does nothing.
enterCreateTableHeader in interface HoodieSqlBaseListenerctx - the parse treepublic void exitCreateTableHeader(HoodieSqlBaseParser.CreateTableHeaderContext ctx)
HoodieSqlBaseParser.createTableHeader().
The default implementation does nothing.
exitCreateTableHeader in interface HoodieSqlBaseListenerctx - the parse treepublic void enterBucketSpec(HoodieSqlBaseParser.BucketSpecContext ctx)
HoodieSqlBaseParser.bucketSpec().
The default implementation does nothing.
enterBucketSpec in interface HoodieSqlBaseListenerctx - the parse treepublic void exitBucketSpec(HoodieSqlBaseParser.BucketSpecContext ctx)
HoodieSqlBaseParser.bucketSpec().
The default implementation does nothing.
exitBucketSpec in interface HoodieSqlBaseListenerctx - the parse treepublic void enterSkewSpec(HoodieSqlBaseParser.SkewSpecContext ctx)
HoodieSqlBaseParser.skewSpec().
The default implementation does nothing.
enterSkewSpec in interface HoodieSqlBaseListenerctx - the parse treepublic void exitSkewSpec(HoodieSqlBaseParser.SkewSpecContext ctx)
HoodieSqlBaseParser.skewSpec().
The default implementation does nothing.
exitSkewSpec in interface HoodieSqlBaseListenerctx - the parse treepublic void enterLocationSpec(HoodieSqlBaseParser.LocationSpecContext ctx)
HoodieSqlBaseParser.locationSpec().
The default implementation does nothing.
enterLocationSpec in interface HoodieSqlBaseListenerctx - the parse treepublic void exitLocationSpec(HoodieSqlBaseParser.LocationSpecContext ctx)
HoodieSqlBaseParser.locationSpec().
The default implementation does nothing.
exitLocationSpec in interface HoodieSqlBaseListenerctx - the parse treepublic void enterQuery(HoodieSqlBaseParser.QueryContext ctx)
HoodieSqlBaseParser.query().
The default implementation does nothing.
enterQuery in interface HoodieSqlBaseListenerctx - the parse treepublic void exitQuery(HoodieSqlBaseParser.QueryContext ctx)
HoodieSqlBaseParser.query().
The default implementation does nothing.
exitQuery in interface HoodieSqlBaseListenerctx - the parse treepublic void enterInsertOverwriteTable(HoodieSqlBaseParser.InsertOverwriteTableContext ctx)
insertOverwriteTable
labeled alternative in HoodieSqlBaseParser.insertInto().
The default implementation does nothing.
enterInsertOverwriteTable in interface HoodieSqlBaseListenerctx - the parse treepublic void exitInsertOverwriteTable(HoodieSqlBaseParser.InsertOverwriteTableContext ctx)
insertOverwriteTable
labeled alternative in HoodieSqlBaseParser.insertInto().
The default implementation does nothing.
exitInsertOverwriteTable in interface HoodieSqlBaseListenerctx - the parse treepublic void enterInsertIntoTable(HoodieSqlBaseParser.InsertIntoTableContext ctx)
insertIntoTable
labeled alternative in HoodieSqlBaseParser.insertInto().
The default implementation does nothing.
enterInsertIntoTable in interface HoodieSqlBaseListenerctx - the parse treepublic void exitInsertIntoTable(HoodieSqlBaseParser.InsertIntoTableContext ctx)
insertIntoTable
labeled alternative in HoodieSqlBaseParser.insertInto().
The default implementation does nothing.
exitInsertIntoTable in interface HoodieSqlBaseListenerctx - the parse treepublic void enterInsertOverwriteHiveDir(HoodieSqlBaseParser.InsertOverwriteHiveDirContext ctx)
insertOverwriteHiveDir
labeled alternative in HoodieSqlBaseParser.insertInto().
The default implementation does nothing.
enterInsertOverwriteHiveDir in interface HoodieSqlBaseListenerctx - the parse treepublic void exitInsertOverwriteHiveDir(HoodieSqlBaseParser.InsertOverwriteHiveDirContext ctx)
insertOverwriteHiveDir
labeled alternative in HoodieSqlBaseParser.insertInto().
The default implementation does nothing.
exitInsertOverwriteHiveDir in interface HoodieSqlBaseListenerctx - the parse treepublic void enterInsertOverwriteDir(HoodieSqlBaseParser.InsertOverwriteDirContext ctx)
insertOverwriteDir
labeled alternative in HoodieSqlBaseParser.insertInto().
The default implementation does nothing.
enterInsertOverwriteDir in interface HoodieSqlBaseListenerctx - the parse treepublic void exitInsertOverwriteDir(HoodieSqlBaseParser.InsertOverwriteDirContext ctx)
insertOverwriteDir
labeled alternative in HoodieSqlBaseParser.insertInto().
The default implementation does nothing.
exitInsertOverwriteDir in interface HoodieSqlBaseListenerctx - the parse treepublic void enterPartitionSpecLocation(HoodieSqlBaseParser.PartitionSpecLocationContext ctx)
HoodieSqlBaseParser.partitionSpecLocation().
The default implementation does nothing.
enterPartitionSpecLocation in interface HoodieSqlBaseListenerctx - the parse treepublic void exitPartitionSpecLocation(HoodieSqlBaseParser.PartitionSpecLocationContext ctx)
HoodieSqlBaseParser.partitionSpecLocation().
The default implementation does nothing.
exitPartitionSpecLocation in interface HoodieSqlBaseListenerctx - the parse treepublic void enterPartitionSpec(HoodieSqlBaseParser.PartitionSpecContext ctx)
HoodieSqlBaseParser.partitionSpec().
The default implementation does nothing.
enterPartitionSpec in interface HoodieSqlBaseListenerctx - the parse treepublic void exitPartitionSpec(HoodieSqlBaseParser.PartitionSpecContext ctx)
HoodieSqlBaseParser.partitionSpec().
The default implementation does nothing.
exitPartitionSpec in interface HoodieSqlBaseListenerctx - the parse treepublic void enterPartitionVal(HoodieSqlBaseParser.PartitionValContext ctx)
HoodieSqlBaseParser.partitionVal().
The default implementation does nothing.
enterPartitionVal in interface HoodieSqlBaseListenerctx - the parse treepublic void exitPartitionVal(HoodieSqlBaseParser.PartitionValContext ctx)
HoodieSqlBaseParser.partitionVal().
The default implementation does nothing.
exitPartitionVal in interface HoodieSqlBaseListenerctx - the parse treepublic void enterDescribeFuncName(HoodieSqlBaseParser.DescribeFuncNameContext ctx)
HoodieSqlBaseParser.describeFuncName().
The default implementation does nothing.
enterDescribeFuncName in interface HoodieSqlBaseListenerctx - the parse treepublic void exitDescribeFuncName(HoodieSqlBaseParser.DescribeFuncNameContext ctx)
HoodieSqlBaseParser.describeFuncName().
The default implementation does nothing.
exitDescribeFuncName in interface HoodieSqlBaseListenerctx - the parse treepublic void enterDescribeColName(HoodieSqlBaseParser.DescribeColNameContext ctx)
HoodieSqlBaseParser.describeColName().
The default implementation does nothing.
enterDescribeColName in interface HoodieSqlBaseListenerctx - the parse treepublic void exitDescribeColName(HoodieSqlBaseParser.DescribeColNameContext ctx)
HoodieSqlBaseParser.describeColName().
The default implementation does nothing.
exitDescribeColName in interface HoodieSqlBaseListenerctx - the parse treepublic void enterCtes(HoodieSqlBaseParser.CtesContext ctx)
HoodieSqlBaseParser.ctes().
The default implementation does nothing.
enterCtes in interface HoodieSqlBaseListenerctx - the parse treepublic void exitCtes(HoodieSqlBaseParser.CtesContext ctx)
HoodieSqlBaseParser.ctes().
The default implementation does nothing.
exitCtes in interface HoodieSqlBaseListenerctx - the parse treepublic void enterNamedQuery(HoodieSqlBaseParser.NamedQueryContext ctx)
HoodieSqlBaseParser.namedQuery().
The default implementation does nothing.
enterNamedQuery in interface HoodieSqlBaseListenerctx - the parse treepublic void exitNamedQuery(HoodieSqlBaseParser.NamedQueryContext ctx)
HoodieSqlBaseParser.namedQuery().
The default implementation does nothing.
exitNamedQuery in interface HoodieSqlBaseListenerctx - the parse treepublic void enterTableProvider(HoodieSqlBaseParser.TableProviderContext ctx)
HoodieSqlBaseParser.tableProvider().
The default implementation does nothing.
enterTableProvider in interface HoodieSqlBaseListenerctx - the parse treepublic void exitTableProvider(HoodieSqlBaseParser.TableProviderContext ctx)
HoodieSqlBaseParser.tableProvider().
The default implementation does nothing.
exitTableProvider in interface HoodieSqlBaseListenerctx - the parse treepublic void enterTablePropertyList(HoodieSqlBaseParser.TablePropertyListContext ctx)
HoodieSqlBaseParser.tablePropertyList().
The default implementation does nothing.
enterTablePropertyList in interface HoodieSqlBaseListenerctx - the parse treepublic void exitTablePropertyList(HoodieSqlBaseParser.TablePropertyListContext ctx)
HoodieSqlBaseParser.tablePropertyList().
The default implementation does nothing.
exitTablePropertyList in interface HoodieSqlBaseListenerctx - the parse treepublic void enterTableProperty(HoodieSqlBaseParser.TablePropertyContext ctx)
HoodieSqlBaseParser.tableProperty().
The default implementation does nothing.
enterTableProperty in interface HoodieSqlBaseListenerctx - the parse treepublic void exitTableProperty(HoodieSqlBaseParser.TablePropertyContext ctx)
HoodieSqlBaseParser.tableProperty().
The default implementation does nothing.
exitTableProperty in interface HoodieSqlBaseListenerctx - the parse treepublic void enterTablePropertyKey(HoodieSqlBaseParser.TablePropertyKeyContext ctx)
HoodieSqlBaseParser.tablePropertyKey().
The default implementation does nothing.
enterTablePropertyKey in interface HoodieSqlBaseListenerctx - the parse treepublic void exitTablePropertyKey(HoodieSqlBaseParser.TablePropertyKeyContext ctx)
HoodieSqlBaseParser.tablePropertyKey().
The default implementation does nothing.
exitTablePropertyKey in interface HoodieSqlBaseListenerctx - the parse treepublic void enterTablePropertyValue(HoodieSqlBaseParser.TablePropertyValueContext ctx)
HoodieSqlBaseParser.tablePropertyValue().
The default implementation does nothing.
enterTablePropertyValue in interface HoodieSqlBaseListenerctx - the parse treepublic void exitTablePropertyValue(HoodieSqlBaseParser.TablePropertyValueContext ctx)
HoodieSqlBaseParser.tablePropertyValue().
The default implementation does nothing.
exitTablePropertyValue in interface HoodieSqlBaseListenerctx - the parse treepublic void enterConstantList(HoodieSqlBaseParser.ConstantListContext ctx)
HoodieSqlBaseParser.constantList().
The default implementation does nothing.
enterConstantList in interface HoodieSqlBaseListenerctx - the parse treepublic void exitConstantList(HoodieSqlBaseParser.ConstantListContext ctx)
HoodieSqlBaseParser.constantList().
The default implementation does nothing.
exitConstantList in interface HoodieSqlBaseListenerctx - the parse treepublic void enterNestedConstantList(HoodieSqlBaseParser.NestedConstantListContext ctx)
HoodieSqlBaseParser.nestedConstantList().
The default implementation does nothing.
enterNestedConstantList in interface HoodieSqlBaseListenerctx - the parse treepublic void exitNestedConstantList(HoodieSqlBaseParser.NestedConstantListContext ctx)
HoodieSqlBaseParser.nestedConstantList().
The default implementation does nothing.
exitNestedConstantList in interface HoodieSqlBaseListenerctx - the parse treepublic void enterCreateFileFormat(HoodieSqlBaseParser.CreateFileFormatContext ctx)
HoodieSqlBaseParser.createFileFormat().
The default implementation does nothing.
enterCreateFileFormat in interface HoodieSqlBaseListenerctx - the parse treepublic void exitCreateFileFormat(HoodieSqlBaseParser.CreateFileFormatContext ctx)
HoodieSqlBaseParser.createFileFormat().
The default implementation does nothing.
exitCreateFileFormat in interface HoodieSqlBaseListenerctx - the parse treepublic void enterTableFileFormat(HoodieSqlBaseParser.TableFileFormatContext ctx)
tableFileFormat
labeled alternative in HoodieSqlBaseParser.fileFormat().
The default implementation does nothing.
enterTableFileFormat in interface HoodieSqlBaseListenerctx - the parse treepublic void exitTableFileFormat(HoodieSqlBaseParser.TableFileFormatContext ctx)
tableFileFormat
labeled alternative in HoodieSqlBaseParser.fileFormat().
The default implementation does nothing.
exitTableFileFormat in interface HoodieSqlBaseListenerctx - the parse treepublic void enterGenericFileFormat(HoodieSqlBaseParser.GenericFileFormatContext ctx)
genericFileFormat
labeled alternative in HoodieSqlBaseParser.fileFormat().
The default implementation does nothing.
enterGenericFileFormat in interface HoodieSqlBaseListenerctx - the parse treepublic void exitGenericFileFormat(HoodieSqlBaseParser.GenericFileFormatContext ctx)
genericFileFormat
labeled alternative in HoodieSqlBaseParser.fileFormat().
The default implementation does nothing.
exitGenericFileFormat in interface HoodieSqlBaseListenerctx - the parse treepublic void enterStorageHandler(HoodieSqlBaseParser.StorageHandlerContext ctx)
HoodieSqlBaseParser.storageHandler().
The default implementation does nothing.
enterStorageHandler in interface HoodieSqlBaseListenerctx - the parse treepublic void exitStorageHandler(HoodieSqlBaseParser.StorageHandlerContext ctx)
HoodieSqlBaseParser.storageHandler().
The default implementation does nothing.
exitStorageHandler in interface HoodieSqlBaseListenerctx - the parse treepublic void enterResource(HoodieSqlBaseParser.ResourceContext ctx)
HoodieSqlBaseParser.resource().
The default implementation does nothing.
enterResource in interface HoodieSqlBaseListenerctx - the parse treepublic void exitResource(HoodieSqlBaseParser.ResourceContext ctx)
HoodieSqlBaseParser.resource().
The default implementation does nothing.
exitResource in interface HoodieSqlBaseListenerctx - the parse treepublic void enterSingleInsertQuery(HoodieSqlBaseParser.SingleInsertQueryContext ctx)
singleInsertQuery
labeled alternative in HoodieSqlBaseParser.queryNoWith().
The default implementation does nothing.
enterSingleInsertQuery in interface HoodieSqlBaseListenerctx - the parse treepublic void exitSingleInsertQuery(HoodieSqlBaseParser.SingleInsertQueryContext ctx)
singleInsertQuery
labeled alternative in HoodieSqlBaseParser.queryNoWith().
The default implementation does nothing.
exitSingleInsertQuery in interface HoodieSqlBaseListenerctx - the parse treepublic void enterMultiInsertQuery(HoodieSqlBaseParser.MultiInsertQueryContext ctx)
multiInsertQuery
labeled alternative in HoodieSqlBaseParser.queryNoWith().
The default implementation does nothing.
enterMultiInsertQuery in interface HoodieSqlBaseListenerctx - the parse treepublic void exitMultiInsertQuery(HoodieSqlBaseParser.MultiInsertQueryContext ctx)
multiInsertQuery
labeled alternative in HoodieSqlBaseParser.queryNoWith().
The default implementation does nothing.
exitMultiInsertQuery in interface HoodieSqlBaseListenerctx - the parse treepublic void enterQueryOrganization(HoodieSqlBaseParser.QueryOrganizationContext ctx)
HoodieSqlBaseParser.queryOrganization().
The default implementation does nothing.
enterQueryOrganization in interface HoodieSqlBaseListenerctx - the parse treepublic void exitQueryOrganization(HoodieSqlBaseParser.QueryOrganizationContext ctx)
HoodieSqlBaseParser.queryOrganization().
The default implementation does nothing.
exitQueryOrganization in interface HoodieSqlBaseListenerctx - the parse treepublic void enterMultiInsertQueryBody(HoodieSqlBaseParser.MultiInsertQueryBodyContext ctx)
HoodieSqlBaseParser.multiInsertQueryBody().
The default implementation does nothing.
enterMultiInsertQueryBody in interface HoodieSqlBaseListenerctx - the parse treepublic void exitMultiInsertQueryBody(HoodieSqlBaseParser.MultiInsertQueryBodyContext ctx)
HoodieSqlBaseParser.multiInsertQueryBody().
The default implementation does nothing.
exitMultiInsertQueryBody in interface HoodieSqlBaseListenerctx - the parse treepublic void enterQueryTermDefault(HoodieSqlBaseParser.QueryTermDefaultContext ctx)
queryTermDefault
labeled alternative in HoodieSqlBaseParser.queryTerm().
The default implementation does nothing.
enterQueryTermDefault in interface HoodieSqlBaseListenerctx - the parse treepublic void exitQueryTermDefault(HoodieSqlBaseParser.QueryTermDefaultContext ctx)
queryTermDefault
labeled alternative in HoodieSqlBaseParser.queryTerm().
The default implementation does nothing.
exitQueryTermDefault in interface HoodieSqlBaseListenerctx - the parse treepublic void enterSetOperation(HoodieSqlBaseParser.SetOperationContext ctx)
setOperation
labeled alternative in HoodieSqlBaseParser.queryTerm().
The default implementation does nothing.
enterSetOperation in interface HoodieSqlBaseListenerctx - the parse treepublic void exitSetOperation(HoodieSqlBaseParser.SetOperationContext ctx)
setOperation
labeled alternative in HoodieSqlBaseParser.queryTerm().
The default implementation does nothing.
exitSetOperation in interface HoodieSqlBaseListenerctx - the parse treepublic void enterQueryPrimaryDefault(HoodieSqlBaseParser.QueryPrimaryDefaultContext ctx)
queryPrimaryDefault
labeled alternative in HoodieSqlBaseParser.queryPrimary().
The default implementation does nothing.
enterQueryPrimaryDefault in interface HoodieSqlBaseListenerctx - the parse treepublic void exitQueryPrimaryDefault(HoodieSqlBaseParser.QueryPrimaryDefaultContext ctx)
queryPrimaryDefault
labeled alternative in HoodieSqlBaseParser.queryPrimary().
The default implementation does nothing.
exitQueryPrimaryDefault in interface HoodieSqlBaseListenerctx - the parse treepublic void enterTable(HoodieSqlBaseParser.TableContext ctx)
table
labeled alternative in HoodieSqlBaseParser.queryPrimary().
The default implementation does nothing.
enterTable in interface HoodieSqlBaseListenerctx - the parse treepublic void exitTable(HoodieSqlBaseParser.TableContext ctx)
table
labeled alternative in HoodieSqlBaseParser.queryPrimary().
The default implementation does nothing.
exitTable in interface HoodieSqlBaseListenerctx - the parse treepublic void enterInlineTableDefault1(HoodieSqlBaseParser.InlineTableDefault1Context ctx)
inlineTableDefault1
labeled alternative in HoodieSqlBaseParser.queryPrimary().
The default implementation does nothing.
enterInlineTableDefault1 in interface HoodieSqlBaseListenerctx - the parse treepublic void exitInlineTableDefault1(HoodieSqlBaseParser.InlineTableDefault1Context ctx)
inlineTableDefault1
labeled alternative in HoodieSqlBaseParser.queryPrimary().
The default implementation does nothing.
exitInlineTableDefault1 in interface HoodieSqlBaseListenerctx - the parse treepublic void enterSubquery(HoodieSqlBaseParser.SubqueryContext ctx)
subquery
labeled alternative in HoodieSqlBaseParser.queryPrimary().
The default implementation does nothing.
enterSubquery in interface HoodieSqlBaseListenerctx - the parse treepublic void exitSubquery(HoodieSqlBaseParser.SubqueryContext ctx)
subquery
labeled alternative in HoodieSqlBaseParser.queryPrimary().
The default implementation does nothing.
exitSubquery in interface HoodieSqlBaseListenerctx - the parse treepublic void enterSortItem(HoodieSqlBaseParser.SortItemContext ctx)
HoodieSqlBaseParser.sortItem().
The default implementation does nothing.
enterSortItem in interface HoodieSqlBaseListenerctx - the parse treepublic void exitSortItem(HoodieSqlBaseParser.SortItemContext ctx)
HoodieSqlBaseParser.sortItem().
The default implementation does nothing.
exitSortItem in interface HoodieSqlBaseListenerctx - the parse treepublic void enterQuerySpecification(HoodieSqlBaseParser.QuerySpecificationContext ctx)
HoodieSqlBaseParser.querySpecification().
The default implementation does nothing.
enterQuerySpecification in interface HoodieSqlBaseListenerctx - the parse treepublic void exitQuerySpecification(HoodieSqlBaseParser.QuerySpecificationContext ctx)
HoodieSqlBaseParser.querySpecification().
The default implementation does nothing.
exitQuerySpecification in interface HoodieSqlBaseListenerctx - the parse treepublic void enterHint(HoodieSqlBaseParser.HintContext ctx)
HoodieSqlBaseParser.hint().
The default implementation does nothing.
enterHint in interface HoodieSqlBaseListenerctx - the parse treepublic void exitHint(HoodieSqlBaseParser.HintContext ctx)
HoodieSqlBaseParser.hint().
The default implementation does nothing.
exitHint in interface HoodieSqlBaseListenerctx - the parse treepublic void enterHintStatement(HoodieSqlBaseParser.HintStatementContext ctx)
HoodieSqlBaseParser.hintStatement().
The default implementation does nothing.
enterHintStatement in interface HoodieSqlBaseListenerctx - the parse treepublic void exitHintStatement(HoodieSqlBaseParser.HintStatementContext ctx)
HoodieSqlBaseParser.hintStatement().
The default implementation does nothing.
exitHintStatement in interface HoodieSqlBaseListenerctx - the parse treepublic void enterFromClause(HoodieSqlBaseParser.FromClauseContext ctx)
HoodieSqlBaseParser.fromClause().
The default implementation does nothing.
enterFromClause in interface HoodieSqlBaseListenerctx - the parse treepublic void exitFromClause(HoodieSqlBaseParser.FromClauseContext ctx)
HoodieSqlBaseParser.fromClause().
The default implementation does nothing.
exitFromClause in interface HoodieSqlBaseListenerctx - the parse treepublic void enterAggregation(HoodieSqlBaseParser.AggregationContext ctx)
HoodieSqlBaseParser.aggregation().
The default implementation does nothing.
enterAggregation in interface HoodieSqlBaseListenerctx - the parse treepublic void exitAggregation(HoodieSqlBaseParser.AggregationContext ctx)
HoodieSqlBaseParser.aggregation().
The default implementation does nothing.
exitAggregation in interface HoodieSqlBaseListenerctx - the parse treepublic void enterGroupingSet(HoodieSqlBaseParser.GroupingSetContext ctx)
HoodieSqlBaseParser.groupingSet().
The default implementation does nothing.
enterGroupingSet in interface HoodieSqlBaseListenerctx - the parse treepublic void exitGroupingSet(HoodieSqlBaseParser.GroupingSetContext ctx)
HoodieSqlBaseParser.groupingSet().
The default implementation does nothing.
exitGroupingSet in interface HoodieSqlBaseListenerctx - the parse treepublic void enterPivotClause(HoodieSqlBaseParser.PivotClauseContext ctx)
HoodieSqlBaseParser.pivotClause().
The default implementation does nothing.
enterPivotClause in interface HoodieSqlBaseListenerctx - the parse treepublic void exitPivotClause(HoodieSqlBaseParser.PivotClauseContext ctx)
HoodieSqlBaseParser.pivotClause().
The default implementation does nothing.
exitPivotClause in interface HoodieSqlBaseListenerctx - the parse treepublic void enterPivotColumn(HoodieSqlBaseParser.PivotColumnContext ctx)
HoodieSqlBaseParser.pivotColumn().
The default implementation does nothing.
enterPivotColumn in interface HoodieSqlBaseListenerctx - the parse treepublic void exitPivotColumn(HoodieSqlBaseParser.PivotColumnContext ctx)
HoodieSqlBaseParser.pivotColumn().
The default implementation does nothing.
exitPivotColumn in interface HoodieSqlBaseListenerctx - the parse treepublic void enterPivotValue(HoodieSqlBaseParser.PivotValueContext ctx)
HoodieSqlBaseParser.pivotValue().
The default implementation does nothing.
enterPivotValue in interface HoodieSqlBaseListenerctx - the parse treepublic void exitPivotValue(HoodieSqlBaseParser.PivotValueContext ctx)
HoodieSqlBaseParser.pivotValue().
The default implementation does nothing.
exitPivotValue in interface HoodieSqlBaseListenerctx - the parse treepublic void enterLateralView(HoodieSqlBaseParser.LateralViewContext ctx)
HoodieSqlBaseParser.lateralView().
The default implementation does nothing.
enterLateralView in interface HoodieSqlBaseListenerctx - the parse treepublic void exitLateralView(HoodieSqlBaseParser.LateralViewContext ctx)
HoodieSqlBaseParser.lateralView().
The default implementation does nothing.
exitLateralView in interface HoodieSqlBaseListenerctx - the parse treepublic void enterSetQuantifier(HoodieSqlBaseParser.SetQuantifierContext ctx)
HoodieSqlBaseParser.setQuantifier().
The default implementation does nothing.
enterSetQuantifier in interface HoodieSqlBaseListenerctx - the parse treepublic void exitSetQuantifier(HoodieSqlBaseParser.SetQuantifierContext ctx)
HoodieSqlBaseParser.setQuantifier().
The default implementation does nothing.
exitSetQuantifier in interface HoodieSqlBaseListenerctx - the parse treepublic void enterRelation(HoodieSqlBaseParser.RelationContext ctx)
HoodieSqlBaseParser.relation().
The default implementation does nothing.
enterRelation in interface HoodieSqlBaseListenerctx - the parse treepublic void exitRelation(HoodieSqlBaseParser.RelationContext ctx)
HoodieSqlBaseParser.relation().
The default implementation does nothing.
exitRelation in interface HoodieSqlBaseListenerctx - the parse treepublic void enterJoinRelation(HoodieSqlBaseParser.JoinRelationContext ctx)
HoodieSqlBaseParser.joinRelation().
The default implementation does nothing.
enterJoinRelation in interface HoodieSqlBaseListenerctx - the parse treepublic void exitJoinRelation(HoodieSqlBaseParser.JoinRelationContext ctx)
HoodieSqlBaseParser.joinRelation().
The default implementation does nothing.
exitJoinRelation in interface HoodieSqlBaseListenerctx - the parse treepublic void enterJoinType(HoodieSqlBaseParser.JoinTypeContext ctx)
HoodieSqlBaseParser.joinType().
The default implementation does nothing.
enterJoinType in interface HoodieSqlBaseListenerctx - the parse treepublic void exitJoinType(HoodieSqlBaseParser.JoinTypeContext ctx)
HoodieSqlBaseParser.joinType().
The default implementation does nothing.
exitJoinType in interface HoodieSqlBaseListenerctx - the parse treepublic void enterJoinCriteria(HoodieSqlBaseParser.JoinCriteriaContext ctx)
HoodieSqlBaseParser.joinCriteria().
The default implementation does nothing.
enterJoinCriteria in interface HoodieSqlBaseListenerctx - the parse treepublic void exitJoinCriteria(HoodieSqlBaseParser.JoinCriteriaContext ctx)
HoodieSqlBaseParser.joinCriteria().
The default implementation does nothing.
exitJoinCriteria in interface HoodieSqlBaseListenerctx - the parse treepublic void enterSample(HoodieSqlBaseParser.SampleContext ctx)
HoodieSqlBaseParser.sample().
The default implementation does nothing.
enterSample in interface HoodieSqlBaseListenerctx - the parse treepublic void exitSample(HoodieSqlBaseParser.SampleContext ctx)
HoodieSqlBaseParser.sample().
The default implementation does nothing.
exitSample in interface HoodieSqlBaseListenerctx - the parse treepublic void enterSampleByPercentile(HoodieSqlBaseParser.SampleByPercentileContext ctx)
sampleByPercentile
labeled alternative in HoodieSqlBaseParser.sampleMethod().
The default implementation does nothing.
enterSampleByPercentile in interface HoodieSqlBaseListenerctx - the parse treepublic void exitSampleByPercentile(HoodieSqlBaseParser.SampleByPercentileContext ctx)
sampleByPercentile
labeled alternative in HoodieSqlBaseParser.sampleMethod().
The default implementation does nothing.
exitSampleByPercentile in interface HoodieSqlBaseListenerctx - the parse treepublic void enterSampleByRows(HoodieSqlBaseParser.SampleByRowsContext ctx)
sampleByRows
labeled alternative in HoodieSqlBaseParser.sampleMethod().
The default implementation does nothing.
enterSampleByRows in interface HoodieSqlBaseListenerctx - the parse treepublic void exitSampleByRows(HoodieSqlBaseParser.SampleByRowsContext ctx)
sampleByRows
labeled alternative in HoodieSqlBaseParser.sampleMethod().
The default implementation does nothing.
exitSampleByRows in interface HoodieSqlBaseListenerctx - the parse treepublic void enterSampleByBucket(HoodieSqlBaseParser.SampleByBucketContext ctx)
sampleByBucket
labeled alternative in HoodieSqlBaseParser.sampleMethod().
The default implementation does nothing.
enterSampleByBucket in interface HoodieSqlBaseListenerctx - the parse treepublic void exitSampleByBucket(HoodieSqlBaseParser.SampleByBucketContext ctx)
sampleByBucket
labeled alternative in HoodieSqlBaseParser.sampleMethod().
The default implementation does nothing.
exitSampleByBucket in interface HoodieSqlBaseListenerctx - the parse treepublic void enterSampleByBytes(HoodieSqlBaseParser.SampleByBytesContext ctx)
sampleByBytes
labeled alternative in HoodieSqlBaseParser.sampleMethod().
The default implementation does nothing.
enterSampleByBytes in interface HoodieSqlBaseListenerctx - the parse treepublic void exitSampleByBytes(HoodieSqlBaseParser.SampleByBytesContext ctx)
sampleByBytes
labeled alternative in HoodieSqlBaseParser.sampleMethod().
The default implementation does nothing.
exitSampleByBytes in interface HoodieSqlBaseListenerctx - the parse treepublic void enterIdentifierList(HoodieSqlBaseParser.IdentifierListContext ctx)
HoodieSqlBaseParser.identifierList().
The default implementation does nothing.
enterIdentifierList in interface HoodieSqlBaseListenerctx - the parse treepublic void exitIdentifierList(HoodieSqlBaseParser.IdentifierListContext ctx)
HoodieSqlBaseParser.identifierList().
The default implementation does nothing.
exitIdentifierList in interface HoodieSqlBaseListenerctx - the parse treepublic void enterIdentifierSeq(HoodieSqlBaseParser.IdentifierSeqContext ctx)
HoodieSqlBaseParser.identifierSeq().
The default implementation does nothing.
enterIdentifierSeq in interface HoodieSqlBaseListenerctx - the parse treepublic void exitIdentifierSeq(HoodieSqlBaseParser.IdentifierSeqContext ctx)
HoodieSqlBaseParser.identifierSeq().
The default implementation does nothing.
exitIdentifierSeq in interface HoodieSqlBaseListenerctx - the parse treepublic void enterOrderedIdentifierList(HoodieSqlBaseParser.OrderedIdentifierListContext ctx)
HoodieSqlBaseParser.orderedIdentifierList().
The default implementation does nothing.
enterOrderedIdentifierList in interface HoodieSqlBaseListenerctx - the parse treepublic void exitOrderedIdentifierList(HoodieSqlBaseParser.OrderedIdentifierListContext ctx)
HoodieSqlBaseParser.orderedIdentifierList().
The default implementation does nothing.
exitOrderedIdentifierList in interface HoodieSqlBaseListenerctx - the parse treepublic void enterOrderedIdentifier(HoodieSqlBaseParser.OrderedIdentifierContext ctx)
HoodieSqlBaseParser.orderedIdentifier().
The default implementation does nothing.
enterOrderedIdentifier in interface HoodieSqlBaseListenerctx - the parse treepublic void exitOrderedIdentifier(HoodieSqlBaseParser.OrderedIdentifierContext ctx)
HoodieSqlBaseParser.orderedIdentifier().
The default implementation does nothing.
exitOrderedIdentifier in interface HoodieSqlBaseListenerctx - the parse treepublic void enterIdentifierCommentList(HoodieSqlBaseParser.IdentifierCommentListContext ctx)
HoodieSqlBaseParser.identifierCommentList().
The default implementation does nothing.
enterIdentifierCommentList in interface HoodieSqlBaseListenerctx - the parse treepublic void exitIdentifierCommentList(HoodieSqlBaseParser.IdentifierCommentListContext ctx)
HoodieSqlBaseParser.identifierCommentList().
The default implementation does nothing.
exitIdentifierCommentList in interface HoodieSqlBaseListenerctx - the parse treepublic void enterIdentifierComment(HoodieSqlBaseParser.IdentifierCommentContext ctx)
HoodieSqlBaseParser.identifierComment().
The default implementation does nothing.
enterIdentifierComment in interface HoodieSqlBaseListenerctx - the parse treepublic void exitIdentifierComment(HoodieSqlBaseParser.IdentifierCommentContext ctx)
HoodieSqlBaseParser.identifierComment().
The default implementation does nothing.
exitIdentifierComment in interface HoodieSqlBaseListenerctx - the parse treepublic void enterTableName(HoodieSqlBaseParser.TableNameContext ctx)
tableName
labeled alternative in HoodieSqlBaseParser.relationPrimary().
The default implementation does nothing.
enterTableName in interface HoodieSqlBaseListenerctx - the parse treepublic void exitTableName(HoodieSqlBaseParser.TableNameContext ctx)
tableName
labeled alternative in HoodieSqlBaseParser.relationPrimary().
The default implementation does nothing.
exitTableName in interface HoodieSqlBaseListenerctx - the parse treepublic void enterAliasedQuery(HoodieSqlBaseParser.AliasedQueryContext ctx)
aliasedQuery
labeled alternative in HoodieSqlBaseParser.relationPrimary().
The default implementation does nothing.
enterAliasedQuery in interface HoodieSqlBaseListenerctx - the parse treepublic void exitAliasedQuery(HoodieSqlBaseParser.AliasedQueryContext ctx)
aliasedQuery
labeled alternative in HoodieSqlBaseParser.relationPrimary().
The default implementation does nothing.
exitAliasedQuery in interface HoodieSqlBaseListenerctx - the parse treepublic void enterAliasedRelation(HoodieSqlBaseParser.AliasedRelationContext ctx)
aliasedRelation
labeled alternative in HoodieSqlBaseParser.relationPrimary().
The default implementation does nothing.
enterAliasedRelation in interface HoodieSqlBaseListenerctx - the parse treepublic void exitAliasedRelation(HoodieSqlBaseParser.AliasedRelationContext ctx)
aliasedRelation
labeled alternative in HoodieSqlBaseParser.relationPrimary().
The default implementation does nothing.
exitAliasedRelation in interface HoodieSqlBaseListenerctx - the parse treepublic void enterInlineTableDefault2(HoodieSqlBaseParser.InlineTableDefault2Context ctx)
inlineTableDefault2
labeled alternative in HoodieSqlBaseParser.relationPrimary().
The default implementation does nothing.
enterInlineTableDefault2 in interface HoodieSqlBaseListenerctx - the parse treepublic void exitInlineTableDefault2(HoodieSqlBaseParser.InlineTableDefault2Context ctx)
inlineTableDefault2
labeled alternative in HoodieSqlBaseParser.relationPrimary().
The default implementation does nothing.
exitInlineTableDefault2 in interface HoodieSqlBaseListenerctx - the parse treepublic void enterTableValuedFunction(HoodieSqlBaseParser.TableValuedFunctionContext ctx)
tableValuedFunction
labeled alternative in HoodieSqlBaseParser.relationPrimary().
The default implementation does nothing.
enterTableValuedFunction in interface HoodieSqlBaseListenerctx - the parse treepublic void exitTableValuedFunction(HoodieSqlBaseParser.TableValuedFunctionContext ctx)
tableValuedFunction
labeled alternative in HoodieSqlBaseParser.relationPrimary().
The default implementation does nothing.
exitTableValuedFunction in interface HoodieSqlBaseListenerctx - the parse treepublic void enterInlineTable(HoodieSqlBaseParser.InlineTableContext ctx)
HoodieSqlBaseParser.inlineTable().
The default implementation does nothing.
enterInlineTable in interface HoodieSqlBaseListenerctx - the parse treepublic void exitInlineTable(HoodieSqlBaseParser.InlineTableContext ctx)
HoodieSqlBaseParser.inlineTable().
The default implementation does nothing.
exitInlineTable in interface HoodieSqlBaseListenerctx - the parse treepublic void enterFunctionTable(HoodieSqlBaseParser.FunctionTableContext ctx)
HoodieSqlBaseParser.functionTable().
The default implementation does nothing.
enterFunctionTable in interface HoodieSqlBaseListenerctx - the parse treepublic void exitFunctionTable(HoodieSqlBaseParser.FunctionTableContext ctx)
HoodieSqlBaseParser.functionTable().
The default implementation does nothing.
exitFunctionTable in interface HoodieSqlBaseListenerctx - the parse treepublic void enterTableAlias(HoodieSqlBaseParser.TableAliasContext ctx)
HoodieSqlBaseParser.tableAlias().
The default implementation does nothing.
enterTableAlias in interface HoodieSqlBaseListenerctx - the parse treepublic void exitTableAlias(HoodieSqlBaseParser.TableAliasContext ctx)
HoodieSqlBaseParser.tableAlias().
The default implementation does nothing.
exitTableAlias in interface HoodieSqlBaseListenerctx - the parse treepublic void enterRowFormatSerde(HoodieSqlBaseParser.RowFormatSerdeContext ctx)
rowFormatSerde
labeled alternative in HoodieSqlBaseParser.rowFormat().
The default implementation does nothing.
enterRowFormatSerde in interface HoodieSqlBaseListenerctx - the parse treepublic void exitRowFormatSerde(HoodieSqlBaseParser.RowFormatSerdeContext ctx)
rowFormatSerde
labeled alternative in HoodieSqlBaseParser.rowFormat().
The default implementation does nothing.
exitRowFormatSerde in interface HoodieSqlBaseListenerctx - the parse treepublic void enterRowFormatDelimited(HoodieSqlBaseParser.RowFormatDelimitedContext ctx)
rowFormatDelimited
labeled alternative in HoodieSqlBaseParser.rowFormat().
The default implementation does nothing.
enterRowFormatDelimited in interface HoodieSqlBaseListenerctx - the parse treepublic void exitRowFormatDelimited(HoodieSqlBaseParser.RowFormatDelimitedContext ctx)
rowFormatDelimited
labeled alternative in HoodieSqlBaseParser.rowFormat().
The default implementation does nothing.
exitRowFormatDelimited in interface HoodieSqlBaseListenerctx - the parse treepublic void enterTableIdentifier(HoodieSqlBaseParser.TableIdentifierContext ctx)
HoodieSqlBaseParser.tableIdentifier().
The default implementation does nothing.
enterTableIdentifier in interface HoodieSqlBaseListenerctx - the parse treepublic void exitTableIdentifier(HoodieSqlBaseParser.TableIdentifierContext ctx)
HoodieSqlBaseParser.tableIdentifier().
The default implementation does nothing.
exitTableIdentifier in interface HoodieSqlBaseListenerctx - the parse treepublic void enterFunctionIdentifier(HoodieSqlBaseParser.FunctionIdentifierContext ctx)
HoodieSqlBaseParser.functionIdentifier().
The default implementation does nothing.
enterFunctionIdentifier in interface HoodieSqlBaseListenerctx - the parse treepublic void exitFunctionIdentifier(HoodieSqlBaseParser.FunctionIdentifierContext ctx)
HoodieSqlBaseParser.functionIdentifier().
The default implementation does nothing.
exitFunctionIdentifier in interface HoodieSqlBaseListenerctx - the parse treepublic void enterNamedExpression(HoodieSqlBaseParser.NamedExpressionContext ctx)
HoodieSqlBaseParser.namedExpression().
The default implementation does nothing.
enterNamedExpression in interface HoodieSqlBaseListenerctx - the parse treepublic void exitNamedExpression(HoodieSqlBaseParser.NamedExpressionContext ctx)
HoodieSqlBaseParser.namedExpression().
The default implementation does nothing.
exitNamedExpression in interface HoodieSqlBaseListenerctx - the parse treepublic void enterNamedExpressionSeq(HoodieSqlBaseParser.NamedExpressionSeqContext ctx)
HoodieSqlBaseParser.namedExpressionSeq().
The default implementation does nothing.
enterNamedExpressionSeq in interface HoodieSqlBaseListenerctx - the parse treepublic void exitNamedExpressionSeq(HoodieSqlBaseParser.NamedExpressionSeqContext ctx)
HoodieSqlBaseParser.namedExpressionSeq().
The default implementation does nothing.
exitNamedExpressionSeq in interface HoodieSqlBaseListenerctx - the parse treepublic void enterExpression(HoodieSqlBaseParser.ExpressionContext ctx)
HoodieSqlBaseParser.expression().
The default implementation does nothing.
enterExpression in interface HoodieSqlBaseListenerctx - the parse treepublic void exitExpression(HoodieSqlBaseParser.ExpressionContext ctx)
HoodieSqlBaseParser.expression().
The default implementation does nothing.
exitExpression in interface HoodieSqlBaseListenerctx - the parse treepublic void enterLogicalNot(HoodieSqlBaseParser.LogicalNotContext ctx)
logicalNot
labeled alternative in HoodieSqlBaseParser.booleanExpression().
The default implementation does nothing.
enterLogicalNot in interface HoodieSqlBaseListenerctx - the parse treepublic void exitLogicalNot(HoodieSqlBaseParser.LogicalNotContext ctx)
logicalNot
labeled alternative in HoodieSqlBaseParser.booleanExpression().
The default implementation does nothing.
exitLogicalNot in interface HoodieSqlBaseListenerctx - the parse treepublic void enterPredicated(HoodieSqlBaseParser.PredicatedContext ctx)
predicated
labeled alternative in HoodieSqlBaseParser.booleanExpression().
The default implementation does nothing.
enterPredicated in interface HoodieSqlBaseListenerctx - the parse treepublic void exitPredicated(HoodieSqlBaseParser.PredicatedContext ctx)
predicated
labeled alternative in HoodieSqlBaseParser.booleanExpression().
The default implementation does nothing.
exitPredicated in interface HoodieSqlBaseListenerctx - the parse treepublic void enterExists(HoodieSqlBaseParser.ExistsContext ctx)
exists
labeled alternative in HoodieSqlBaseParser.booleanExpression().
The default implementation does nothing.
enterExists in interface HoodieSqlBaseListenerctx - the parse treepublic void exitExists(HoodieSqlBaseParser.ExistsContext ctx)
exists
labeled alternative in HoodieSqlBaseParser.booleanExpression().
The default implementation does nothing.
exitExists in interface HoodieSqlBaseListenerctx - the parse treepublic void enterLogicalBinary(HoodieSqlBaseParser.LogicalBinaryContext ctx)
logicalBinary
labeled alternative in HoodieSqlBaseParser.booleanExpression().
The default implementation does nothing.
enterLogicalBinary in interface HoodieSqlBaseListenerctx - the parse treepublic void exitLogicalBinary(HoodieSqlBaseParser.LogicalBinaryContext ctx)
logicalBinary
labeled alternative in HoodieSqlBaseParser.booleanExpression().
The default implementation does nothing.
exitLogicalBinary in interface HoodieSqlBaseListenerctx - the parse treepublic void enterPredicate(HoodieSqlBaseParser.PredicateContext ctx)
HoodieSqlBaseParser.predicate().
The default implementation does nothing.
enterPredicate in interface HoodieSqlBaseListenerctx - the parse treepublic void exitPredicate(HoodieSqlBaseParser.PredicateContext ctx)
HoodieSqlBaseParser.predicate().
The default implementation does nothing.
exitPredicate in interface HoodieSqlBaseListenerctx - the parse treepublic void enterValueExpressionDefault(HoodieSqlBaseParser.ValueExpressionDefaultContext ctx)
valueExpressionDefault
labeled alternative in HoodieSqlBaseParser.valueExpression().
The default implementation does nothing.
enterValueExpressionDefault in interface HoodieSqlBaseListenerctx - the parse treepublic void exitValueExpressionDefault(HoodieSqlBaseParser.ValueExpressionDefaultContext ctx)
valueExpressionDefault
labeled alternative in HoodieSqlBaseParser.valueExpression().
The default implementation does nothing.
exitValueExpressionDefault in interface HoodieSqlBaseListenerctx - the parse treepublic void enterComparison(HoodieSqlBaseParser.ComparisonContext ctx)
comparison
labeled alternative in HoodieSqlBaseParser.valueExpression().
The default implementation does nothing.
enterComparison in interface HoodieSqlBaseListenerctx - the parse treepublic void exitComparison(HoodieSqlBaseParser.ComparisonContext ctx)
comparison
labeled alternative in HoodieSqlBaseParser.valueExpression().
The default implementation does nothing.
exitComparison in interface HoodieSqlBaseListenerctx - the parse treepublic void enterArithmeticBinary(HoodieSqlBaseParser.ArithmeticBinaryContext ctx)
arithmeticBinary
labeled alternative in HoodieSqlBaseParser.valueExpression().
The default implementation does nothing.
enterArithmeticBinary in interface HoodieSqlBaseListenerctx - the parse treepublic void exitArithmeticBinary(HoodieSqlBaseParser.ArithmeticBinaryContext ctx)
arithmeticBinary
labeled alternative in HoodieSqlBaseParser.valueExpression().
The default implementation does nothing.
exitArithmeticBinary in interface HoodieSqlBaseListenerctx - the parse treepublic void enterArithmeticUnary(HoodieSqlBaseParser.ArithmeticUnaryContext ctx)
arithmeticUnary
labeled alternative in HoodieSqlBaseParser.valueExpression().
The default implementation does nothing.
enterArithmeticUnary in interface HoodieSqlBaseListenerctx - the parse treepublic void exitArithmeticUnary(HoodieSqlBaseParser.ArithmeticUnaryContext ctx)
arithmeticUnary
labeled alternative in HoodieSqlBaseParser.valueExpression().
The default implementation does nothing.
exitArithmeticUnary in interface HoodieSqlBaseListenerctx - the parse treepublic void enterStruct(HoodieSqlBaseParser.StructContext ctx)
struct
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterStruct in interface HoodieSqlBaseListenerctx - the parse treepublic void exitStruct(HoodieSqlBaseParser.StructContext ctx)
struct
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitStruct in interface HoodieSqlBaseListenerctx - the parse treepublic void enterDereference(HoodieSqlBaseParser.DereferenceContext ctx)
dereference
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterDereference in interface HoodieSqlBaseListenerctx - the parse treepublic void exitDereference(HoodieSqlBaseParser.DereferenceContext ctx)
dereference
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitDereference in interface HoodieSqlBaseListenerctx - the parse treepublic void enterSimpleCase(HoodieSqlBaseParser.SimpleCaseContext ctx)
simpleCase
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterSimpleCase in interface HoodieSqlBaseListenerctx - the parse treepublic void exitSimpleCase(HoodieSqlBaseParser.SimpleCaseContext ctx)
simpleCase
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitSimpleCase in interface HoodieSqlBaseListenerctx - the parse treepublic void enterColumnReference(HoodieSqlBaseParser.ColumnReferenceContext ctx)
columnReference
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterColumnReference in interface HoodieSqlBaseListenerctx - the parse treepublic void exitColumnReference(HoodieSqlBaseParser.ColumnReferenceContext ctx)
columnReference
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitColumnReference in interface HoodieSqlBaseListenerctx - the parse treepublic void enterRowConstructor(HoodieSqlBaseParser.RowConstructorContext ctx)
rowConstructor
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterRowConstructor in interface HoodieSqlBaseListenerctx - the parse treepublic void exitRowConstructor(HoodieSqlBaseParser.RowConstructorContext ctx)
rowConstructor
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitRowConstructor in interface HoodieSqlBaseListenerctx - the parse treepublic void enterLast(HoodieSqlBaseParser.LastContext ctx)
last
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterLast in interface HoodieSqlBaseListenerctx - the parse treepublic void exitLast(HoodieSqlBaseParser.LastContext ctx)
last
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitLast in interface HoodieSqlBaseListenerctx - the parse treepublic void enterStar(HoodieSqlBaseParser.StarContext ctx)
star
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterStar in interface HoodieSqlBaseListenerctx - the parse treepublic void exitStar(HoodieSqlBaseParser.StarContext ctx)
star
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitStar in interface HoodieSqlBaseListenerctx - the parse treepublic void enterSubscript(HoodieSqlBaseParser.SubscriptContext ctx)
subscript
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterSubscript in interface HoodieSqlBaseListenerctx - the parse treepublic void exitSubscript(HoodieSqlBaseParser.SubscriptContext ctx)
subscript
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitSubscript in interface HoodieSqlBaseListenerctx - the parse treepublic void enterSubqueryExpression(HoodieSqlBaseParser.SubqueryExpressionContext ctx)
subqueryExpression
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterSubqueryExpression in interface HoodieSqlBaseListenerctx - the parse treepublic void exitSubqueryExpression(HoodieSqlBaseParser.SubqueryExpressionContext ctx)
subqueryExpression
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitSubqueryExpression in interface HoodieSqlBaseListenerctx - the parse treepublic void enterCast(HoodieSqlBaseParser.CastContext ctx)
cast
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterCast in interface HoodieSqlBaseListenerctx - the parse treepublic void exitCast(HoodieSqlBaseParser.CastContext ctx)
cast
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitCast in interface HoodieSqlBaseListenerctx - the parse treepublic void enterConstantDefault(HoodieSqlBaseParser.ConstantDefaultContext ctx)
constantDefault
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterConstantDefault in interface HoodieSqlBaseListenerctx - the parse treepublic void exitConstantDefault(HoodieSqlBaseParser.ConstantDefaultContext ctx)
constantDefault
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitConstantDefault in interface HoodieSqlBaseListenerctx - the parse treepublic void enterLambda(HoodieSqlBaseParser.LambdaContext ctx)
lambda
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterLambda in interface HoodieSqlBaseListenerctx - the parse treepublic void exitLambda(HoodieSqlBaseParser.LambdaContext ctx)
lambda
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitLambda in interface HoodieSqlBaseListenerctx - the parse treepublic void enterParenthesizedExpression(HoodieSqlBaseParser.ParenthesizedExpressionContext ctx)
parenthesizedExpression
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterParenthesizedExpression in interface HoodieSqlBaseListenerctx - the parse treepublic void exitParenthesizedExpression(HoodieSqlBaseParser.ParenthesizedExpressionContext ctx)
parenthesizedExpression
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitParenthesizedExpression in interface HoodieSqlBaseListenerctx - the parse treepublic void enterExtract(HoodieSqlBaseParser.ExtractContext ctx)
extract
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterExtract in interface HoodieSqlBaseListenerctx - the parse treepublic void exitExtract(HoodieSqlBaseParser.ExtractContext ctx)
extract
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitExtract in interface HoodieSqlBaseListenerctx - the parse treepublic void enterFunctionCall(HoodieSqlBaseParser.FunctionCallContext ctx)
functionCall
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterFunctionCall in interface HoodieSqlBaseListenerctx - the parse treepublic void exitFunctionCall(HoodieSqlBaseParser.FunctionCallContext ctx)
functionCall
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitFunctionCall in interface HoodieSqlBaseListenerctx - the parse treepublic void enterSearchedCase(HoodieSqlBaseParser.SearchedCaseContext ctx)
searchedCase
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterSearchedCase in interface HoodieSqlBaseListenerctx - the parse treepublic void exitSearchedCase(HoodieSqlBaseParser.SearchedCaseContext ctx)
searchedCase
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitSearchedCase in interface HoodieSqlBaseListenerctx - the parse treepublic void enterPosition(HoodieSqlBaseParser.PositionContext ctx)
position
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterPosition in interface HoodieSqlBaseListenerctx - the parse treepublic void exitPosition(HoodieSqlBaseParser.PositionContext ctx)
position
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitPosition in interface HoodieSqlBaseListenerctx - the parse treepublic void enterFirst(HoodieSqlBaseParser.FirstContext ctx)
first
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterFirst in interface HoodieSqlBaseListenerctx - the parse treepublic void exitFirst(HoodieSqlBaseParser.FirstContext ctx)
first
labeled alternative in HoodieSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitFirst in interface HoodieSqlBaseListenerctx - the parse treepublic void enterNullLiteral(HoodieSqlBaseParser.NullLiteralContext ctx)
nullLiteral
labeled alternative in HoodieSqlBaseParser.constant().
The default implementation does nothing.
enterNullLiteral in interface HoodieSqlBaseListenerctx - the parse treepublic void exitNullLiteral(HoodieSqlBaseParser.NullLiteralContext ctx)
nullLiteral
labeled alternative in HoodieSqlBaseParser.constant().
The default implementation does nothing.
exitNullLiteral in interface HoodieSqlBaseListenerctx - the parse treepublic void enterIntervalLiteral(HoodieSqlBaseParser.IntervalLiteralContext ctx)
intervalLiteral
labeled alternative in HoodieSqlBaseParser.constant().
The default implementation does nothing.
enterIntervalLiteral in interface HoodieSqlBaseListenerctx - the parse treepublic void exitIntervalLiteral(HoodieSqlBaseParser.IntervalLiteralContext ctx)
intervalLiteral
labeled alternative in HoodieSqlBaseParser.constant().
The default implementation does nothing.
exitIntervalLiteral in interface HoodieSqlBaseListenerctx - the parse treepublic void enterTypeConstructor(HoodieSqlBaseParser.TypeConstructorContext ctx)
typeConstructor
labeled alternative in HoodieSqlBaseParser.constant().
The default implementation does nothing.
enterTypeConstructor in interface HoodieSqlBaseListenerctx - the parse treepublic void exitTypeConstructor(HoodieSqlBaseParser.TypeConstructorContext ctx)
typeConstructor
labeled alternative in HoodieSqlBaseParser.constant().
The default implementation does nothing.
exitTypeConstructor in interface HoodieSqlBaseListenerctx - the parse treepublic void enterNumericLiteral(HoodieSqlBaseParser.NumericLiteralContext ctx)
numericLiteral
labeled alternative in HoodieSqlBaseParser.constant().
The default implementation does nothing.
enterNumericLiteral in interface HoodieSqlBaseListenerctx - the parse treepublic void exitNumericLiteral(HoodieSqlBaseParser.NumericLiteralContext ctx)
numericLiteral
labeled alternative in HoodieSqlBaseParser.constant().
The default implementation does nothing.
exitNumericLiteral in interface HoodieSqlBaseListenerctx - the parse treepublic void enterBooleanLiteral(HoodieSqlBaseParser.BooleanLiteralContext ctx)
booleanLiteral
labeled alternative in HoodieSqlBaseParser.constant().
The default implementation does nothing.
enterBooleanLiteral in interface HoodieSqlBaseListenerctx - the parse treepublic void exitBooleanLiteral(HoodieSqlBaseParser.BooleanLiteralContext ctx)
booleanLiteral
labeled alternative in HoodieSqlBaseParser.constant().
The default implementation does nothing.
exitBooleanLiteral in interface HoodieSqlBaseListenerctx - the parse treepublic void enterStringLiteral(HoodieSqlBaseParser.StringLiteralContext ctx)
stringLiteral
labeled alternative in HoodieSqlBaseParser.constant().
The default implementation does nothing.
enterStringLiteral in interface HoodieSqlBaseListenerctx - the parse treepublic void exitStringLiteral(HoodieSqlBaseParser.StringLiteralContext ctx)
stringLiteral
labeled alternative in HoodieSqlBaseParser.constant().
The default implementation does nothing.
exitStringLiteral in interface HoodieSqlBaseListenerctx - the parse treepublic void enterComparisonOperator(HoodieSqlBaseParser.ComparisonOperatorContext ctx)
HoodieSqlBaseParser.comparisonOperator().
The default implementation does nothing.
enterComparisonOperator in interface HoodieSqlBaseListenerctx - the parse treepublic void exitComparisonOperator(HoodieSqlBaseParser.ComparisonOperatorContext ctx)
HoodieSqlBaseParser.comparisonOperator().
The default implementation does nothing.
exitComparisonOperator in interface HoodieSqlBaseListenerctx - the parse treepublic void enterArithmeticOperator(HoodieSqlBaseParser.ArithmeticOperatorContext ctx)
HoodieSqlBaseParser.arithmeticOperator().
The default implementation does nothing.
enterArithmeticOperator in interface HoodieSqlBaseListenerctx - the parse treepublic void exitArithmeticOperator(HoodieSqlBaseParser.ArithmeticOperatorContext ctx)
HoodieSqlBaseParser.arithmeticOperator().
The default implementation does nothing.
exitArithmeticOperator in interface HoodieSqlBaseListenerctx - the parse treepublic void enterPredicateOperator(HoodieSqlBaseParser.PredicateOperatorContext ctx)
HoodieSqlBaseParser.predicateOperator().
The default implementation does nothing.
enterPredicateOperator in interface HoodieSqlBaseListenerctx - the parse treepublic void exitPredicateOperator(HoodieSqlBaseParser.PredicateOperatorContext ctx)
HoodieSqlBaseParser.predicateOperator().
The default implementation does nothing.
exitPredicateOperator in interface HoodieSqlBaseListenerctx - the parse treepublic void enterBooleanValue(HoodieSqlBaseParser.BooleanValueContext ctx)
HoodieSqlBaseParser.booleanValue().
The default implementation does nothing.
enterBooleanValue in interface HoodieSqlBaseListenerctx - the parse treepublic void exitBooleanValue(HoodieSqlBaseParser.BooleanValueContext ctx)
HoodieSqlBaseParser.booleanValue().
The default implementation does nothing.
exitBooleanValue in interface HoodieSqlBaseListenerctx - the parse treepublic void enterInterval(HoodieSqlBaseParser.IntervalContext ctx)
HoodieSqlBaseParser.interval().
The default implementation does nothing.
enterInterval in interface HoodieSqlBaseListenerctx - the parse treepublic void exitInterval(HoodieSqlBaseParser.IntervalContext ctx)
HoodieSqlBaseParser.interval().
The default implementation does nothing.
exitInterval in interface HoodieSqlBaseListenerctx - the parse treepublic void enterIntervalField(HoodieSqlBaseParser.IntervalFieldContext ctx)
HoodieSqlBaseParser.intervalField().
The default implementation does nothing.
enterIntervalField in interface HoodieSqlBaseListenerctx - the parse treepublic void exitIntervalField(HoodieSqlBaseParser.IntervalFieldContext ctx)
HoodieSqlBaseParser.intervalField().
The default implementation does nothing.
exitIntervalField in interface HoodieSqlBaseListenerctx - the parse treepublic void enterIntervalValue(HoodieSqlBaseParser.IntervalValueContext ctx)
HoodieSqlBaseParser.intervalValue().
The default implementation does nothing.
enterIntervalValue in interface HoodieSqlBaseListenerctx - the parse treepublic void exitIntervalValue(HoodieSqlBaseParser.IntervalValueContext ctx)
HoodieSqlBaseParser.intervalValue().
The default implementation does nothing.
exitIntervalValue in interface HoodieSqlBaseListenerctx - the parse treepublic void enterColPosition(HoodieSqlBaseParser.ColPositionContext ctx)
HoodieSqlBaseParser.colPosition().
The default implementation does nothing.
enterColPosition in interface HoodieSqlBaseListenerctx - the parse treepublic void exitColPosition(HoodieSqlBaseParser.ColPositionContext ctx)
HoodieSqlBaseParser.colPosition().
The default implementation does nothing.
exitColPosition in interface HoodieSqlBaseListenerctx - the parse treepublic void enterComplexDataType(HoodieSqlBaseParser.ComplexDataTypeContext ctx)
complexDataType
labeled alternative in HoodieSqlBaseParser.dataType().
The default implementation does nothing.
enterComplexDataType in interface HoodieSqlBaseListenerctx - the parse treepublic void exitComplexDataType(HoodieSqlBaseParser.ComplexDataTypeContext ctx)
complexDataType
labeled alternative in HoodieSqlBaseParser.dataType().
The default implementation does nothing.
exitComplexDataType in interface HoodieSqlBaseListenerctx - the parse treepublic void enterPrimitiveDataType(HoodieSqlBaseParser.PrimitiveDataTypeContext ctx)
primitiveDataType
labeled alternative in HoodieSqlBaseParser.dataType().
The default implementation does nothing.
enterPrimitiveDataType in interface HoodieSqlBaseListenerctx - the parse treepublic void exitPrimitiveDataType(HoodieSqlBaseParser.PrimitiveDataTypeContext ctx)
primitiveDataType
labeled alternative in HoodieSqlBaseParser.dataType().
The default implementation does nothing.
exitPrimitiveDataType in interface HoodieSqlBaseListenerctx - the parse treepublic void enterColTypeList(HoodieSqlBaseParser.ColTypeListContext ctx)
HoodieSqlBaseParser.colTypeList().
The default implementation does nothing.
enterColTypeList in interface HoodieSqlBaseListenerctx - the parse treepublic void exitColTypeList(HoodieSqlBaseParser.ColTypeListContext ctx)
HoodieSqlBaseParser.colTypeList().
The default implementation does nothing.
exitColTypeList in interface HoodieSqlBaseListenerctx - the parse treepublic void enterColType(HoodieSqlBaseParser.ColTypeContext ctx)
HoodieSqlBaseParser.colType().
The default implementation does nothing.
enterColType in interface HoodieSqlBaseListenerctx - the parse treepublic void exitColType(HoodieSqlBaseParser.ColTypeContext ctx)
HoodieSqlBaseParser.colType().
The default implementation does nothing.
exitColType in interface HoodieSqlBaseListenerctx - the parse treepublic void enterComplexColTypeList(HoodieSqlBaseParser.ComplexColTypeListContext ctx)
HoodieSqlBaseParser.complexColTypeList().
The default implementation does nothing.
enterComplexColTypeList in interface HoodieSqlBaseListenerctx - the parse treepublic void exitComplexColTypeList(HoodieSqlBaseParser.ComplexColTypeListContext ctx)
HoodieSqlBaseParser.complexColTypeList().
The default implementation does nothing.
exitComplexColTypeList in interface HoodieSqlBaseListenerctx - the parse treepublic void enterComplexColType(HoodieSqlBaseParser.ComplexColTypeContext ctx)
HoodieSqlBaseParser.complexColType().
The default implementation does nothing.
enterComplexColType in interface HoodieSqlBaseListenerctx - the parse treepublic void exitComplexColType(HoodieSqlBaseParser.ComplexColTypeContext ctx)
HoodieSqlBaseParser.complexColType().
The default implementation does nothing.
exitComplexColType in interface HoodieSqlBaseListenerctx - the parse treepublic void enterWhenClause(HoodieSqlBaseParser.WhenClauseContext ctx)
HoodieSqlBaseParser.whenClause().
The default implementation does nothing.
enterWhenClause in interface HoodieSqlBaseListenerctx - the parse treepublic void exitWhenClause(HoodieSqlBaseParser.WhenClauseContext ctx)
HoodieSqlBaseParser.whenClause().
The default implementation does nothing.
exitWhenClause in interface HoodieSqlBaseListenerctx - the parse treepublic void enterWindows(HoodieSqlBaseParser.WindowsContext ctx)
HoodieSqlBaseParser.windows().
The default implementation does nothing.
enterWindows in interface HoodieSqlBaseListenerctx - the parse treepublic void exitWindows(HoodieSqlBaseParser.WindowsContext ctx)
HoodieSqlBaseParser.windows().
The default implementation does nothing.
exitWindows in interface HoodieSqlBaseListenerctx - the parse treepublic void enterNamedWindow(HoodieSqlBaseParser.NamedWindowContext ctx)
HoodieSqlBaseParser.namedWindow().
The default implementation does nothing.
enterNamedWindow in interface HoodieSqlBaseListenerctx - the parse treepublic void exitNamedWindow(HoodieSqlBaseParser.NamedWindowContext ctx)
HoodieSqlBaseParser.namedWindow().
The default implementation does nothing.
exitNamedWindow in interface HoodieSqlBaseListenerctx - the parse treepublic void enterWindowRef(HoodieSqlBaseParser.WindowRefContext ctx)
windowRef
labeled alternative in HoodieSqlBaseParser.windowSpec().
The default implementation does nothing.
enterWindowRef in interface HoodieSqlBaseListenerctx - the parse treepublic void exitWindowRef(HoodieSqlBaseParser.WindowRefContext ctx)
windowRef
labeled alternative in HoodieSqlBaseParser.windowSpec().
The default implementation does nothing.
exitWindowRef in interface HoodieSqlBaseListenerctx - the parse treepublic void enterWindowDef(HoodieSqlBaseParser.WindowDefContext ctx)
windowDef
labeled alternative in HoodieSqlBaseParser.windowSpec().
The default implementation does nothing.
enterWindowDef in interface HoodieSqlBaseListenerctx - the parse treepublic void exitWindowDef(HoodieSqlBaseParser.WindowDefContext ctx)
windowDef
labeled alternative in HoodieSqlBaseParser.windowSpec().
The default implementation does nothing.
exitWindowDef in interface HoodieSqlBaseListenerctx - the parse treepublic void enterWindowFrame(HoodieSqlBaseParser.WindowFrameContext ctx)
HoodieSqlBaseParser.windowFrame().
The default implementation does nothing.
enterWindowFrame in interface HoodieSqlBaseListenerctx - the parse treepublic void exitWindowFrame(HoodieSqlBaseParser.WindowFrameContext ctx)
HoodieSqlBaseParser.windowFrame().
The default implementation does nothing.
exitWindowFrame in interface HoodieSqlBaseListenerctx - the parse treepublic void enterFrameBound(HoodieSqlBaseParser.FrameBoundContext ctx)
HoodieSqlBaseParser.frameBound().
The default implementation does nothing.
enterFrameBound in interface HoodieSqlBaseListenerctx - the parse treepublic void exitFrameBound(HoodieSqlBaseParser.FrameBoundContext ctx)
HoodieSqlBaseParser.frameBound().
The default implementation does nothing.
exitFrameBound in interface HoodieSqlBaseListenerctx - the parse treepublic void enterQualifiedName(HoodieSqlBaseParser.QualifiedNameContext ctx)
HoodieSqlBaseParser.qualifiedName().
The default implementation does nothing.
enterQualifiedName in interface HoodieSqlBaseListenerctx - the parse treepublic void exitQualifiedName(HoodieSqlBaseParser.QualifiedNameContext ctx)
HoodieSqlBaseParser.qualifiedName().
The default implementation does nothing.
exitQualifiedName in interface HoodieSqlBaseListenerctx - the parse treepublic void enterIdentifier(HoodieSqlBaseParser.IdentifierContext ctx)
HoodieSqlBaseParser.identifier().
The default implementation does nothing.
enterIdentifier in interface HoodieSqlBaseListenerctx - the parse treepublic void exitIdentifier(HoodieSqlBaseParser.IdentifierContext ctx)
HoodieSqlBaseParser.identifier().
The default implementation does nothing.
exitIdentifier in interface HoodieSqlBaseListenerctx - the parse treepublic void enterUnquotedIdentifier(HoodieSqlBaseParser.UnquotedIdentifierContext ctx)
unquotedIdentifier
labeled alternative in HoodieSqlBaseParser.strictIdentifier().
The default implementation does nothing.
enterUnquotedIdentifier in interface HoodieSqlBaseListenerctx - the parse treepublic void exitUnquotedIdentifier(HoodieSqlBaseParser.UnquotedIdentifierContext ctx)
unquotedIdentifier
labeled alternative in HoodieSqlBaseParser.strictIdentifier().
The default implementation does nothing.
exitUnquotedIdentifier in interface HoodieSqlBaseListenerctx - the parse treepublic void enterQuotedIdentifierAlternative(HoodieSqlBaseParser.QuotedIdentifierAlternativeContext ctx)
quotedIdentifierAlternative
labeled alternative in HoodieSqlBaseParser.strictIdentifier().
The default implementation does nothing.
enterQuotedIdentifierAlternative in interface HoodieSqlBaseListenerctx - the parse treepublic void exitQuotedIdentifierAlternative(HoodieSqlBaseParser.QuotedIdentifierAlternativeContext ctx)
quotedIdentifierAlternative
labeled alternative in HoodieSqlBaseParser.strictIdentifier().
The default implementation does nothing.
exitQuotedIdentifierAlternative in interface HoodieSqlBaseListenerctx - the parse treepublic void enterQuotedIdentifier(HoodieSqlBaseParser.QuotedIdentifierContext ctx)
HoodieSqlBaseParser.quotedIdentifier().
The default implementation does nothing.
enterQuotedIdentifier in interface HoodieSqlBaseListenerctx - the parse treepublic void exitQuotedIdentifier(HoodieSqlBaseParser.QuotedIdentifierContext ctx)
HoodieSqlBaseParser.quotedIdentifier().
The default implementation does nothing.
exitQuotedIdentifier in interface HoodieSqlBaseListenerctx - the parse treepublic void enterDecimalLiteral(HoodieSqlBaseParser.DecimalLiteralContext ctx)
decimalLiteral
labeled alternative in HoodieSqlBaseParser.number().
The default implementation does nothing.
enterDecimalLiteral in interface HoodieSqlBaseListenerctx - the parse treepublic void exitDecimalLiteral(HoodieSqlBaseParser.DecimalLiteralContext ctx)
decimalLiteral
labeled alternative in HoodieSqlBaseParser.number().
The default implementation does nothing.
exitDecimalLiteral in interface HoodieSqlBaseListenerctx - the parse treepublic void enterIntegerLiteral(HoodieSqlBaseParser.IntegerLiteralContext ctx)
integerLiteral
labeled alternative in HoodieSqlBaseParser.number().
The default implementation does nothing.
enterIntegerLiteral in interface HoodieSqlBaseListenerctx - the parse treepublic void exitIntegerLiteral(HoodieSqlBaseParser.IntegerLiteralContext ctx)
integerLiteral
labeled alternative in HoodieSqlBaseParser.number().
The default implementation does nothing.
exitIntegerLiteral in interface HoodieSqlBaseListenerctx - the parse treepublic void enterBigIntLiteral(HoodieSqlBaseParser.BigIntLiteralContext ctx)
bigIntLiteral
labeled alternative in HoodieSqlBaseParser.number().
The default implementation does nothing.
enterBigIntLiteral in interface HoodieSqlBaseListenerctx - the parse treepublic void exitBigIntLiteral(HoodieSqlBaseParser.BigIntLiteralContext ctx)
bigIntLiteral
labeled alternative in HoodieSqlBaseParser.number().
The default implementation does nothing.
exitBigIntLiteral in interface HoodieSqlBaseListenerctx - the parse treepublic void enterSmallIntLiteral(HoodieSqlBaseParser.SmallIntLiteralContext ctx)
smallIntLiteral
labeled alternative in HoodieSqlBaseParser.number().
The default implementation does nothing.
enterSmallIntLiteral in interface HoodieSqlBaseListenerctx - the parse treepublic void exitSmallIntLiteral(HoodieSqlBaseParser.SmallIntLiteralContext ctx)
smallIntLiteral
labeled alternative in HoodieSqlBaseParser.number().
The default implementation does nothing.
exitSmallIntLiteral in interface HoodieSqlBaseListenerctx - the parse treepublic void enterTinyIntLiteral(HoodieSqlBaseParser.TinyIntLiteralContext ctx)
tinyIntLiteral
labeled alternative in HoodieSqlBaseParser.number().
The default implementation does nothing.
enterTinyIntLiteral in interface HoodieSqlBaseListenerctx - the parse treepublic void exitTinyIntLiteral(HoodieSqlBaseParser.TinyIntLiteralContext ctx)
tinyIntLiteral
labeled alternative in HoodieSqlBaseParser.number().
The default implementation does nothing.
exitTinyIntLiteral in interface HoodieSqlBaseListenerctx - the parse treepublic void enterDoubleLiteral(HoodieSqlBaseParser.DoubleLiteralContext ctx)
doubleLiteral
labeled alternative in HoodieSqlBaseParser.number().
The default implementation does nothing.
enterDoubleLiteral in interface HoodieSqlBaseListenerctx - the parse treepublic void exitDoubleLiteral(HoodieSqlBaseParser.DoubleLiteralContext ctx)
doubleLiteral
labeled alternative in HoodieSqlBaseParser.number().
The default implementation does nothing.
exitDoubleLiteral in interface HoodieSqlBaseListenerctx - the parse treepublic void enterBigDecimalLiteral(HoodieSqlBaseParser.BigDecimalLiteralContext ctx)
bigDecimalLiteral
labeled alternative in HoodieSqlBaseParser.number().
The default implementation does nothing.
enterBigDecimalLiteral in interface HoodieSqlBaseListenerctx - the parse treepublic void exitBigDecimalLiteral(HoodieSqlBaseParser.BigDecimalLiteralContext ctx)
bigDecimalLiteral
labeled alternative in HoodieSqlBaseParser.number().
The default implementation does nothing.
exitBigDecimalLiteral in interface HoodieSqlBaseListenerctx - the parse treepublic void enterNonReserved(HoodieSqlBaseParser.NonReservedContext ctx)
HoodieSqlBaseParser.nonReserved().
The default implementation does nothing.
enterNonReserved in interface HoodieSqlBaseListenerctx - the parse treepublic void exitNonReserved(HoodieSqlBaseParser.NonReservedContext ctx)
HoodieSqlBaseParser.nonReserved().
The default implementation does nothing.
exitNonReserved in interface HoodieSqlBaseListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2023 The Apache Software Foundation. All rights reserved.