public class SparkSqlBaseParserBaseListener extends Object implements SparkSqlBaseParserListener
SparkSqlBaseParserListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| 构造器和说明 |
|---|
SparkSqlBaseParserBaseListener() |
public void enterSingleStatement(SparkSqlBaseParser.SingleStatementContext ctx)
SparkSqlBaseParser.singleStatement().
The default implementation does nothing.
enterSingleStatement 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSingleStatement(SparkSqlBaseParser.SingleStatementContext ctx)
SparkSqlBaseParser.singleStatement().
The default implementation does nothing.
exitSingleStatement 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSingleExpression(SparkSqlBaseParser.SingleExpressionContext ctx)
SparkSqlBaseParser.singleExpression().
The default implementation does nothing.
enterSingleExpression 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSingleExpression(SparkSqlBaseParser.SingleExpressionContext ctx)
SparkSqlBaseParser.singleExpression().
The default implementation does nothing.
exitSingleExpression 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSingleTableIdentifier(SparkSqlBaseParser.SingleTableIdentifierContext ctx)
SparkSqlBaseParser.singleTableIdentifier().
The default implementation does nothing.
enterSingleTableIdentifier 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSingleTableIdentifier(SparkSqlBaseParser.SingleTableIdentifierContext ctx)
SparkSqlBaseParser.singleTableIdentifier().
The default implementation does nothing.
exitSingleTableIdentifier 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSingleMultipartIdentifier(SparkSqlBaseParser.SingleMultipartIdentifierContext ctx)
SparkSqlBaseParser.singleMultipartIdentifier().
The default implementation does nothing.
enterSingleMultipartIdentifier 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSingleMultipartIdentifier(SparkSqlBaseParser.SingleMultipartIdentifierContext ctx)
SparkSqlBaseParser.singleMultipartIdentifier().
The default implementation does nothing.
exitSingleMultipartIdentifier 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSingleFunctionIdentifier(SparkSqlBaseParser.SingleFunctionIdentifierContext ctx)
SparkSqlBaseParser.singleFunctionIdentifier().
The default implementation does nothing.
enterSingleFunctionIdentifier 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSingleFunctionIdentifier(SparkSqlBaseParser.SingleFunctionIdentifierContext ctx)
SparkSqlBaseParser.singleFunctionIdentifier().
The default implementation does nothing.
exitSingleFunctionIdentifier 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSingleDataType(SparkSqlBaseParser.SingleDataTypeContext ctx)
SparkSqlBaseParser.singleDataType().
The default implementation does nothing.
enterSingleDataType 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSingleDataType(SparkSqlBaseParser.SingleDataTypeContext ctx)
SparkSqlBaseParser.singleDataType().
The default implementation does nothing.
exitSingleDataType 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSingleTableSchema(SparkSqlBaseParser.SingleTableSchemaContext ctx)
SparkSqlBaseParser.singleTableSchema().
The default implementation does nothing.
enterSingleTableSchema 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSingleTableSchema(SparkSqlBaseParser.SingleTableSchemaContext ctx)
SparkSqlBaseParser.singleTableSchema().
The default implementation does nothing.
exitSingleTableSchema 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterStatementDefault(SparkSqlBaseParser.StatementDefaultContext ctx)
statementDefault
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterStatementDefault 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitStatementDefault(SparkSqlBaseParser.StatementDefaultContext ctx)
statementDefault
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitStatementDefault 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterDmlStatement(SparkSqlBaseParser.DmlStatementContext ctx)
dmlStatement
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterDmlStatement 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitDmlStatement(SparkSqlBaseParser.DmlStatementContext ctx)
dmlStatement
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitDmlStatement 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterUse(SparkSqlBaseParser.UseContext ctx)
use
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterUse 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitUse(SparkSqlBaseParser.UseContext ctx)
use
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitUse 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterUseNamespace(SparkSqlBaseParser.UseNamespaceContext ctx)
useNamespace
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterUseNamespace 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitUseNamespace(SparkSqlBaseParser.UseNamespaceContext ctx)
useNamespace
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitUseNamespace 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSetCatalog(SparkSqlBaseParser.SetCatalogContext ctx)
setCatalog
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterSetCatalog 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSetCatalog(SparkSqlBaseParser.SetCatalogContext ctx)
setCatalog
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitSetCatalog 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterCreateNamespace(SparkSqlBaseParser.CreateNamespaceContext ctx)
createNamespace
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterCreateNamespace 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitCreateNamespace(SparkSqlBaseParser.CreateNamespaceContext ctx)
createNamespace
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitCreateNamespace 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSetNamespaceProperties(SparkSqlBaseParser.SetNamespacePropertiesContext ctx)
setNamespaceProperties
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterSetNamespaceProperties 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSetNamespaceProperties(SparkSqlBaseParser.SetNamespacePropertiesContext ctx)
setNamespaceProperties
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitSetNamespaceProperties 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSetNamespaceLocation(SparkSqlBaseParser.SetNamespaceLocationContext ctx)
setNamespaceLocation
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterSetNamespaceLocation 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSetNamespaceLocation(SparkSqlBaseParser.SetNamespaceLocationContext ctx)
setNamespaceLocation
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitSetNamespaceLocation 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterDropNamespace(SparkSqlBaseParser.DropNamespaceContext ctx)
dropNamespace
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterDropNamespace 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitDropNamespace(SparkSqlBaseParser.DropNamespaceContext ctx)
dropNamespace
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitDropNamespace 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterShowNamespaces(SparkSqlBaseParser.ShowNamespacesContext ctx)
showNamespaces
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterShowNamespaces 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitShowNamespaces(SparkSqlBaseParser.ShowNamespacesContext ctx)
showNamespaces
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitShowNamespaces 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterCreateTable(SparkSqlBaseParser.CreateTableContext ctx)
createTable
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterCreateTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitCreateTable(SparkSqlBaseParser.CreateTableContext ctx)
createTable
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitCreateTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterCreateTableLike(SparkSqlBaseParser.CreateTableLikeContext ctx)
createTableLike
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterCreateTableLike 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitCreateTableLike(SparkSqlBaseParser.CreateTableLikeContext ctx)
createTableLike
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitCreateTableLike 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterReplaceTable(SparkSqlBaseParser.ReplaceTableContext ctx)
replaceTable
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterReplaceTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitReplaceTable(SparkSqlBaseParser.ReplaceTableContext ctx)
replaceTable
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitReplaceTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterAnalyze(SparkSqlBaseParser.AnalyzeContext ctx)
analyze
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterAnalyze 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitAnalyze(SparkSqlBaseParser.AnalyzeContext ctx)
analyze
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitAnalyze 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterAnalyzeTables(SparkSqlBaseParser.AnalyzeTablesContext ctx)
analyzeTables
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterAnalyzeTables 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitAnalyzeTables(SparkSqlBaseParser.AnalyzeTablesContext ctx)
analyzeTables
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitAnalyzeTables 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterAddTableColumns(SparkSqlBaseParser.AddTableColumnsContext ctx)
addTableColumns
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterAddTableColumns 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitAddTableColumns(SparkSqlBaseParser.AddTableColumnsContext ctx)
addTableColumns
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitAddTableColumns 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterRenameTableColumn(SparkSqlBaseParser.RenameTableColumnContext ctx)
renameTableColumn
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterRenameTableColumn 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitRenameTableColumn(SparkSqlBaseParser.RenameTableColumnContext ctx)
renameTableColumn
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitRenameTableColumn 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterDropTableColumns(SparkSqlBaseParser.DropTableColumnsContext ctx)
dropTableColumns
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterDropTableColumns 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitDropTableColumns(SparkSqlBaseParser.DropTableColumnsContext ctx)
dropTableColumns
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitDropTableColumns 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterRenameTable(SparkSqlBaseParser.RenameTableContext ctx)
renameTable
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterRenameTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitRenameTable(SparkSqlBaseParser.RenameTableContext ctx)
renameTable
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitRenameTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterTouchTable(SparkSqlBaseParser.TouchTableContext ctx)
touchTable
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterTouchTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitTouchTable(SparkSqlBaseParser.TouchTableContext ctx)
touchTable
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitTouchTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSetTableProperties(SparkSqlBaseParser.SetTablePropertiesContext ctx)
setTableProperties
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterSetTableProperties 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSetTableProperties(SparkSqlBaseParser.SetTablePropertiesContext ctx)
setTableProperties
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitSetTableProperties 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterUnsetTableProperties(SparkSqlBaseParser.UnsetTablePropertiesContext ctx)
unsetTableProperties
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterUnsetTableProperties 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitUnsetTableProperties(SparkSqlBaseParser.UnsetTablePropertiesContext ctx)
unsetTableProperties
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitUnsetTableProperties 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterAlterTableAlterColumn(SparkSqlBaseParser.AlterTableAlterColumnContext ctx)
alterTableAlterColumn
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterAlterTableAlterColumn 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitAlterTableAlterColumn(SparkSqlBaseParser.AlterTableAlterColumnContext ctx)
alterTableAlterColumn
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitAlterTableAlterColumn 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterHiveChangeColumn(SparkSqlBaseParser.HiveChangeColumnContext ctx)
hiveChangeColumn
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterHiveChangeColumn 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitHiveChangeColumn(SparkSqlBaseParser.HiveChangeColumnContext ctx)
hiveChangeColumn
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitHiveChangeColumn 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterHiveReplaceColumns(SparkSqlBaseParser.HiveReplaceColumnsContext ctx)
hiveReplaceColumns
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterHiveReplaceColumns 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitHiveReplaceColumns(SparkSqlBaseParser.HiveReplaceColumnsContext ctx)
hiveReplaceColumns
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitHiveReplaceColumns 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSetTableSerDe(SparkSqlBaseParser.SetTableSerDeContext ctx)
setTableSerDe
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterSetTableSerDe 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSetTableSerDe(SparkSqlBaseParser.SetTableSerDeContext ctx)
setTableSerDe
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitSetTableSerDe 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterAddTablePartition(SparkSqlBaseParser.AddTablePartitionContext ctx)
addTablePartition
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterAddTablePartition 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitAddTablePartition(SparkSqlBaseParser.AddTablePartitionContext ctx)
addTablePartition
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitAddTablePartition 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterRenameTablePartition(SparkSqlBaseParser.RenameTablePartitionContext ctx)
renameTablePartition
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterRenameTablePartition 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitRenameTablePartition(SparkSqlBaseParser.RenameTablePartitionContext ctx)
renameTablePartition
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitRenameTablePartition 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterDropTablePartitions(SparkSqlBaseParser.DropTablePartitionsContext ctx)
dropTablePartitions
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterDropTablePartitions 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitDropTablePartitions(SparkSqlBaseParser.DropTablePartitionsContext ctx)
dropTablePartitions
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitDropTablePartitions 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSetTableLocation(SparkSqlBaseParser.SetTableLocationContext ctx)
setTableLocation
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterSetTableLocation 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSetTableLocation(SparkSqlBaseParser.SetTableLocationContext ctx)
setTableLocation
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitSetTableLocation 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterRecoverPartitions(SparkSqlBaseParser.RecoverPartitionsContext ctx)
recoverPartitions
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterRecoverPartitions 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitRecoverPartitions(SparkSqlBaseParser.RecoverPartitionsContext ctx)
recoverPartitions
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitRecoverPartitions 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterDropTable(SparkSqlBaseParser.DropTableContext ctx)
dropTable
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterDropTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitDropTable(SparkSqlBaseParser.DropTableContext ctx)
dropTable
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitDropTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterDropView(SparkSqlBaseParser.DropViewContext ctx)
dropView
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterDropView 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitDropView(SparkSqlBaseParser.DropViewContext ctx)
dropView
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitDropView 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterCreateView(SparkSqlBaseParser.CreateViewContext ctx)
createView
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterCreateView 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitCreateView(SparkSqlBaseParser.CreateViewContext ctx)
createView
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitCreateView 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterCreateTempViewUsing(SparkSqlBaseParser.CreateTempViewUsingContext ctx)
createTempViewUsing
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterCreateTempViewUsing 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitCreateTempViewUsing(SparkSqlBaseParser.CreateTempViewUsingContext ctx)
createTempViewUsing
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitCreateTempViewUsing 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterAlterViewQuery(SparkSqlBaseParser.AlterViewQueryContext ctx)
alterViewQuery
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterAlterViewQuery 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitAlterViewQuery(SparkSqlBaseParser.AlterViewQueryContext ctx)
alterViewQuery
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitAlterViewQuery 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterCreateFunction(SparkSqlBaseParser.CreateFunctionContext ctx)
createFunction
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterCreateFunction 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitCreateFunction(SparkSqlBaseParser.CreateFunctionContext ctx)
createFunction
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitCreateFunction 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterDropFunction(SparkSqlBaseParser.DropFunctionContext ctx)
dropFunction
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterDropFunction 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitDropFunction(SparkSqlBaseParser.DropFunctionContext ctx)
dropFunction
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitDropFunction 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterExplain(SparkSqlBaseParser.ExplainContext ctx)
explain
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterExplain 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitExplain(SparkSqlBaseParser.ExplainContext ctx)
explain
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitExplain 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterShowTables(SparkSqlBaseParser.ShowTablesContext ctx)
showTables
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterShowTables 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitShowTables(SparkSqlBaseParser.ShowTablesContext ctx)
showTables
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitShowTables 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterShowTableExtended(SparkSqlBaseParser.ShowTableExtendedContext ctx)
showTableExtended
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterShowTableExtended 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitShowTableExtended(SparkSqlBaseParser.ShowTableExtendedContext ctx)
showTableExtended
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitShowTableExtended 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterShowTblProperties(SparkSqlBaseParser.ShowTblPropertiesContext ctx)
showTblProperties
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterShowTblProperties 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitShowTblProperties(SparkSqlBaseParser.ShowTblPropertiesContext ctx)
showTblProperties
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitShowTblProperties 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterShowColumns(SparkSqlBaseParser.ShowColumnsContext ctx)
showColumns
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterShowColumns 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitShowColumns(SparkSqlBaseParser.ShowColumnsContext ctx)
showColumns
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitShowColumns 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterShowViews(SparkSqlBaseParser.ShowViewsContext ctx)
showViews
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterShowViews 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitShowViews(SparkSqlBaseParser.ShowViewsContext ctx)
showViews
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitShowViews 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterShowPartitions(SparkSqlBaseParser.ShowPartitionsContext ctx)
showPartitions
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterShowPartitions 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitShowPartitions(SparkSqlBaseParser.ShowPartitionsContext ctx)
showPartitions
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitShowPartitions 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterShowFunctions(SparkSqlBaseParser.ShowFunctionsContext ctx)
showFunctions
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterShowFunctions 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitShowFunctions(SparkSqlBaseParser.ShowFunctionsContext ctx)
showFunctions
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitShowFunctions 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterShowCreateTable(SparkSqlBaseParser.ShowCreateTableContext ctx)
showCreateTable
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterShowCreateTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitShowCreateTable(SparkSqlBaseParser.ShowCreateTableContext ctx)
showCreateTable
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitShowCreateTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterShowCurrentNamespace(SparkSqlBaseParser.ShowCurrentNamespaceContext ctx)
showCurrentNamespace
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterShowCurrentNamespace 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitShowCurrentNamespace(SparkSqlBaseParser.ShowCurrentNamespaceContext ctx)
showCurrentNamespace
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitShowCurrentNamespace 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterShowCatalogs(SparkSqlBaseParser.ShowCatalogsContext ctx)
showCatalogs
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterShowCatalogs 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitShowCatalogs(SparkSqlBaseParser.ShowCatalogsContext ctx)
showCatalogs
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitShowCatalogs 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterDescribeFunction(SparkSqlBaseParser.DescribeFunctionContext ctx)
describeFunction
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterDescribeFunction 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitDescribeFunction(SparkSqlBaseParser.DescribeFunctionContext ctx)
describeFunction
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitDescribeFunction 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterDescribeNamespace(SparkSqlBaseParser.DescribeNamespaceContext ctx)
describeNamespace
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterDescribeNamespace 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitDescribeNamespace(SparkSqlBaseParser.DescribeNamespaceContext ctx)
describeNamespace
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitDescribeNamespace 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterDescribeRelation(SparkSqlBaseParser.DescribeRelationContext ctx)
describeRelation
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterDescribeRelation 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitDescribeRelation(SparkSqlBaseParser.DescribeRelationContext ctx)
describeRelation
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitDescribeRelation 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterDescribeQuery(SparkSqlBaseParser.DescribeQueryContext ctx)
describeQuery
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterDescribeQuery 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitDescribeQuery(SparkSqlBaseParser.DescribeQueryContext ctx)
describeQuery
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitDescribeQuery 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterCommentNamespace(SparkSqlBaseParser.CommentNamespaceContext ctx)
commentNamespace
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterCommentNamespace 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitCommentNamespace(SparkSqlBaseParser.CommentNamespaceContext ctx)
commentNamespace
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitCommentNamespace 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterCommentTable(SparkSqlBaseParser.CommentTableContext ctx)
commentTable
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterCommentTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitCommentTable(SparkSqlBaseParser.CommentTableContext ctx)
commentTable
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitCommentTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterRefreshTable(SparkSqlBaseParser.RefreshTableContext ctx)
refreshTable
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterRefreshTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitRefreshTable(SparkSqlBaseParser.RefreshTableContext ctx)
refreshTable
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitRefreshTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterRefreshFunction(SparkSqlBaseParser.RefreshFunctionContext ctx)
refreshFunction
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterRefreshFunction 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitRefreshFunction(SparkSqlBaseParser.RefreshFunctionContext ctx)
refreshFunction
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitRefreshFunction 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterRefreshResource(SparkSqlBaseParser.RefreshResourceContext ctx)
refreshResource
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterRefreshResource 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitRefreshResource(SparkSqlBaseParser.RefreshResourceContext ctx)
refreshResource
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitRefreshResource 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterCacheTable(SparkSqlBaseParser.CacheTableContext ctx)
cacheTable
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterCacheTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitCacheTable(SparkSqlBaseParser.CacheTableContext ctx)
cacheTable
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitCacheTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterUncacheTable(SparkSqlBaseParser.UncacheTableContext ctx)
uncacheTable
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterUncacheTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitUncacheTable(SparkSqlBaseParser.UncacheTableContext ctx)
uncacheTable
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitUncacheTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterClearCache(SparkSqlBaseParser.ClearCacheContext ctx)
clearCache
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterClearCache 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitClearCache(SparkSqlBaseParser.ClearCacheContext ctx)
clearCache
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitClearCache 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterLoadData(SparkSqlBaseParser.LoadDataContext ctx)
loadData
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterLoadData 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitLoadData(SparkSqlBaseParser.LoadDataContext ctx)
loadData
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitLoadData 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterTruncateTable(SparkSqlBaseParser.TruncateTableContext ctx)
truncateTable
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterTruncateTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitTruncateTable(SparkSqlBaseParser.TruncateTableContext ctx)
truncateTable
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitTruncateTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterRepairTable(SparkSqlBaseParser.RepairTableContext ctx)
repairTable
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterRepairTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitRepairTable(SparkSqlBaseParser.RepairTableContext ctx)
repairTable
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitRepairTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterManageResource(SparkSqlBaseParser.ManageResourceContext ctx)
manageResource
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterManageResource 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitManageResource(SparkSqlBaseParser.ManageResourceContext ctx)
manageResource
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitManageResource 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterFailNativeCommand(SparkSqlBaseParser.FailNativeCommandContext ctx)
failNativeCommand
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterFailNativeCommand 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitFailNativeCommand(SparkSqlBaseParser.FailNativeCommandContext ctx)
failNativeCommand
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitFailNativeCommand 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSetTimeZone(SparkSqlBaseParser.SetTimeZoneContext ctx)
setTimeZone
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterSetTimeZone 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSetTimeZone(SparkSqlBaseParser.SetTimeZoneContext ctx)
setTimeZone
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitSetTimeZone 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSetQuotedConfiguration(SparkSqlBaseParser.SetQuotedConfigurationContext ctx)
setQuotedConfiguration
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterSetQuotedConfiguration 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSetQuotedConfiguration(SparkSqlBaseParser.SetQuotedConfigurationContext ctx)
setQuotedConfiguration
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitSetQuotedConfiguration 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSetConfiguration(SparkSqlBaseParser.SetConfigurationContext ctx)
setConfiguration
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterSetConfiguration 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSetConfiguration(SparkSqlBaseParser.SetConfigurationContext ctx)
setConfiguration
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitSetConfiguration 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterResetQuotedConfiguration(SparkSqlBaseParser.ResetQuotedConfigurationContext ctx)
resetQuotedConfiguration
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterResetQuotedConfiguration 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitResetQuotedConfiguration(SparkSqlBaseParser.ResetQuotedConfigurationContext ctx)
resetQuotedConfiguration
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitResetQuotedConfiguration 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterResetConfiguration(SparkSqlBaseParser.ResetConfigurationContext ctx)
resetConfiguration
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterResetConfiguration 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitResetConfiguration(SparkSqlBaseParser.ResetConfigurationContext ctx)
resetConfiguration
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitResetConfiguration 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterCreateIndex(SparkSqlBaseParser.CreateIndexContext ctx)
createIndex
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterCreateIndex 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitCreateIndex(SparkSqlBaseParser.CreateIndexContext ctx)
createIndex
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitCreateIndex 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterDropIndex(SparkSqlBaseParser.DropIndexContext ctx)
dropIndex
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterDropIndex 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitDropIndex(SparkSqlBaseParser.DropIndexContext ctx)
dropIndex
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitDropIndex 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterMergeTable(SparkSqlBaseParser.MergeTableContext ctx)
mergeTable
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterMergeTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitMergeTable(SparkSqlBaseParser.MergeTableContext ctx)
mergeTable
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitMergeTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterLoadTempTable(SparkSqlBaseParser.LoadTempTableContext ctx)
loadTempTable
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterLoadTempTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitLoadTempTable(SparkSqlBaseParser.LoadTempTableContext ctx)
loadTempTable
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitLoadTempTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterExportTable(SparkSqlBaseParser.ExportTableContext ctx)
exportTable
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterExportTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitExportTable(SparkSqlBaseParser.ExportTableContext ctx)
exportTable
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitExportTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterDtunnelExpr(SparkSqlBaseParser.DtunnelExprContext ctx)
dtunnelExpr
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterDtunnelExpr 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitDtunnelExpr(SparkSqlBaseParser.DtunnelExprContext ctx)
dtunnelExpr
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitDtunnelExpr 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterCall(SparkSqlBaseParser.CallContext ctx)
call
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
enterCall 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitCall(SparkSqlBaseParser.CallContext ctx)
call
labeled alternative in SparkSqlBaseParser.statement().
The default implementation does nothing.
exitCall 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterConfigKey(SparkSqlBaseParser.ConfigKeyContext ctx)
SparkSqlBaseParser.configKey().
The default implementation does nothing.
enterConfigKey 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitConfigKey(SparkSqlBaseParser.ConfigKeyContext ctx)
SparkSqlBaseParser.configKey().
The default implementation does nothing.
exitConfigKey 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterConfigValue(SparkSqlBaseParser.ConfigValueContext ctx)
SparkSqlBaseParser.configValue().
The default implementation does nothing.
enterConfigValue 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitConfigValue(SparkSqlBaseParser.ConfigValueContext ctx)
SparkSqlBaseParser.configValue().
The default implementation does nothing.
exitConfigValue 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterPositionalArgument(SparkSqlBaseParser.PositionalArgumentContext ctx)
positionalArgument
labeled alternative in SparkSqlBaseParser.callArgument().
The default implementation does nothing.
enterPositionalArgument 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitPositionalArgument(SparkSqlBaseParser.PositionalArgumentContext ctx)
positionalArgument
labeled alternative in SparkSqlBaseParser.callArgument().
The default implementation does nothing.
exitPositionalArgument 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterNamedArgument(SparkSqlBaseParser.NamedArgumentContext ctx)
namedArgument
labeled alternative in SparkSqlBaseParser.callArgument().
The default implementation does nothing.
enterNamedArgument 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitNamedArgument(SparkSqlBaseParser.NamedArgumentContext ctx)
namedArgument
labeled alternative in SparkSqlBaseParser.callArgument().
The default implementation does nothing.
exitNamedArgument 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterDtPropertyList(SparkSqlBaseParser.DtPropertyListContext ctx)
SparkSqlBaseParser.dtPropertyList().
The default implementation does nothing.
enterDtPropertyList 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitDtPropertyList(SparkSqlBaseParser.DtPropertyListContext ctx)
SparkSqlBaseParser.dtPropertyList().
The default implementation does nothing.
exitDtPropertyList 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterDtProperty(SparkSqlBaseParser.DtPropertyContext ctx)
SparkSqlBaseParser.dtProperty().
The default implementation does nothing.
enterDtProperty 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitDtProperty(SparkSqlBaseParser.DtPropertyContext ctx)
SparkSqlBaseParser.dtProperty().
The default implementation does nothing.
exitDtProperty 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterDtPropertyKey(SparkSqlBaseParser.DtPropertyKeyContext ctx)
SparkSqlBaseParser.dtPropertyKey().
The default implementation does nothing.
enterDtPropertyKey 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitDtPropertyKey(SparkSqlBaseParser.DtPropertyKeyContext ctx)
SparkSqlBaseParser.dtPropertyKey().
The default implementation does nothing.
exitDtPropertyKey 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterDtPropertyValue(SparkSqlBaseParser.DtPropertyValueContext ctx)
SparkSqlBaseParser.dtPropertyValue().
The default implementation does nothing.
enterDtPropertyValue 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitDtPropertyValue(SparkSqlBaseParser.DtPropertyValueContext ctx)
SparkSqlBaseParser.dtPropertyValue().
The default implementation does nothing.
exitDtPropertyValue 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterUnsupportedHiveNativeCommands(SparkSqlBaseParser.UnsupportedHiveNativeCommandsContext ctx)
SparkSqlBaseParser.unsupportedHiveNativeCommands().
The default implementation does nothing.
enterUnsupportedHiveNativeCommands 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitUnsupportedHiveNativeCommands(SparkSqlBaseParser.UnsupportedHiveNativeCommandsContext ctx)
SparkSqlBaseParser.unsupportedHiveNativeCommands().
The default implementation does nothing.
exitUnsupportedHiveNativeCommands 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterCreateTableHeader(SparkSqlBaseParser.CreateTableHeaderContext ctx)
SparkSqlBaseParser.createTableHeader().
The default implementation does nothing.
enterCreateTableHeader 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitCreateTableHeader(SparkSqlBaseParser.CreateTableHeaderContext ctx)
SparkSqlBaseParser.createTableHeader().
The default implementation does nothing.
exitCreateTableHeader 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterReplaceTableHeader(SparkSqlBaseParser.ReplaceTableHeaderContext ctx)
SparkSqlBaseParser.replaceTableHeader().
The default implementation does nothing.
enterReplaceTableHeader 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitReplaceTableHeader(SparkSqlBaseParser.ReplaceTableHeaderContext ctx)
SparkSqlBaseParser.replaceTableHeader().
The default implementation does nothing.
exitReplaceTableHeader 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterPrimaryKeyExpr(SparkSqlBaseParser.PrimaryKeyExprContext ctx)
SparkSqlBaseParser.primaryKeyExpr().
The default implementation does nothing.
enterPrimaryKeyExpr 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitPrimaryKeyExpr(SparkSqlBaseParser.PrimaryKeyExprContext ctx)
SparkSqlBaseParser.primaryKeyExpr().
The default implementation does nothing.
exitPrimaryKeyExpr 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterPrimaryColumnNames(SparkSqlBaseParser.PrimaryColumnNamesContext ctx)
SparkSqlBaseParser.primaryColumnNames().
The default implementation does nothing.
enterPrimaryColumnNames 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitPrimaryColumnNames(SparkSqlBaseParser.PrimaryColumnNamesContext ctx)
SparkSqlBaseParser.primaryColumnNames().
The default implementation does nothing.
exitPrimaryColumnNames 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterBucketSpec(SparkSqlBaseParser.BucketSpecContext ctx)
SparkSqlBaseParser.bucketSpec().
The default implementation does nothing.
enterBucketSpec 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitBucketSpec(SparkSqlBaseParser.BucketSpecContext ctx)
SparkSqlBaseParser.bucketSpec().
The default implementation does nothing.
exitBucketSpec 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSkewSpec(SparkSqlBaseParser.SkewSpecContext ctx)
SparkSqlBaseParser.skewSpec().
The default implementation does nothing.
enterSkewSpec 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSkewSpec(SparkSqlBaseParser.SkewSpecContext ctx)
SparkSqlBaseParser.skewSpec().
The default implementation does nothing.
exitSkewSpec 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterLocationSpec(SparkSqlBaseParser.LocationSpecContext ctx)
SparkSqlBaseParser.locationSpec().
The default implementation does nothing.
enterLocationSpec 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitLocationSpec(SparkSqlBaseParser.LocationSpecContext ctx)
SparkSqlBaseParser.locationSpec().
The default implementation does nothing.
exitLocationSpec 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterCommentSpec(SparkSqlBaseParser.CommentSpecContext ctx)
SparkSqlBaseParser.commentSpec().
The default implementation does nothing.
enterCommentSpec 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitCommentSpec(SparkSqlBaseParser.CommentSpecContext ctx)
SparkSqlBaseParser.commentSpec().
The default implementation does nothing.
exitCommentSpec 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterQuery(SparkSqlBaseParser.QueryContext ctx)
SparkSqlBaseParser.query().
The default implementation does nothing.
enterQuery 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitQuery(SparkSqlBaseParser.QueryContext ctx)
SparkSqlBaseParser.query().
The default implementation does nothing.
exitQuery 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterInsertOverwriteTable(SparkSqlBaseParser.InsertOverwriteTableContext ctx)
insertOverwriteTable
labeled alternative in SparkSqlBaseParser.insertInto().
The default implementation does nothing.
enterInsertOverwriteTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitInsertOverwriteTable(SparkSqlBaseParser.InsertOverwriteTableContext ctx)
insertOverwriteTable
labeled alternative in SparkSqlBaseParser.insertInto().
The default implementation does nothing.
exitInsertOverwriteTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterInsertIntoTable(SparkSqlBaseParser.InsertIntoTableContext ctx)
insertIntoTable
labeled alternative in SparkSqlBaseParser.insertInto().
The default implementation does nothing.
enterInsertIntoTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitInsertIntoTable(SparkSqlBaseParser.InsertIntoTableContext ctx)
insertIntoTable
labeled alternative in SparkSqlBaseParser.insertInto().
The default implementation does nothing.
exitInsertIntoTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterInsertOverwriteHiveDir(SparkSqlBaseParser.InsertOverwriteHiveDirContext ctx)
insertOverwriteHiveDir
labeled alternative in SparkSqlBaseParser.insertInto().
The default implementation does nothing.
enterInsertOverwriteHiveDir 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitInsertOverwriteHiveDir(SparkSqlBaseParser.InsertOverwriteHiveDirContext ctx)
insertOverwriteHiveDir
labeled alternative in SparkSqlBaseParser.insertInto().
The default implementation does nothing.
exitInsertOverwriteHiveDir 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterInsertOverwriteDir(SparkSqlBaseParser.InsertOverwriteDirContext ctx)
insertOverwriteDir
labeled alternative in SparkSqlBaseParser.insertInto().
The default implementation does nothing.
enterInsertOverwriteDir 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitInsertOverwriteDir(SparkSqlBaseParser.InsertOverwriteDirContext ctx)
insertOverwriteDir
labeled alternative in SparkSqlBaseParser.insertInto().
The default implementation does nothing.
exitInsertOverwriteDir 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterPartitionSpecLocation(SparkSqlBaseParser.PartitionSpecLocationContext ctx)
SparkSqlBaseParser.partitionSpecLocation().
The default implementation does nothing.
enterPartitionSpecLocation 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitPartitionSpecLocation(SparkSqlBaseParser.PartitionSpecLocationContext ctx)
SparkSqlBaseParser.partitionSpecLocation().
The default implementation does nothing.
exitPartitionSpecLocation 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterPartitionSpec(SparkSqlBaseParser.PartitionSpecContext ctx)
SparkSqlBaseParser.partitionSpec().
The default implementation does nothing.
enterPartitionSpec 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitPartitionSpec(SparkSqlBaseParser.PartitionSpecContext ctx)
SparkSqlBaseParser.partitionSpec().
The default implementation does nothing.
exitPartitionSpec 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterPartitionVal(SparkSqlBaseParser.PartitionValContext ctx)
SparkSqlBaseParser.partitionVal().
The default implementation does nothing.
enterPartitionVal 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitPartitionVal(SparkSqlBaseParser.PartitionValContext ctx)
SparkSqlBaseParser.partitionVal().
The default implementation does nothing.
exitPartitionVal 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterNamespace(SparkSqlBaseParser.NamespaceContext ctx)
SparkSqlBaseParser.namespace().
The default implementation does nothing.
enterNamespace 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitNamespace(SparkSqlBaseParser.NamespaceContext ctx)
SparkSqlBaseParser.namespace().
The default implementation does nothing.
exitNamespace 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterNamespaces(SparkSqlBaseParser.NamespacesContext ctx)
SparkSqlBaseParser.namespaces().
The default implementation does nothing.
enterNamespaces 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitNamespaces(SparkSqlBaseParser.NamespacesContext ctx)
SparkSqlBaseParser.namespaces().
The default implementation does nothing.
exitNamespaces 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterDescribeFuncName(SparkSqlBaseParser.DescribeFuncNameContext ctx)
SparkSqlBaseParser.describeFuncName().
The default implementation does nothing.
enterDescribeFuncName 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitDescribeFuncName(SparkSqlBaseParser.DescribeFuncNameContext ctx)
SparkSqlBaseParser.describeFuncName().
The default implementation does nothing.
exitDescribeFuncName 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterDescribeColName(SparkSqlBaseParser.DescribeColNameContext ctx)
SparkSqlBaseParser.describeColName().
The default implementation does nothing.
enterDescribeColName 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitDescribeColName(SparkSqlBaseParser.DescribeColNameContext ctx)
SparkSqlBaseParser.describeColName().
The default implementation does nothing.
exitDescribeColName 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterCtes(SparkSqlBaseParser.CtesContext ctx)
SparkSqlBaseParser.ctes().
The default implementation does nothing.
enterCtes 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitCtes(SparkSqlBaseParser.CtesContext ctx)
SparkSqlBaseParser.ctes().
The default implementation does nothing.
exitCtes 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterNamedQuery(SparkSqlBaseParser.NamedQueryContext ctx)
SparkSqlBaseParser.namedQuery().
The default implementation does nothing.
enterNamedQuery 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitNamedQuery(SparkSqlBaseParser.NamedQueryContext ctx)
SparkSqlBaseParser.namedQuery().
The default implementation does nothing.
exitNamedQuery 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterTableProvider(SparkSqlBaseParser.TableProviderContext ctx)
SparkSqlBaseParser.tableProvider().
The default implementation does nothing.
enterTableProvider 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitTableProvider(SparkSqlBaseParser.TableProviderContext ctx)
SparkSqlBaseParser.tableProvider().
The default implementation does nothing.
exitTableProvider 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterCreateTableClauses(SparkSqlBaseParser.CreateTableClausesContext ctx)
SparkSqlBaseParser.createTableClauses().
The default implementation does nothing.
enterCreateTableClauses 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitCreateTableClauses(SparkSqlBaseParser.CreateTableClausesContext ctx)
SparkSqlBaseParser.createTableClauses().
The default implementation does nothing.
exitCreateTableClauses 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterPropertyList(SparkSqlBaseParser.PropertyListContext ctx)
SparkSqlBaseParser.propertyList().
The default implementation does nothing.
enterPropertyList 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitPropertyList(SparkSqlBaseParser.PropertyListContext ctx)
SparkSqlBaseParser.propertyList().
The default implementation does nothing.
exitPropertyList 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterProperty(SparkSqlBaseParser.PropertyContext ctx)
SparkSqlBaseParser.property().
The default implementation does nothing.
enterProperty 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitProperty(SparkSqlBaseParser.PropertyContext ctx)
SparkSqlBaseParser.property().
The default implementation does nothing.
exitProperty 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterPropertyKey(SparkSqlBaseParser.PropertyKeyContext ctx)
SparkSqlBaseParser.propertyKey().
The default implementation does nothing.
enterPropertyKey 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitPropertyKey(SparkSqlBaseParser.PropertyKeyContext ctx)
SparkSqlBaseParser.propertyKey().
The default implementation does nothing.
exitPropertyKey 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterPropertyValue(SparkSqlBaseParser.PropertyValueContext ctx)
SparkSqlBaseParser.propertyValue().
The default implementation does nothing.
enterPropertyValue 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitPropertyValue(SparkSqlBaseParser.PropertyValueContext ctx)
SparkSqlBaseParser.propertyValue().
The default implementation does nothing.
exitPropertyValue 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterConstantList(SparkSqlBaseParser.ConstantListContext ctx)
SparkSqlBaseParser.constantList().
The default implementation does nothing.
enterConstantList 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitConstantList(SparkSqlBaseParser.ConstantListContext ctx)
SparkSqlBaseParser.constantList().
The default implementation does nothing.
exitConstantList 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterNestedConstantList(SparkSqlBaseParser.NestedConstantListContext ctx)
SparkSqlBaseParser.nestedConstantList().
The default implementation does nothing.
enterNestedConstantList 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitNestedConstantList(SparkSqlBaseParser.NestedConstantListContext ctx)
SparkSqlBaseParser.nestedConstantList().
The default implementation does nothing.
exitNestedConstantList 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterCreateFileFormat(SparkSqlBaseParser.CreateFileFormatContext ctx)
SparkSqlBaseParser.createFileFormat().
The default implementation does nothing.
enterCreateFileFormat 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitCreateFileFormat(SparkSqlBaseParser.CreateFileFormatContext ctx)
SparkSqlBaseParser.createFileFormat().
The default implementation does nothing.
exitCreateFileFormat 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterTableFileFormat(SparkSqlBaseParser.TableFileFormatContext ctx)
tableFileFormat
labeled alternative in SparkSqlBaseParser.fileFormat().
The default implementation does nothing.
enterTableFileFormat 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitTableFileFormat(SparkSqlBaseParser.TableFileFormatContext ctx)
tableFileFormat
labeled alternative in SparkSqlBaseParser.fileFormat().
The default implementation does nothing.
exitTableFileFormat 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterGenericFileFormat(SparkSqlBaseParser.GenericFileFormatContext ctx)
genericFileFormat
labeled alternative in SparkSqlBaseParser.fileFormat().
The default implementation does nothing.
enterGenericFileFormat 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitGenericFileFormat(SparkSqlBaseParser.GenericFileFormatContext ctx)
genericFileFormat
labeled alternative in SparkSqlBaseParser.fileFormat().
The default implementation does nothing.
exitGenericFileFormat 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterStorageHandler(SparkSqlBaseParser.StorageHandlerContext ctx)
SparkSqlBaseParser.storageHandler().
The default implementation does nothing.
enterStorageHandler 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitStorageHandler(SparkSqlBaseParser.StorageHandlerContext ctx)
SparkSqlBaseParser.storageHandler().
The default implementation does nothing.
exitStorageHandler 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterResource(SparkSqlBaseParser.ResourceContext ctx)
SparkSqlBaseParser.resource().
The default implementation does nothing.
enterResource 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitResource(SparkSqlBaseParser.ResourceContext ctx)
SparkSqlBaseParser.resource().
The default implementation does nothing.
exitResource 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSingleInsertQuery(SparkSqlBaseParser.SingleInsertQueryContext ctx)
singleInsertQuery
labeled alternative in SparkSqlBaseParser.dmlStatementNoWith().
The default implementation does nothing.
enterSingleInsertQuery 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSingleInsertQuery(SparkSqlBaseParser.SingleInsertQueryContext ctx)
singleInsertQuery
labeled alternative in SparkSqlBaseParser.dmlStatementNoWith().
The default implementation does nothing.
exitSingleInsertQuery 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterMultiInsertQuery(SparkSqlBaseParser.MultiInsertQueryContext ctx)
multiInsertQuery
labeled alternative in SparkSqlBaseParser.dmlStatementNoWith().
The default implementation does nothing.
enterMultiInsertQuery 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitMultiInsertQuery(SparkSqlBaseParser.MultiInsertQueryContext ctx)
multiInsertQuery
labeled alternative in SparkSqlBaseParser.dmlStatementNoWith().
The default implementation does nothing.
exitMultiInsertQuery 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterDeleteFromTable(SparkSqlBaseParser.DeleteFromTableContext ctx)
deleteFromTable
labeled alternative in SparkSqlBaseParser.dmlStatementNoWith().
The default implementation does nothing.
enterDeleteFromTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitDeleteFromTable(SparkSqlBaseParser.DeleteFromTableContext ctx)
deleteFromTable
labeled alternative in SparkSqlBaseParser.dmlStatementNoWith().
The default implementation does nothing.
exitDeleteFromTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterUpdateTable(SparkSqlBaseParser.UpdateTableContext ctx)
updateTable
labeled alternative in SparkSqlBaseParser.dmlStatementNoWith().
The default implementation does nothing.
enterUpdateTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitUpdateTable(SparkSqlBaseParser.UpdateTableContext ctx)
updateTable
labeled alternative in SparkSqlBaseParser.dmlStatementNoWith().
The default implementation does nothing.
exitUpdateTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterMergeIntoTable(SparkSqlBaseParser.MergeIntoTableContext ctx)
mergeIntoTable
labeled alternative in SparkSqlBaseParser.dmlStatementNoWith().
The default implementation does nothing.
enterMergeIntoTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitMergeIntoTable(SparkSqlBaseParser.MergeIntoTableContext ctx)
mergeIntoTable
labeled alternative in SparkSqlBaseParser.dmlStatementNoWith().
The default implementation does nothing.
exitMergeIntoTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterQueryOrganization(SparkSqlBaseParser.QueryOrganizationContext ctx)
SparkSqlBaseParser.queryOrganization().
The default implementation does nothing.
enterQueryOrganization 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitQueryOrganization(SparkSqlBaseParser.QueryOrganizationContext ctx)
SparkSqlBaseParser.queryOrganization().
The default implementation does nothing.
exitQueryOrganization 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterMultiInsertQueryBody(SparkSqlBaseParser.MultiInsertQueryBodyContext ctx)
SparkSqlBaseParser.multiInsertQueryBody().
The default implementation does nothing.
enterMultiInsertQueryBody 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitMultiInsertQueryBody(SparkSqlBaseParser.MultiInsertQueryBodyContext ctx)
SparkSqlBaseParser.multiInsertQueryBody().
The default implementation does nothing.
exitMultiInsertQueryBody 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterQueryTermDefault(SparkSqlBaseParser.QueryTermDefaultContext ctx)
queryTermDefault
labeled alternative in SparkSqlBaseParser.queryTerm().
The default implementation does nothing.
enterQueryTermDefault 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitQueryTermDefault(SparkSqlBaseParser.QueryTermDefaultContext ctx)
queryTermDefault
labeled alternative in SparkSqlBaseParser.queryTerm().
The default implementation does nothing.
exitQueryTermDefault 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSetOperation(SparkSqlBaseParser.SetOperationContext ctx)
setOperation
labeled alternative in SparkSqlBaseParser.queryTerm().
The default implementation does nothing.
enterSetOperation 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSetOperation(SparkSqlBaseParser.SetOperationContext ctx)
setOperation
labeled alternative in SparkSqlBaseParser.queryTerm().
The default implementation does nothing.
exitSetOperation 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterQueryPrimaryDefault(SparkSqlBaseParser.QueryPrimaryDefaultContext ctx)
queryPrimaryDefault
labeled alternative in SparkSqlBaseParser.queryPrimary().
The default implementation does nothing.
enterQueryPrimaryDefault 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitQueryPrimaryDefault(SparkSqlBaseParser.QueryPrimaryDefaultContext ctx)
queryPrimaryDefault
labeled alternative in SparkSqlBaseParser.queryPrimary().
The default implementation does nothing.
exitQueryPrimaryDefault 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterFromStmt(SparkSqlBaseParser.FromStmtContext ctx)
fromStmt
labeled alternative in SparkSqlBaseParser.queryPrimary().
The default implementation does nothing.
enterFromStmt 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitFromStmt(SparkSqlBaseParser.FromStmtContext ctx)
fromStmt
labeled alternative in SparkSqlBaseParser.queryPrimary().
The default implementation does nothing.
exitFromStmt 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterTable(SparkSqlBaseParser.TableContext ctx)
table
labeled alternative in SparkSqlBaseParser.queryPrimary().
The default implementation does nothing.
enterTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitTable(SparkSqlBaseParser.TableContext ctx)
table
labeled alternative in SparkSqlBaseParser.queryPrimary().
The default implementation does nothing.
exitTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterInlineTableDefault1(SparkSqlBaseParser.InlineTableDefault1Context ctx)
inlineTableDefault1
labeled alternative in SparkSqlBaseParser.queryPrimary().
The default implementation does nothing.
enterInlineTableDefault1 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitInlineTableDefault1(SparkSqlBaseParser.InlineTableDefault1Context ctx)
inlineTableDefault1
labeled alternative in SparkSqlBaseParser.queryPrimary().
The default implementation does nothing.
exitInlineTableDefault1 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSubquery(SparkSqlBaseParser.SubqueryContext ctx)
subquery
labeled alternative in SparkSqlBaseParser.queryPrimary().
The default implementation does nothing.
enterSubquery 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSubquery(SparkSqlBaseParser.SubqueryContext ctx)
subquery
labeled alternative in SparkSqlBaseParser.queryPrimary().
The default implementation does nothing.
exitSubquery 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSortItem(SparkSqlBaseParser.SortItemContext ctx)
SparkSqlBaseParser.sortItem().
The default implementation does nothing.
enterSortItem 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSortItem(SparkSqlBaseParser.SortItemContext ctx)
SparkSqlBaseParser.sortItem().
The default implementation does nothing.
exitSortItem 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterFromStatement(SparkSqlBaseParser.FromStatementContext ctx)
SparkSqlBaseParser.fromStatement().
The default implementation does nothing.
enterFromStatement 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitFromStatement(SparkSqlBaseParser.FromStatementContext ctx)
SparkSqlBaseParser.fromStatement().
The default implementation does nothing.
exitFromStatement 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterFromStatementBody(SparkSqlBaseParser.FromStatementBodyContext ctx)
SparkSqlBaseParser.fromStatementBody().
The default implementation does nothing.
enterFromStatementBody 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitFromStatementBody(SparkSqlBaseParser.FromStatementBodyContext ctx)
SparkSqlBaseParser.fromStatementBody().
The default implementation does nothing.
exitFromStatementBody 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterTransformQuerySpecification(SparkSqlBaseParser.TransformQuerySpecificationContext ctx)
transformQuerySpecification
labeled alternative in SparkSqlBaseParser.querySpecification().
The default implementation does nothing.
enterTransformQuerySpecification 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitTransformQuerySpecification(SparkSqlBaseParser.TransformQuerySpecificationContext ctx)
transformQuerySpecification
labeled alternative in SparkSqlBaseParser.querySpecification().
The default implementation does nothing.
exitTransformQuerySpecification 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterRegularQuerySpecification(SparkSqlBaseParser.RegularQuerySpecificationContext ctx)
regularQuerySpecification
labeled alternative in SparkSqlBaseParser.querySpecification().
The default implementation does nothing.
enterRegularQuerySpecification 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitRegularQuerySpecification(SparkSqlBaseParser.RegularQuerySpecificationContext ctx)
regularQuerySpecification
labeled alternative in SparkSqlBaseParser.querySpecification().
The default implementation does nothing.
exitRegularQuerySpecification 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterTransformClause(SparkSqlBaseParser.TransformClauseContext ctx)
SparkSqlBaseParser.transformClause().
The default implementation does nothing.
enterTransformClause 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitTransformClause(SparkSqlBaseParser.TransformClauseContext ctx)
SparkSqlBaseParser.transformClause().
The default implementation does nothing.
exitTransformClause 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSelectClause(SparkSqlBaseParser.SelectClauseContext ctx)
SparkSqlBaseParser.selectClause().
The default implementation does nothing.
enterSelectClause 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSelectClause(SparkSqlBaseParser.SelectClauseContext ctx)
SparkSqlBaseParser.selectClause().
The default implementation does nothing.
exitSelectClause 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSetClause(SparkSqlBaseParser.SetClauseContext ctx)
SparkSqlBaseParser.setClause().
The default implementation does nothing.
enterSetClause 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSetClause(SparkSqlBaseParser.SetClauseContext ctx)
SparkSqlBaseParser.setClause().
The default implementation does nothing.
exitSetClause 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterMatchedClause(SparkSqlBaseParser.MatchedClauseContext ctx)
SparkSqlBaseParser.matchedClause().
The default implementation does nothing.
enterMatchedClause 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitMatchedClause(SparkSqlBaseParser.MatchedClauseContext ctx)
SparkSqlBaseParser.matchedClause().
The default implementation does nothing.
exitMatchedClause 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterNotMatchedClause(SparkSqlBaseParser.NotMatchedClauseContext ctx)
SparkSqlBaseParser.notMatchedClause().
The default implementation does nothing.
enterNotMatchedClause 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitNotMatchedClause(SparkSqlBaseParser.NotMatchedClauseContext ctx)
SparkSqlBaseParser.notMatchedClause().
The default implementation does nothing.
exitNotMatchedClause 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterMatchedAction(SparkSqlBaseParser.MatchedActionContext ctx)
SparkSqlBaseParser.matchedAction().
The default implementation does nothing.
enterMatchedAction 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitMatchedAction(SparkSqlBaseParser.MatchedActionContext ctx)
SparkSqlBaseParser.matchedAction().
The default implementation does nothing.
exitMatchedAction 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterNotMatchedAction(SparkSqlBaseParser.NotMatchedActionContext ctx)
SparkSqlBaseParser.notMatchedAction().
The default implementation does nothing.
enterNotMatchedAction 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitNotMatchedAction(SparkSqlBaseParser.NotMatchedActionContext ctx)
SparkSqlBaseParser.notMatchedAction().
The default implementation does nothing.
exitNotMatchedAction 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterAssignmentList(SparkSqlBaseParser.AssignmentListContext ctx)
SparkSqlBaseParser.assignmentList().
The default implementation does nothing.
enterAssignmentList 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitAssignmentList(SparkSqlBaseParser.AssignmentListContext ctx)
SparkSqlBaseParser.assignmentList().
The default implementation does nothing.
exitAssignmentList 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterAssignment(SparkSqlBaseParser.AssignmentContext ctx)
SparkSqlBaseParser.assignment().
The default implementation does nothing.
enterAssignment 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitAssignment(SparkSqlBaseParser.AssignmentContext ctx)
SparkSqlBaseParser.assignment().
The default implementation does nothing.
exitAssignment 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterWhereClause(SparkSqlBaseParser.WhereClauseContext ctx)
SparkSqlBaseParser.whereClause().
The default implementation does nothing.
enterWhereClause 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitWhereClause(SparkSqlBaseParser.WhereClauseContext ctx)
SparkSqlBaseParser.whereClause().
The default implementation does nothing.
exitWhereClause 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterHavingClause(SparkSqlBaseParser.HavingClauseContext ctx)
SparkSqlBaseParser.havingClause().
The default implementation does nothing.
enterHavingClause 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitHavingClause(SparkSqlBaseParser.HavingClauseContext ctx)
SparkSqlBaseParser.havingClause().
The default implementation does nothing.
exitHavingClause 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterHint(SparkSqlBaseParser.HintContext ctx)
SparkSqlBaseParser.hint().
The default implementation does nothing.
enterHint 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitHint(SparkSqlBaseParser.HintContext ctx)
SparkSqlBaseParser.hint().
The default implementation does nothing.
exitHint 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterHintStatement(SparkSqlBaseParser.HintStatementContext ctx)
SparkSqlBaseParser.hintStatement().
The default implementation does nothing.
enterHintStatement 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitHintStatement(SparkSqlBaseParser.HintStatementContext ctx)
SparkSqlBaseParser.hintStatement().
The default implementation does nothing.
exitHintStatement 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterFromClause(SparkSqlBaseParser.FromClauseContext ctx)
SparkSqlBaseParser.fromClause().
The default implementation does nothing.
enterFromClause 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitFromClause(SparkSqlBaseParser.FromClauseContext ctx)
SparkSqlBaseParser.fromClause().
The default implementation does nothing.
exitFromClause 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterTemporalClause(SparkSqlBaseParser.TemporalClauseContext ctx)
SparkSqlBaseParser.temporalClause().
The default implementation does nothing.
enterTemporalClause 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitTemporalClause(SparkSqlBaseParser.TemporalClauseContext ctx)
SparkSqlBaseParser.temporalClause().
The default implementation does nothing.
exitTemporalClause 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterAggregationClause(SparkSqlBaseParser.AggregationClauseContext ctx)
SparkSqlBaseParser.aggregationClause().
The default implementation does nothing.
enterAggregationClause 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitAggregationClause(SparkSqlBaseParser.AggregationClauseContext ctx)
SparkSqlBaseParser.aggregationClause().
The default implementation does nothing.
exitAggregationClause 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterGroupByClause(SparkSqlBaseParser.GroupByClauseContext ctx)
SparkSqlBaseParser.groupByClause().
The default implementation does nothing.
enterGroupByClause 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitGroupByClause(SparkSqlBaseParser.GroupByClauseContext ctx)
SparkSqlBaseParser.groupByClause().
The default implementation does nothing.
exitGroupByClause 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterGroupingAnalytics(SparkSqlBaseParser.GroupingAnalyticsContext ctx)
SparkSqlBaseParser.groupingAnalytics().
The default implementation does nothing.
enterGroupingAnalytics 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitGroupingAnalytics(SparkSqlBaseParser.GroupingAnalyticsContext ctx)
SparkSqlBaseParser.groupingAnalytics().
The default implementation does nothing.
exitGroupingAnalytics 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterGroupingElement(SparkSqlBaseParser.GroupingElementContext ctx)
SparkSqlBaseParser.groupingElement().
The default implementation does nothing.
enterGroupingElement 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitGroupingElement(SparkSqlBaseParser.GroupingElementContext ctx)
SparkSqlBaseParser.groupingElement().
The default implementation does nothing.
exitGroupingElement 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterGroupingSet(SparkSqlBaseParser.GroupingSetContext ctx)
SparkSqlBaseParser.groupingSet().
The default implementation does nothing.
enterGroupingSet 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitGroupingSet(SparkSqlBaseParser.GroupingSetContext ctx)
SparkSqlBaseParser.groupingSet().
The default implementation does nothing.
exitGroupingSet 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterPivotClause(SparkSqlBaseParser.PivotClauseContext ctx)
SparkSqlBaseParser.pivotClause().
The default implementation does nothing.
enterPivotClause 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitPivotClause(SparkSqlBaseParser.PivotClauseContext ctx)
SparkSqlBaseParser.pivotClause().
The default implementation does nothing.
exitPivotClause 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterPivotColumn(SparkSqlBaseParser.PivotColumnContext ctx)
SparkSqlBaseParser.pivotColumn().
The default implementation does nothing.
enterPivotColumn 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitPivotColumn(SparkSqlBaseParser.PivotColumnContext ctx)
SparkSqlBaseParser.pivotColumn().
The default implementation does nothing.
exitPivotColumn 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterPivotValue(SparkSqlBaseParser.PivotValueContext ctx)
SparkSqlBaseParser.pivotValue().
The default implementation does nothing.
enterPivotValue 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitPivotValue(SparkSqlBaseParser.PivotValueContext ctx)
SparkSqlBaseParser.pivotValue().
The default implementation does nothing.
exitPivotValue 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterLateralView(SparkSqlBaseParser.LateralViewContext ctx)
SparkSqlBaseParser.lateralView().
The default implementation does nothing.
enterLateralView 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitLateralView(SparkSqlBaseParser.LateralViewContext ctx)
SparkSqlBaseParser.lateralView().
The default implementation does nothing.
exitLateralView 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSetQuantifier(SparkSqlBaseParser.SetQuantifierContext ctx)
SparkSqlBaseParser.setQuantifier().
The default implementation does nothing.
enterSetQuantifier 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSetQuantifier(SparkSqlBaseParser.SetQuantifierContext ctx)
SparkSqlBaseParser.setQuantifier().
The default implementation does nothing.
exitSetQuantifier 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterRelation(SparkSqlBaseParser.RelationContext ctx)
SparkSqlBaseParser.relation().
The default implementation does nothing.
enterRelation 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitRelation(SparkSqlBaseParser.RelationContext ctx)
SparkSqlBaseParser.relation().
The default implementation does nothing.
exitRelation 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterJoinRelation(SparkSqlBaseParser.JoinRelationContext ctx)
SparkSqlBaseParser.joinRelation().
The default implementation does nothing.
enterJoinRelation 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitJoinRelation(SparkSqlBaseParser.JoinRelationContext ctx)
SparkSqlBaseParser.joinRelation().
The default implementation does nothing.
exitJoinRelation 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterJoinType(SparkSqlBaseParser.JoinTypeContext ctx)
SparkSqlBaseParser.joinType().
The default implementation does nothing.
enterJoinType 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitJoinType(SparkSqlBaseParser.JoinTypeContext ctx)
SparkSqlBaseParser.joinType().
The default implementation does nothing.
exitJoinType 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterJoinCriteria(SparkSqlBaseParser.JoinCriteriaContext ctx)
SparkSqlBaseParser.joinCriteria().
The default implementation does nothing.
enterJoinCriteria 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitJoinCriteria(SparkSqlBaseParser.JoinCriteriaContext ctx)
SparkSqlBaseParser.joinCriteria().
The default implementation does nothing.
exitJoinCriteria 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSample(SparkSqlBaseParser.SampleContext ctx)
SparkSqlBaseParser.sample().
The default implementation does nothing.
enterSample 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSample(SparkSqlBaseParser.SampleContext ctx)
SparkSqlBaseParser.sample().
The default implementation does nothing.
exitSample 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSampleByPercentile(SparkSqlBaseParser.SampleByPercentileContext ctx)
sampleByPercentile
labeled alternative in SparkSqlBaseParser.sampleMethod().
The default implementation does nothing.
enterSampleByPercentile 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSampleByPercentile(SparkSqlBaseParser.SampleByPercentileContext ctx)
sampleByPercentile
labeled alternative in SparkSqlBaseParser.sampleMethod().
The default implementation does nothing.
exitSampleByPercentile 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSampleByRows(SparkSqlBaseParser.SampleByRowsContext ctx)
sampleByRows
labeled alternative in SparkSqlBaseParser.sampleMethod().
The default implementation does nothing.
enterSampleByRows 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSampleByRows(SparkSqlBaseParser.SampleByRowsContext ctx)
sampleByRows
labeled alternative in SparkSqlBaseParser.sampleMethod().
The default implementation does nothing.
exitSampleByRows 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSampleByBucket(SparkSqlBaseParser.SampleByBucketContext ctx)
sampleByBucket
labeled alternative in SparkSqlBaseParser.sampleMethod().
The default implementation does nothing.
enterSampleByBucket 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSampleByBucket(SparkSqlBaseParser.SampleByBucketContext ctx)
sampleByBucket
labeled alternative in SparkSqlBaseParser.sampleMethod().
The default implementation does nothing.
exitSampleByBucket 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSampleByBytes(SparkSqlBaseParser.SampleByBytesContext ctx)
sampleByBytes
labeled alternative in SparkSqlBaseParser.sampleMethod().
The default implementation does nothing.
enterSampleByBytes 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSampleByBytes(SparkSqlBaseParser.SampleByBytesContext ctx)
sampleByBytes
labeled alternative in SparkSqlBaseParser.sampleMethod().
The default implementation does nothing.
exitSampleByBytes 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterIdentifierList(SparkSqlBaseParser.IdentifierListContext ctx)
SparkSqlBaseParser.identifierList().
The default implementation does nothing.
enterIdentifierList 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitIdentifierList(SparkSqlBaseParser.IdentifierListContext ctx)
SparkSqlBaseParser.identifierList().
The default implementation does nothing.
exitIdentifierList 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterIdentifierSeq(SparkSqlBaseParser.IdentifierSeqContext ctx)
SparkSqlBaseParser.identifierSeq().
The default implementation does nothing.
enterIdentifierSeq 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitIdentifierSeq(SparkSqlBaseParser.IdentifierSeqContext ctx)
SparkSqlBaseParser.identifierSeq().
The default implementation does nothing.
exitIdentifierSeq 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterOrderedIdentifierList(SparkSqlBaseParser.OrderedIdentifierListContext ctx)
SparkSqlBaseParser.orderedIdentifierList().
The default implementation does nothing.
enterOrderedIdentifierList 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitOrderedIdentifierList(SparkSqlBaseParser.OrderedIdentifierListContext ctx)
SparkSqlBaseParser.orderedIdentifierList().
The default implementation does nothing.
exitOrderedIdentifierList 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterOrderedIdentifier(SparkSqlBaseParser.OrderedIdentifierContext ctx)
SparkSqlBaseParser.orderedIdentifier().
The default implementation does nothing.
enterOrderedIdentifier 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitOrderedIdentifier(SparkSqlBaseParser.OrderedIdentifierContext ctx)
SparkSqlBaseParser.orderedIdentifier().
The default implementation does nothing.
exitOrderedIdentifier 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterIdentifierCommentList(SparkSqlBaseParser.IdentifierCommentListContext ctx)
SparkSqlBaseParser.identifierCommentList().
The default implementation does nothing.
enterIdentifierCommentList 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitIdentifierCommentList(SparkSqlBaseParser.IdentifierCommentListContext ctx)
SparkSqlBaseParser.identifierCommentList().
The default implementation does nothing.
exitIdentifierCommentList 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterIdentifierComment(SparkSqlBaseParser.IdentifierCommentContext ctx)
SparkSqlBaseParser.identifierComment().
The default implementation does nothing.
enterIdentifierComment 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitIdentifierComment(SparkSqlBaseParser.IdentifierCommentContext ctx)
SparkSqlBaseParser.identifierComment().
The default implementation does nothing.
exitIdentifierComment 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterTableName(SparkSqlBaseParser.TableNameContext ctx)
tableName
labeled alternative in SparkSqlBaseParser.relationPrimary().
The default implementation does nothing.
enterTableName 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitTableName(SparkSqlBaseParser.TableNameContext ctx)
tableName
labeled alternative in SparkSqlBaseParser.relationPrimary().
The default implementation does nothing.
exitTableName 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterAliasedQuery(SparkSqlBaseParser.AliasedQueryContext ctx)
aliasedQuery
labeled alternative in SparkSqlBaseParser.relationPrimary().
The default implementation does nothing.
enterAliasedQuery 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitAliasedQuery(SparkSqlBaseParser.AliasedQueryContext ctx)
aliasedQuery
labeled alternative in SparkSqlBaseParser.relationPrimary().
The default implementation does nothing.
exitAliasedQuery 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterAliasedRelation(SparkSqlBaseParser.AliasedRelationContext ctx)
aliasedRelation
labeled alternative in SparkSqlBaseParser.relationPrimary().
The default implementation does nothing.
enterAliasedRelation 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitAliasedRelation(SparkSqlBaseParser.AliasedRelationContext ctx)
aliasedRelation
labeled alternative in SparkSqlBaseParser.relationPrimary().
The default implementation does nothing.
exitAliasedRelation 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterInlineTableDefault2(SparkSqlBaseParser.InlineTableDefault2Context ctx)
inlineTableDefault2
labeled alternative in SparkSqlBaseParser.relationPrimary().
The default implementation does nothing.
enterInlineTableDefault2 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitInlineTableDefault2(SparkSqlBaseParser.InlineTableDefault2Context ctx)
inlineTableDefault2
labeled alternative in SparkSqlBaseParser.relationPrimary().
The default implementation does nothing.
exitInlineTableDefault2 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterTableValuedFunction(SparkSqlBaseParser.TableValuedFunctionContext ctx)
tableValuedFunction
labeled alternative in SparkSqlBaseParser.relationPrimary().
The default implementation does nothing.
enterTableValuedFunction 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitTableValuedFunction(SparkSqlBaseParser.TableValuedFunctionContext ctx)
tableValuedFunction
labeled alternative in SparkSqlBaseParser.relationPrimary().
The default implementation does nothing.
exitTableValuedFunction 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterInlineTable(SparkSqlBaseParser.InlineTableContext ctx)
SparkSqlBaseParser.inlineTable().
The default implementation does nothing.
enterInlineTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitInlineTable(SparkSqlBaseParser.InlineTableContext ctx)
SparkSqlBaseParser.inlineTable().
The default implementation does nothing.
exitInlineTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterFunctionTable(SparkSqlBaseParser.FunctionTableContext ctx)
SparkSqlBaseParser.functionTable().
The default implementation does nothing.
enterFunctionTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitFunctionTable(SparkSqlBaseParser.FunctionTableContext ctx)
SparkSqlBaseParser.functionTable().
The default implementation does nothing.
exitFunctionTable 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterTableAlias(SparkSqlBaseParser.TableAliasContext ctx)
SparkSqlBaseParser.tableAlias().
The default implementation does nothing.
enterTableAlias 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitTableAlias(SparkSqlBaseParser.TableAliasContext ctx)
SparkSqlBaseParser.tableAlias().
The default implementation does nothing.
exitTableAlias 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterRowFormatSerde(SparkSqlBaseParser.RowFormatSerdeContext ctx)
rowFormatSerde
labeled alternative in SparkSqlBaseParser.rowFormat().
The default implementation does nothing.
enterRowFormatSerde 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitRowFormatSerde(SparkSqlBaseParser.RowFormatSerdeContext ctx)
rowFormatSerde
labeled alternative in SparkSqlBaseParser.rowFormat().
The default implementation does nothing.
exitRowFormatSerde 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterRowFormatDelimited(SparkSqlBaseParser.RowFormatDelimitedContext ctx)
rowFormatDelimited
labeled alternative in SparkSqlBaseParser.rowFormat().
The default implementation does nothing.
enterRowFormatDelimited 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitRowFormatDelimited(SparkSqlBaseParser.RowFormatDelimitedContext ctx)
rowFormatDelimited
labeled alternative in SparkSqlBaseParser.rowFormat().
The default implementation does nothing.
exitRowFormatDelimited 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterMultipartIdentifierList(SparkSqlBaseParser.MultipartIdentifierListContext ctx)
SparkSqlBaseParser.multipartIdentifierList().
The default implementation does nothing.
enterMultipartIdentifierList 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitMultipartIdentifierList(SparkSqlBaseParser.MultipartIdentifierListContext ctx)
SparkSqlBaseParser.multipartIdentifierList().
The default implementation does nothing.
exitMultipartIdentifierList 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterMultipartIdentifier(SparkSqlBaseParser.MultipartIdentifierContext ctx)
SparkSqlBaseParser.multipartIdentifier().
The default implementation does nothing.
enterMultipartIdentifier 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitMultipartIdentifier(SparkSqlBaseParser.MultipartIdentifierContext ctx)
SparkSqlBaseParser.multipartIdentifier().
The default implementation does nothing.
exitMultipartIdentifier 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterMultipartIdentifierPropertyList(SparkSqlBaseParser.MultipartIdentifierPropertyListContext ctx)
SparkSqlBaseParser.multipartIdentifierPropertyList().
The default implementation does nothing.
enterMultipartIdentifierPropertyList 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitMultipartIdentifierPropertyList(SparkSqlBaseParser.MultipartIdentifierPropertyListContext ctx)
SparkSqlBaseParser.multipartIdentifierPropertyList().
The default implementation does nothing.
exitMultipartIdentifierPropertyList 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterMultipartIdentifierProperty(SparkSqlBaseParser.MultipartIdentifierPropertyContext ctx)
SparkSqlBaseParser.multipartIdentifierProperty().
The default implementation does nothing.
enterMultipartIdentifierProperty 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitMultipartIdentifierProperty(SparkSqlBaseParser.MultipartIdentifierPropertyContext ctx)
SparkSqlBaseParser.multipartIdentifierProperty().
The default implementation does nothing.
exitMultipartIdentifierProperty 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterTableIdentifier(SparkSqlBaseParser.TableIdentifierContext ctx)
SparkSqlBaseParser.tableIdentifier().
The default implementation does nothing.
enterTableIdentifier 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitTableIdentifier(SparkSqlBaseParser.TableIdentifierContext ctx)
SparkSqlBaseParser.tableIdentifier().
The default implementation does nothing.
exitTableIdentifier 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterFunctionIdentifier(SparkSqlBaseParser.FunctionIdentifierContext ctx)
SparkSqlBaseParser.functionIdentifier().
The default implementation does nothing.
enterFunctionIdentifier 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitFunctionIdentifier(SparkSqlBaseParser.FunctionIdentifierContext ctx)
SparkSqlBaseParser.functionIdentifier().
The default implementation does nothing.
exitFunctionIdentifier 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterNamedExpression(SparkSqlBaseParser.NamedExpressionContext ctx)
SparkSqlBaseParser.namedExpression().
The default implementation does nothing.
enterNamedExpression 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitNamedExpression(SparkSqlBaseParser.NamedExpressionContext ctx)
SparkSqlBaseParser.namedExpression().
The default implementation does nothing.
exitNamedExpression 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterNamedExpressionSeq(SparkSqlBaseParser.NamedExpressionSeqContext ctx)
SparkSqlBaseParser.namedExpressionSeq().
The default implementation does nothing.
enterNamedExpressionSeq 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitNamedExpressionSeq(SparkSqlBaseParser.NamedExpressionSeqContext ctx)
SparkSqlBaseParser.namedExpressionSeq().
The default implementation does nothing.
exitNamedExpressionSeq 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterPartitionFieldList(SparkSqlBaseParser.PartitionFieldListContext ctx)
SparkSqlBaseParser.partitionFieldList().
The default implementation does nothing.
enterPartitionFieldList 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitPartitionFieldList(SparkSqlBaseParser.PartitionFieldListContext ctx)
SparkSqlBaseParser.partitionFieldList().
The default implementation does nothing.
exitPartitionFieldList 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterPartitionTransform(SparkSqlBaseParser.PartitionTransformContext ctx)
partitionTransform
labeled alternative in SparkSqlBaseParser.partitionField().
The default implementation does nothing.
enterPartitionTransform 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitPartitionTransform(SparkSqlBaseParser.PartitionTransformContext ctx)
partitionTransform
labeled alternative in SparkSqlBaseParser.partitionField().
The default implementation does nothing.
exitPartitionTransform 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterPartitionColumn(SparkSqlBaseParser.PartitionColumnContext ctx)
partitionColumn
labeled alternative in SparkSqlBaseParser.partitionField().
The default implementation does nothing.
enterPartitionColumn 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitPartitionColumn(SparkSqlBaseParser.PartitionColumnContext ctx)
partitionColumn
labeled alternative in SparkSqlBaseParser.partitionField().
The default implementation does nothing.
exitPartitionColumn 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterIdentityTransform(SparkSqlBaseParser.IdentityTransformContext ctx)
identityTransform
labeled alternative in SparkSqlBaseParser.transform().
The default implementation does nothing.
enterIdentityTransform 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitIdentityTransform(SparkSqlBaseParser.IdentityTransformContext ctx)
identityTransform
labeled alternative in SparkSqlBaseParser.transform().
The default implementation does nothing.
exitIdentityTransform 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterApplyTransform(SparkSqlBaseParser.ApplyTransformContext ctx)
applyTransform
labeled alternative in SparkSqlBaseParser.transform().
The default implementation does nothing.
enterApplyTransform 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitApplyTransform(SparkSqlBaseParser.ApplyTransformContext ctx)
applyTransform
labeled alternative in SparkSqlBaseParser.transform().
The default implementation does nothing.
exitApplyTransform 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterTransformArgument(SparkSqlBaseParser.TransformArgumentContext ctx)
SparkSqlBaseParser.transformArgument().
The default implementation does nothing.
enterTransformArgument 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitTransformArgument(SparkSqlBaseParser.TransformArgumentContext ctx)
SparkSqlBaseParser.transformArgument().
The default implementation does nothing.
exitTransformArgument 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterExpression(SparkSqlBaseParser.ExpressionContext ctx)
SparkSqlBaseParser.expression().
The default implementation does nothing.
enterExpression 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitExpression(SparkSqlBaseParser.ExpressionContext ctx)
SparkSqlBaseParser.expression().
The default implementation does nothing.
exitExpression 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterExpressionSeq(SparkSqlBaseParser.ExpressionSeqContext ctx)
SparkSqlBaseParser.expressionSeq().
The default implementation does nothing.
enterExpressionSeq 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitExpressionSeq(SparkSqlBaseParser.ExpressionSeqContext ctx)
SparkSqlBaseParser.expressionSeq().
The default implementation does nothing.
exitExpressionSeq 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterLogicalNot(SparkSqlBaseParser.LogicalNotContext ctx)
logicalNot
labeled alternative in SparkSqlBaseParser.booleanExpression().
The default implementation does nothing.
enterLogicalNot 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitLogicalNot(SparkSqlBaseParser.LogicalNotContext ctx)
logicalNot
labeled alternative in SparkSqlBaseParser.booleanExpression().
The default implementation does nothing.
exitLogicalNot 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterPredicated(SparkSqlBaseParser.PredicatedContext ctx)
predicated
labeled alternative in SparkSqlBaseParser.booleanExpression().
The default implementation does nothing.
enterPredicated 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitPredicated(SparkSqlBaseParser.PredicatedContext ctx)
predicated
labeled alternative in SparkSqlBaseParser.booleanExpression().
The default implementation does nothing.
exitPredicated 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterExists(SparkSqlBaseParser.ExistsContext ctx)
exists
labeled alternative in SparkSqlBaseParser.booleanExpression().
The default implementation does nothing.
enterExists 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitExists(SparkSqlBaseParser.ExistsContext ctx)
exists
labeled alternative in SparkSqlBaseParser.booleanExpression().
The default implementation does nothing.
exitExists 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterLogicalBinary(SparkSqlBaseParser.LogicalBinaryContext ctx)
logicalBinary
labeled alternative in SparkSqlBaseParser.booleanExpression().
The default implementation does nothing.
enterLogicalBinary 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitLogicalBinary(SparkSqlBaseParser.LogicalBinaryContext ctx)
logicalBinary
labeled alternative in SparkSqlBaseParser.booleanExpression().
The default implementation does nothing.
exitLogicalBinary 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterPredicate(SparkSqlBaseParser.PredicateContext ctx)
SparkSqlBaseParser.predicate().
The default implementation does nothing.
enterPredicate 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitPredicate(SparkSqlBaseParser.PredicateContext ctx)
SparkSqlBaseParser.predicate().
The default implementation does nothing.
exitPredicate 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterValueExpressionDefault(SparkSqlBaseParser.ValueExpressionDefaultContext ctx)
valueExpressionDefault
labeled alternative in SparkSqlBaseParser.valueExpression().
The default implementation does nothing.
enterValueExpressionDefault 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitValueExpressionDefault(SparkSqlBaseParser.ValueExpressionDefaultContext ctx)
valueExpressionDefault
labeled alternative in SparkSqlBaseParser.valueExpression().
The default implementation does nothing.
exitValueExpressionDefault 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterComparison(SparkSqlBaseParser.ComparisonContext ctx)
comparison
labeled alternative in SparkSqlBaseParser.valueExpression().
The default implementation does nothing.
enterComparison 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitComparison(SparkSqlBaseParser.ComparisonContext ctx)
comparison
labeled alternative in SparkSqlBaseParser.valueExpression().
The default implementation does nothing.
exitComparison 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterArithmeticBinary(SparkSqlBaseParser.ArithmeticBinaryContext ctx)
arithmeticBinary
labeled alternative in SparkSqlBaseParser.valueExpression().
The default implementation does nothing.
enterArithmeticBinary 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitArithmeticBinary(SparkSqlBaseParser.ArithmeticBinaryContext ctx)
arithmeticBinary
labeled alternative in SparkSqlBaseParser.valueExpression().
The default implementation does nothing.
exitArithmeticBinary 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterArithmeticUnary(SparkSqlBaseParser.ArithmeticUnaryContext ctx)
arithmeticUnary
labeled alternative in SparkSqlBaseParser.valueExpression().
The default implementation does nothing.
enterArithmeticUnary 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitArithmeticUnary(SparkSqlBaseParser.ArithmeticUnaryContext ctx)
arithmeticUnary
labeled alternative in SparkSqlBaseParser.valueExpression().
The default implementation does nothing.
exitArithmeticUnary 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterDatetimeUnit(SparkSqlBaseParser.DatetimeUnitContext ctx)
SparkSqlBaseParser.datetimeUnit().
The default implementation does nothing.
enterDatetimeUnit 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitDatetimeUnit(SparkSqlBaseParser.DatetimeUnitContext ctx)
SparkSqlBaseParser.datetimeUnit().
The default implementation does nothing.
exitDatetimeUnit 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterStruct(SparkSqlBaseParser.StructContext ctx)
struct
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterStruct 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitStruct(SparkSqlBaseParser.StructContext ctx)
struct
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitStruct 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterDereference(SparkSqlBaseParser.DereferenceContext ctx)
dereference
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterDereference 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitDereference(SparkSqlBaseParser.DereferenceContext ctx)
dereference
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitDereference 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterTimestampadd(SparkSqlBaseParser.TimestampaddContext ctx)
timestampadd
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterTimestampadd 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitTimestampadd(SparkSqlBaseParser.TimestampaddContext ctx)
timestampadd
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitTimestampadd 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSubstring(SparkSqlBaseParser.SubstringContext ctx)
substring
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterSubstring 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSubstring(SparkSqlBaseParser.SubstringContext ctx)
substring
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitSubstring 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterCast(SparkSqlBaseParser.CastContext ctx)
cast
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterCast 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitCast(SparkSqlBaseParser.CastContext ctx)
cast
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitCast 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterLambda(SparkSqlBaseParser.LambdaContext ctx)
lambda
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterLambda 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitLambda(SparkSqlBaseParser.LambdaContext ctx)
lambda
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitLambda 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterParenthesizedExpression(SparkSqlBaseParser.ParenthesizedExpressionContext ctx)
parenthesizedExpression
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterParenthesizedExpression 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitParenthesizedExpression(SparkSqlBaseParser.ParenthesizedExpressionContext ctx)
parenthesizedExpression
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitParenthesizedExpression 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterTrim(SparkSqlBaseParser.TrimContext ctx)
trim
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterTrim 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitTrim(SparkSqlBaseParser.TrimContext ctx)
trim
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitTrim 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSimpleCase(SparkSqlBaseParser.SimpleCaseContext ctx)
simpleCase
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterSimpleCase 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSimpleCase(SparkSqlBaseParser.SimpleCaseContext ctx)
simpleCase
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitSimpleCase 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterCurrentLike(SparkSqlBaseParser.CurrentLikeContext ctx)
currentLike
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterCurrentLike 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitCurrentLike(SparkSqlBaseParser.CurrentLikeContext ctx)
currentLike
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitCurrentLike 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterColumnReference(SparkSqlBaseParser.ColumnReferenceContext ctx)
columnReference
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterColumnReference 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitColumnReference(SparkSqlBaseParser.ColumnReferenceContext ctx)
columnReference
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitColumnReference 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterRowConstructor(SparkSqlBaseParser.RowConstructorContext ctx)
rowConstructor
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterRowConstructor 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitRowConstructor(SparkSqlBaseParser.RowConstructorContext ctx)
rowConstructor
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitRowConstructor 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterLast(SparkSqlBaseParser.LastContext ctx)
last
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterLast 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitLast(SparkSqlBaseParser.LastContext ctx)
last
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitLast 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterStar(SparkSqlBaseParser.StarContext ctx)
star
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterStar 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitStar(SparkSqlBaseParser.StarContext ctx)
star
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitStar 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterOverlay(SparkSqlBaseParser.OverlayContext ctx)
overlay
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterOverlay 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitOverlay(SparkSqlBaseParser.OverlayContext ctx)
overlay
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitOverlay 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSubscript(SparkSqlBaseParser.SubscriptContext ctx)
subscript
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterSubscript 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSubscript(SparkSqlBaseParser.SubscriptContext ctx)
subscript
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitSubscript 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterTimestampdiff(SparkSqlBaseParser.TimestampdiffContext ctx)
timestampdiff
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterTimestampdiff 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitTimestampdiff(SparkSqlBaseParser.TimestampdiffContext ctx)
timestampdiff
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitTimestampdiff 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSubqueryExpression(SparkSqlBaseParser.SubqueryExpressionContext ctx)
subqueryExpression
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterSubqueryExpression 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSubqueryExpression(SparkSqlBaseParser.SubqueryExpressionContext ctx)
subqueryExpression
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitSubqueryExpression 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterConstantDefault(SparkSqlBaseParser.ConstantDefaultContext ctx)
constantDefault
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterConstantDefault 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitConstantDefault(SparkSqlBaseParser.ConstantDefaultContext ctx)
constantDefault
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitConstantDefault 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterExtract(SparkSqlBaseParser.ExtractContext ctx)
extract
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterExtract 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitExtract(SparkSqlBaseParser.ExtractContext ctx)
extract
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitExtract 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterPercentile(SparkSqlBaseParser.PercentileContext ctx)
percentile
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterPercentile 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitPercentile(SparkSqlBaseParser.PercentileContext ctx)
percentile
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitPercentile 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterFunctionCall(SparkSqlBaseParser.FunctionCallContext ctx)
functionCall
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterFunctionCall 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitFunctionCall(SparkSqlBaseParser.FunctionCallContext ctx)
functionCall
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitFunctionCall 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSearchedCase(SparkSqlBaseParser.SearchedCaseContext ctx)
searchedCase
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterSearchedCase 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSearchedCase(SparkSqlBaseParser.SearchedCaseContext ctx)
searchedCase
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitSearchedCase 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterPosition(SparkSqlBaseParser.PositionContext ctx)
position
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterPosition 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitPosition(SparkSqlBaseParser.PositionContext ctx)
position
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitPosition 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterFirst(SparkSqlBaseParser.FirstContext ctx)
first
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
enterFirst 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitFirst(SparkSqlBaseParser.FirstContext ctx)
first
labeled alternative in SparkSqlBaseParser.primaryExpression().
The default implementation does nothing.
exitFirst 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterNullLiteral(SparkSqlBaseParser.NullLiteralContext ctx)
nullLiteral
labeled alternative in SparkSqlBaseParser.constant().
The default implementation does nothing.
enterNullLiteral 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitNullLiteral(SparkSqlBaseParser.NullLiteralContext ctx)
nullLiteral
labeled alternative in SparkSqlBaseParser.constant().
The default implementation does nothing.
exitNullLiteral 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterIntervalLiteral(SparkSqlBaseParser.IntervalLiteralContext ctx)
intervalLiteral
labeled alternative in SparkSqlBaseParser.constant().
The default implementation does nothing.
enterIntervalLiteral 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitIntervalLiteral(SparkSqlBaseParser.IntervalLiteralContext ctx)
intervalLiteral
labeled alternative in SparkSqlBaseParser.constant().
The default implementation does nothing.
exitIntervalLiteral 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterTypeConstructor(SparkSqlBaseParser.TypeConstructorContext ctx)
typeConstructor
labeled alternative in SparkSqlBaseParser.constant().
The default implementation does nothing.
enterTypeConstructor 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitTypeConstructor(SparkSqlBaseParser.TypeConstructorContext ctx)
typeConstructor
labeled alternative in SparkSqlBaseParser.constant().
The default implementation does nothing.
exitTypeConstructor 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterNumericLiteral(SparkSqlBaseParser.NumericLiteralContext ctx)
numericLiteral
labeled alternative in SparkSqlBaseParser.constant().
The default implementation does nothing.
enterNumericLiteral 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitNumericLiteral(SparkSqlBaseParser.NumericLiteralContext ctx)
numericLiteral
labeled alternative in SparkSqlBaseParser.constant().
The default implementation does nothing.
exitNumericLiteral 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterBooleanLiteral(SparkSqlBaseParser.BooleanLiteralContext ctx)
booleanLiteral
labeled alternative in SparkSqlBaseParser.constant().
The default implementation does nothing.
enterBooleanLiteral 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitBooleanLiteral(SparkSqlBaseParser.BooleanLiteralContext ctx)
booleanLiteral
labeled alternative in SparkSqlBaseParser.constant().
The default implementation does nothing.
exitBooleanLiteral 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterStringLiteral(SparkSqlBaseParser.StringLiteralContext ctx)
stringLiteral
labeled alternative in SparkSqlBaseParser.constant().
The default implementation does nothing.
enterStringLiteral 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitStringLiteral(SparkSqlBaseParser.StringLiteralContext ctx)
stringLiteral
labeled alternative in SparkSqlBaseParser.constant().
The default implementation does nothing.
exitStringLiteral 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterComparisonOperator(SparkSqlBaseParser.ComparisonOperatorContext ctx)
SparkSqlBaseParser.comparisonOperator().
The default implementation does nothing.
enterComparisonOperator 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitComparisonOperator(SparkSqlBaseParser.ComparisonOperatorContext ctx)
SparkSqlBaseParser.comparisonOperator().
The default implementation does nothing.
exitComparisonOperator 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterArithmeticOperator(SparkSqlBaseParser.ArithmeticOperatorContext ctx)
SparkSqlBaseParser.arithmeticOperator().
The default implementation does nothing.
enterArithmeticOperator 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitArithmeticOperator(SparkSqlBaseParser.ArithmeticOperatorContext ctx)
SparkSqlBaseParser.arithmeticOperator().
The default implementation does nothing.
exitArithmeticOperator 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterPredicateOperator(SparkSqlBaseParser.PredicateOperatorContext ctx)
SparkSqlBaseParser.predicateOperator().
The default implementation does nothing.
enterPredicateOperator 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitPredicateOperator(SparkSqlBaseParser.PredicateOperatorContext ctx)
SparkSqlBaseParser.predicateOperator().
The default implementation does nothing.
exitPredicateOperator 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterBooleanValue(SparkSqlBaseParser.BooleanValueContext ctx)
SparkSqlBaseParser.booleanValue().
The default implementation does nothing.
enterBooleanValue 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitBooleanValue(SparkSqlBaseParser.BooleanValueContext ctx)
SparkSqlBaseParser.booleanValue().
The default implementation does nothing.
exitBooleanValue 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterInterval(SparkSqlBaseParser.IntervalContext ctx)
SparkSqlBaseParser.interval().
The default implementation does nothing.
enterInterval 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitInterval(SparkSqlBaseParser.IntervalContext ctx)
SparkSqlBaseParser.interval().
The default implementation does nothing.
exitInterval 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterErrorCapturingMultiUnitsInterval(SparkSqlBaseParser.ErrorCapturingMultiUnitsIntervalContext ctx)
SparkSqlBaseParser.errorCapturingMultiUnitsInterval().
The default implementation does nothing.
enterErrorCapturingMultiUnitsInterval 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitErrorCapturingMultiUnitsInterval(SparkSqlBaseParser.ErrorCapturingMultiUnitsIntervalContext ctx)
SparkSqlBaseParser.errorCapturingMultiUnitsInterval().
The default implementation does nothing.
exitErrorCapturingMultiUnitsInterval 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterMultiUnitsInterval(SparkSqlBaseParser.MultiUnitsIntervalContext ctx)
SparkSqlBaseParser.multiUnitsInterval().
The default implementation does nothing.
enterMultiUnitsInterval 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitMultiUnitsInterval(SparkSqlBaseParser.MultiUnitsIntervalContext ctx)
SparkSqlBaseParser.multiUnitsInterval().
The default implementation does nothing.
exitMultiUnitsInterval 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterErrorCapturingUnitToUnitInterval(SparkSqlBaseParser.ErrorCapturingUnitToUnitIntervalContext ctx)
SparkSqlBaseParser.errorCapturingUnitToUnitInterval().
The default implementation does nothing.
enterErrorCapturingUnitToUnitInterval 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitErrorCapturingUnitToUnitInterval(SparkSqlBaseParser.ErrorCapturingUnitToUnitIntervalContext ctx)
SparkSqlBaseParser.errorCapturingUnitToUnitInterval().
The default implementation does nothing.
exitErrorCapturingUnitToUnitInterval 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterUnitToUnitInterval(SparkSqlBaseParser.UnitToUnitIntervalContext ctx)
SparkSqlBaseParser.unitToUnitInterval().
The default implementation does nothing.
enterUnitToUnitInterval 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitUnitToUnitInterval(SparkSqlBaseParser.UnitToUnitIntervalContext ctx)
SparkSqlBaseParser.unitToUnitInterval().
The default implementation does nothing.
exitUnitToUnitInterval 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterIntervalValue(SparkSqlBaseParser.IntervalValueContext ctx)
SparkSqlBaseParser.intervalValue().
The default implementation does nothing.
enterIntervalValue 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitIntervalValue(SparkSqlBaseParser.IntervalValueContext ctx)
SparkSqlBaseParser.intervalValue().
The default implementation does nothing.
exitIntervalValue 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterColPosition(SparkSqlBaseParser.ColPositionContext ctx)
SparkSqlBaseParser.colPosition().
The default implementation does nothing.
enterColPosition 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitColPosition(SparkSqlBaseParser.ColPositionContext ctx)
SparkSqlBaseParser.colPosition().
The default implementation does nothing.
exitColPosition 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterComplexDataType(SparkSqlBaseParser.ComplexDataTypeContext ctx)
complexDataType
labeled alternative in SparkSqlBaseParser.dataType().
The default implementation does nothing.
enterComplexDataType 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitComplexDataType(SparkSqlBaseParser.ComplexDataTypeContext ctx)
complexDataType
labeled alternative in SparkSqlBaseParser.dataType().
The default implementation does nothing.
exitComplexDataType 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterYearMonthIntervalDataType(SparkSqlBaseParser.YearMonthIntervalDataTypeContext ctx)
yearMonthIntervalDataType
labeled alternative in SparkSqlBaseParser.dataType().
The default implementation does nothing.
enterYearMonthIntervalDataType 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitYearMonthIntervalDataType(SparkSqlBaseParser.YearMonthIntervalDataTypeContext ctx)
yearMonthIntervalDataType
labeled alternative in SparkSqlBaseParser.dataType().
The default implementation does nothing.
exitYearMonthIntervalDataType 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterDayTimeIntervalDataType(SparkSqlBaseParser.DayTimeIntervalDataTypeContext ctx)
dayTimeIntervalDataType
labeled alternative in SparkSqlBaseParser.dataType().
The default implementation does nothing.
enterDayTimeIntervalDataType 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitDayTimeIntervalDataType(SparkSqlBaseParser.DayTimeIntervalDataTypeContext ctx)
dayTimeIntervalDataType
labeled alternative in SparkSqlBaseParser.dataType().
The default implementation does nothing.
exitDayTimeIntervalDataType 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterPrimitiveDataType(SparkSqlBaseParser.PrimitiveDataTypeContext ctx)
primitiveDataType
labeled alternative in SparkSqlBaseParser.dataType().
The default implementation does nothing.
enterPrimitiveDataType 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitPrimitiveDataType(SparkSqlBaseParser.PrimitiveDataTypeContext ctx)
primitiveDataType
labeled alternative in SparkSqlBaseParser.dataType().
The default implementation does nothing.
exitPrimitiveDataType 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterQualifiedColTypeWithPositionList(SparkSqlBaseParser.QualifiedColTypeWithPositionListContext ctx)
SparkSqlBaseParser.qualifiedColTypeWithPositionList().
The default implementation does nothing.
enterQualifiedColTypeWithPositionList 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitQualifiedColTypeWithPositionList(SparkSqlBaseParser.QualifiedColTypeWithPositionListContext ctx)
SparkSqlBaseParser.qualifiedColTypeWithPositionList().
The default implementation does nothing.
exitQualifiedColTypeWithPositionList 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterQualifiedColTypeWithPosition(SparkSqlBaseParser.QualifiedColTypeWithPositionContext ctx)
SparkSqlBaseParser.qualifiedColTypeWithPosition().
The default implementation does nothing.
enterQualifiedColTypeWithPosition 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitQualifiedColTypeWithPosition(SparkSqlBaseParser.QualifiedColTypeWithPositionContext ctx)
SparkSqlBaseParser.qualifiedColTypeWithPosition().
The default implementation does nothing.
exitQualifiedColTypeWithPosition 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterColTypeList(SparkSqlBaseParser.ColTypeListContext ctx)
SparkSqlBaseParser.colTypeList().
The default implementation does nothing.
enterColTypeList 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitColTypeList(SparkSqlBaseParser.ColTypeListContext ctx)
SparkSqlBaseParser.colTypeList().
The default implementation does nothing.
exitColTypeList 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterColType(SparkSqlBaseParser.ColTypeContext ctx)
SparkSqlBaseParser.colType().
The default implementation does nothing.
enterColType 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitColType(SparkSqlBaseParser.ColTypeContext ctx)
SparkSqlBaseParser.colType().
The default implementation does nothing.
exitColType 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterComplexColTypeList(SparkSqlBaseParser.ComplexColTypeListContext ctx)
SparkSqlBaseParser.complexColTypeList().
The default implementation does nothing.
enterComplexColTypeList 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitComplexColTypeList(SparkSqlBaseParser.ComplexColTypeListContext ctx)
SparkSqlBaseParser.complexColTypeList().
The default implementation does nothing.
exitComplexColTypeList 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterComplexColType(SparkSqlBaseParser.ComplexColTypeContext ctx)
SparkSqlBaseParser.complexColType().
The default implementation does nothing.
enterComplexColType 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitComplexColType(SparkSqlBaseParser.ComplexColTypeContext ctx)
SparkSqlBaseParser.complexColType().
The default implementation does nothing.
exitComplexColType 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterWhenClause(SparkSqlBaseParser.WhenClauseContext ctx)
SparkSqlBaseParser.whenClause().
The default implementation does nothing.
enterWhenClause 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitWhenClause(SparkSqlBaseParser.WhenClauseContext ctx)
SparkSqlBaseParser.whenClause().
The default implementation does nothing.
exitWhenClause 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterWindowClause(SparkSqlBaseParser.WindowClauseContext ctx)
SparkSqlBaseParser.windowClause().
The default implementation does nothing.
enterWindowClause 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitWindowClause(SparkSqlBaseParser.WindowClauseContext ctx)
SparkSqlBaseParser.windowClause().
The default implementation does nothing.
exitWindowClause 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterNamedWindow(SparkSqlBaseParser.NamedWindowContext ctx)
SparkSqlBaseParser.namedWindow().
The default implementation does nothing.
enterNamedWindow 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitNamedWindow(SparkSqlBaseParser.NamedWindowContext ctx)
SparkSqlBaseParser.namedWindow().
The default implementation does nothing.
exitNamedWindow 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterWindowRef(SparkSqlBaseParser.WindowRefContext ctx)
windowRef
labeled alternative in SparkSqlBaseParser.windowSpec().
The default implementation does nothing.
enterWindowRef 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitWindowRef(SparkSqlBaseParser.WindowRefContext ctx)
windowRef
labeled alternative in SparkSqlBaseParser.windowSpec().
The default implementation does nothing.
exitWindowRef 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterWindowDef(SparkSqlBaseParser.WindowDefContext ctx)
windowDef
labeled alternative in SparkSqlBaseParser.windowSpec().
The default implementation does nothing.
enterWindowDef 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitWindowDef(SparkSqlBaseParser.WindowDefContext ctx)
windowDef
labeled alternative in SparkSqlBaseParser.windowSpec().
The default implementation does nothing.
exitWindowDef 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterWindowFrame(SparkSqlBaseParser.WindowFrameContext ctx)
SparkSqlBaseParser.windowFrame().
The default implementation does nothing.
enterWindowFrame 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitWindowFrame(SparkSqlBaseParser.WindowFrameContext ctx)
SparkSqlBaseParser.windowFrame().
The default implementation does nothing.
exitWindowFrame 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterFrameBound(SparkSqlBaseParser.FrameBoundContext ctx)
SparkSqlBaseParser.frameBound().
The default implementation does nothing.
enterFrameBound 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitFrameBound(SparkSqlBaseParser.FrameBoundContext ctx)
SparkSqlBaseParser.frameBound().
The default implementation does nothing.
exitFrameBound 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterQualifiedNameList(SparkSqlBaseParser.QualifiedNameListContext ctx)
SparkSqlBaseParser.qualifiedNameList().
The default implementation does nothing.
enterQualifiedNameList 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitQualifiedNameList(SparkSqlBaseParser.QualifiedNameListContext ctx)
SparkSqlBaseParser.qualifiedNameList().
The default implementation does nothing.
exitQualifiedNameList 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterFunctionName(SparkSqlBaseParser.FunctionNameContext ctx)
SparkSqlBaseParser.functionName().
The default implementation does nothing.
enterFunctionName 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitFunctionName(SparkSqlBaseParser.FunctionNameContext ctx)
SparkSqlBaseParser.functionName().
The default implementation does nothing.
exitFunctionName 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterQualifiedName(SparkSqlBaseParser.QualifiedNameContext ctx)
SparkSqlBaseParser.qualifiedName().
The default implementation does nothing.
enterQualifiedName 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitQualifiedName(SparkSqlBaseParser.QualifiedNameContext ctx)
SparkSqlBaseParser.qualifiedName().
The default implementation does nothing.
exitQualifiedName 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterErrorCapturingIdentifier(SparkSqlBaseParser.ErrorCapturingIdentifierContext ctx)
SparkSqlBaseParser.errorCapturingIdentifier().
The default implementation does nothing.
enterErrorCapturingIdentifier 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitErrorCapturingIdentifier(SparkSqlBaseParser.ErrorCapturingIdentifierContext ctx)
SparkSqlBaseParser.errorCapturingIdentifier().
The default implementation does nothing.
exitErrorCapturingIdentifier 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterErrorIdent(SparkSqlBaseParser.ErrorIdentContext ctx)
errorIdent
labeled alternative in SparkSqlBaseParser.errorCapturingIdentifierExtra().
The default implementation does nothing.
enterErrorIdent 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitErrorIdent(SparkSqlBaseParser.ErrorIdentContext ctx)
errorIdent
labeled alternative in SparkSqlBaseParser.errorCapturingIdentifierExtra().
The default implementation does nothing.
exitErrorIdent 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterRealIdent(SparkSqlBaseParser.RealIdentContext ctx)
realIdent
labeled alternative in SparkSqlBaseParser.errorCapturingIdentifierExtra().
The default implementation does nothing.
enterRealIdent 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitRealIdent(SparkSqlBaseParser.RealIdentContext ctx)
realIdent
labeled alternative in SparkSqlBaseParser.errorCapturingIdentifierExtra().
The default implementation does nothing.
exitRealIdent 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterIdentifier(SparkSqlBaseParser.IdentifierContext ctx)
SparkSqlBaseParser.identifier().
The default implementation does nothing.
enterIdentifier 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitIdentifier(SparkSqlBaseParser.IdentifierContext ctx)
SparkSqlBaseParser.identifier().
The default implementation does nothing.
exitIdentifier 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterUnquotedIdentifier(SparkSqlBaseParser.UnquotedIdentifierContext ctx)
unquotedIdentifier
labeled alternative in SparkSqlBaseParser.strictIdentifier().
The default implementation does nothing.
enterUnquotedIdentifier 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitUnquotedIdentifier(SparkSqlBaseParser.UnquotedIdentifierContext ctx)
unquotedIdentifier
labeled alternative in SparkSqlBaseParser.strictIdentifier().
The default implementation does nothing.
exitUnquotedIdentifier 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterQuotedIdentifierAlternative(SparkSqlBaseParser.QuotedIdentifierAlternativeContext ctx)
quotedIdentifierAlternative
labeled alternative in SparkSqlBaseParser.strictIdentifier().
The default implementation does nothing.
enterQuotedIdentifierAlternative 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitQuotedIdentifierAlternative(SparkSqlBaseParser.QuotedIdentifierAlternativeContext ctx)
quotedIdentifierAlternative
labeled alternative in SparkSqlBaseParser.strictIdentifier().
The default implementation does nothing.
exitQuotedIdentifierAlternative 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterQuotedIdentifier(SparkSqlBaseParser.QuotedIdentifierContext ctx)
SparkSqlBaseParser.quotedIdentifier().
The default implementation does nothing.
enterQuotedIdentifier 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitQuotedIdentifier(SparkSqlBaseParser.QuotedIdentifierContext ctx)
SparkSqlBaseParser.quotedIdentifier().
The default implementation does nothing.
exitQuotedIdentifier 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterExponentLiteral(SparkSqlBaseParser.ExponentLiteralContext ctx)
exponentLiteral
labeled alternative in SparkSqlBaseParser.number().
The default implementation does nothing.
enterExponentLiteral 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitExponentLiteral(SparkSqlBaseParser.ExponentLiteralContext ctx)
exponentLiteral
labeled alternative in SparkSqlBaseParser.number().
The default implementation does nothing.
exitExponentLiteral 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterDecimalLiteral(SparkSqlBaseParser.DecimalLiteralContext ctx)
decimalLiteral
labeled alternative in SparkSqlBaseParser.number().
The default implementation does nothing.
enterDecimalLiteral 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitDecimalLiteral(SparkSqlBaseParser.DecimalLiteralContext ctx)
decimalLiteral
labeled alternative in SparkSqlBaseParser.number().
The default implementation does nothing.
exitDecimalLiteral 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterLegacyDecimalLiteral(SparkSqlBaseParser.LegacyDecimalLiteralContext ctx)
legacyDecimalLiteral
labeled alternative in SparkSqlBaseParser.number().
The default implementation does nothing.
enterLegacyDecimalLiteral 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitLegacyDecimalLiteral(SparkSqlBaseParser.LegacyDecimalLiteralContext ctx)
legacyDecimalLiteral
labeled alternative in SparkSqlBaseParser.number().
The default implementation does nothing.
exitLegacyDecimalLiteral 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterIntegerLiteral(SparkSqlBaseParser.IntegerLiteralContext ctx)
integerLiteral
labeled alternative in SparkSqlBaseParser.number().
The default implementation does nothing.
enterIntegerLiteral 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitIntegerLiteral(SparkSqlBaseParser.IntegerLiteralContext ctx)
integerLiteral
labeled alternative in SparkSqlBaseParser.number().
The default implementation does nothing.
exitIntegerLiteral 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterBigIntLiteral(SparkSqlBaseParser.BigIntLiteralContext ctx)
bigIntLiteral
labeled alternative in SparkSqlBaseParser.number().
The default implementation does nothing.
enterBigIntLiteral 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitBigIntLiteral(SparkSqlBaseParser.BigIntLiteralContext ctx)
bigIntLiteral
labeled alternative in SparkSqlBaseParser.number().
The default implementation does nothing.
exitBigIntLiteral 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterSmallIntLiteral(SparkSqlBaseParser.SmallIntLiteralContext ctx)
smallIntLiteral
labeled alternative in SparkSqlBaseParser.number().
The default implementation does nothing.
enterSmallIntLiteral 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitSmallIntLiteral(SparkSqlBaseParser.SmallIntLiteralContext ctx)
smallIntLiteral
labeled alternative in SparkSqlBaseParser.number().
The default implementation does nothing.
exitSmallIntLiteral 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterTinyIntLiteral(SparkSqlBaseParser.TinyIntLiteralContext ctx)
tinyIntLiteral
labeled alternative in SparkSqlBaseParser.number().
The default implementation does nothing.
enterTinyIntLiteral 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitTinyIntLiteral(SparkSqlBaseParser.TinyIntLiteralContext ctx)
tinyIntLiteral
labeled alternative in SparkSqlBaseParser.number().
The default implementation does nothing.
exitTinyIntLiteral 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterDoubleLiteral(SparkSqlBaseParser.DoubleLiteralContext ctx)
doubleLiteral
labeled alternative in SparkSqlBaseParser.number().
The default implementation does nothing.
enterDoubleLiteral 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitDoubleLiteral(SparkSqlBaseParser.DoubleLiteralContext ctx)
doubleLiteral
labeled alternative in SparkSqlBaseParser.number().
The default implementation does nothing.
exitDoubleLiteral 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterFloatLiteral(SparkSqlBaseParser.FloatLiteralContext ctx)
floatLiteral
labeled alternative in SparkSqlBaseParser.number().
The default implementation does nothing.
enterFloatLiteral 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitFloatLiteral(SparkSqlBaseParser.FloatLiteralContext ctx)
floatLiteral
labeled alternative in SparkSqlBaseParser.number().
The default implementation does nothing.
exitFloatLiteral 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterBigDecimalLiteral(SparkSqlBaseParser.BigDecimalLiteralContext ctx)
bigDecimalLiteral
labeled alternative in SparkSqlBaseParser.number().
The default implementation does nothing.
enterBigDecimalLiteral 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitBigDecimalLiteral(SparkSqlBaseParser.BigDecimalLiteralContext ctx)
bigDecimalLiteral
labeled alternative in SparkSqlBaseParser.number().
The default implementation does nothing.
exitBigDecimalLiteral 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterAlterColumnAction(SparkSqlBaseParser.AlterColumnActionContext ctx)
SparkSqlBaseParser.alterColumnAction().
The default implementation does nothing.
enterAlterColumnAction 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitAlterColumnAction(SparkSqlBaseParser.AlterColumnActionContext ctx)
SparkSqlBaseParser.alterColumnAction().
The default implementation does nothing.
exitAlterColumnAction 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterAnsiNonReserved(SparkSqlBaseParser.AnsiNonReservedContext ctx)
SparkSqlBaseParser.ansiNonReserved().
The default implementation does nothing.
enterAnsiNonReserved 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitAnsiNonReserved(SparkSqlBaseParser.AnsiNonReservedContext ctx)
SparkSqlBaseParser.ansiNonReserved().
The default implementation does nothing.
exitAnsiNonReserved 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterStrictNonReserved(SparkSqlBaseParser.StrictNonReservedContext ctx)
SparkSqlBaseParser.strictNonReserved().
The default implementation does nothing.
enterStrictNonReserved 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitStrictNonReserved(SparkSqlBaseParser.StrictNonReservedContext ctx)
SparkSqlBaseParser.strictNonReserved().
The default implementation does nothing.
exitStrictNonReserved 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterNonReserved(SparkSqlBaseParser.NonReservedContext ctx)
SparkSqlBaseParser.nonReserved().
The default implementation does nothing.
enterNonReserved 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void exitNonReserved(SparkSqlBaseParser.NonReservedContext ctx)
SparkSqlBaseParser.nonReserved().
The default implementation does nothing.
exitNonReserved 在接口中 SparkSqlBaseParserListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode 在接口中 org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2022. All rights reserved.