Class InfluxqlParserBaseVisitor<T>
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
-
- io.github.willena.influxql.parser.antlr.InfluxqlParserBaseVisitor<T>
-
- Type Parameters:
T
- The return type of the visit operation. UseVoid
for operations with no return type.
- All Implemented Interfaces:
InfluxqlParserVisitor<T>
,org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- Direct Known Subclasses:
InfluxqlAstAdapter
public class InfluxqlParserBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements InfluxqlParserVisitor<T>
This class provides an empty implementation ofInfluxqlParserVisitor
, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description InfluxqlParserBaseVisitor()
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
-
-
-
-
Method Detail
-
visitQuery
public T visitQuery(InfluxqlParser.QueryContext ctx)
Visit a parse tree produced byInfluxqlParser.query()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitQuery
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitStatement
public T visitStatement(InfluxqlParser.StatementContext ctx)
Visit a parse tree produced byInfluxqlParser.statement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitStatement
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAlter_retention_policy_stmt
public T visitAlter_retention_policy_stmt(InfluxqlParser.Alter_retention_policy_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.alter_retention_policy_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitAlter_retention_policy_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCreate_continuous_query_stmt
public T visitCreate_continuous_query_stmt(InfluxqlParser.Create_continuous_query_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.create_continuous_query_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCreate_continuous_query_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCreate_database_stmt
public T visitCreate_database_stmt(InfluxqlParser.Create_database_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.create_database_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCreate_database_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCreate_retention_policy_stmt
public T visitCreate_retention_policy_stmt(InfluxqlParser.Create_retention_policy_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.create_retention_policy_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCreate_retention_policy_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCreate_subscription_stmt
public T visitCreate_subscription_stmt(InfluxqlParser.Create_subscription_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.create_subscription_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCreate_subscription_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCreate_user_stmt
public T visitCreate_user_stmt(InfluxqlParser.Create_user_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.create_user_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCreate_user_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDelete_stmt
public T visitDelete_stmt(InfluxqlParser.Delete_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.delete_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDelete_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDrop_continuous_query_stmt
public T visitDrop_continuous_query_stmt(InfluxqlParser.Drop_continuous_query_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.drop_continuous_query_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDrop_continuous_query_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDrop_database_stmt
public T visitDrop_database_stmt(InfluxqlParser.Drop_database_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.drop_database_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDrop_database_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDrop_measurement_stmt
public T visitDrop_measurement_stmt(InfluxqlParser.Drop_measurement_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.drop_measurement_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDrop_measurement_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDrop_retention_policy_stmt
public T visitDrop_retention_policy_stmt(InfluxqlParser.Drop_retention_policy_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.drop_retention_policy_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDrop_retention_policy_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDrop_series_stmt
public T visitDrop_series_stmt(InfluxqlParser.Drop_series_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.drop_series_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDrop_series_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDrop_shard_stmt
public T visitDrop_shard_stmt(InfluxqlParser.Drop_shard_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.drop_shard_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDrop_shard_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDrop_subscription_stmt
public T visitDrop_subscription_stmt(InfluxqlParser.Drop_subscription_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.drop_subscription_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDrop_subscription_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDrop_user_stmt
public T visitDrop_user_stmt(InfluxqlParser.Drop_user_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.drop_user_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDrop_user_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExplain_stmt
public T visitExplain_stmt(InfluxqlParser.Explain_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.explain_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitExplain_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGrant_stmt
public T visitGrant_stmt(InfluxqlParser.Grant_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.grant_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitGrant_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitKill_query_statement
public T visitKill_query_statement(InfluxqlParser.Kill_query_statementContext ctx)
Visit a parse tree produced byInfluxqlParser.kill_query_statement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitKill_query_statement
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitShow_continuous_queries_stmt
public T visitShow_continuous_queries_stmt(InfluxqlParser.Show_continuous_queries_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.show_continuous_queries_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitShow_continuous_queries_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitShow_databases_stmt
public T visitShow_databases_stmt(InfluxqlParser.Show_databases_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.show_databases_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitShow_databases_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitShow_field_keys_stmt
public T visitShow_field_keys_stmt(InfluxqlParser.Show_field_keys_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.show_field_keys_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitShow_field_keys_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitShow_field_key_cardinality_stmt
public T visitShow_field_key_cardinality_stmt(InfluxqlParser.Show_field_key_cardinality_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.show_field_key_cardinality_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitShow_field_key_cardinality_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitShow_grants_stmt
public T visitShow_grants_stmt(InfluxqlParser.Show_grants_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.show_grants_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitShow_grants_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitShow_measurements_stmt
public T visitShow_measurements_stmt(InfluxqlParser.Show_measurements_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.show_measurements_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitShow_measurements_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitShow_measurement_cardinality_stmt
public T visitShow_measurement_cardinality_stmt(InfluxqlParser.Show_measurement_cardinality_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.show_measurement_cardinality_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitShow_measurement_cardinality_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitShow_queries_stmt
public T visitShow_queries_stmt(InfluxqlParser.Show_queries_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.show_queries_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitShow_queries_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitShow_retention_policies_stmt
public T visitShow_retention_policies_stmt(InfluxqlParser.Show_retention_policies_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.show_retention_policies_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitShow_retention_policies_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitShow_series_stmt
public T visitShow_series_stmt(InfluxqlParser.Show_series_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.show_series_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitShow_series_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitShow_series_cardinality_stmt
public T visitShow_series_cardinality_stmt(InfluxqlParser.Show_series_cardinality_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.show_series_cardinality_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitShow_series_cardinality_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitShow_shard_groups_stmt
public T visitShow_shard_groups_stmt(InfluxqlParser.Show_shard_groups_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.show_shard_groups_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitShow_shard_groups_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitShow_shards_stmt
public T visitShow_shards_stmt(InfluxqlParser.Show_shards_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.show_shards_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitShow_shards_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitShow_subscriptions_stmt
public T visitShow_subscriptions_stmt(InfluxqlParser.Show_subscriptions_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.show_subscriptions_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitShow_subscriptions_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitShow_tag_keys_stmt
public T visitShow_tag_keys_stmt(InfluxqlParser.Show_tag_keys_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.show_tag_keys_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitShow_tag_keys_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitShow_tag_key_cardinality_stmt
public T visitShow_tag_key_cardinality_stmt(InfluxqlParser.Show_tag_key_cardinality_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.show_tag_key_cardinality_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitShow_tag_key_cardinality_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitShow_tag_values_stmt
public T visitShow_tag_values_stmt(InfluxqlParser.Show_tag_values_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.show_tag_values_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitShow_tag_values_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitShow_tag_values_cardinality_stmt
public T visitShow_tag_values_cardinality_stmt(InfluxqlParser.Show_tag_values_cardinality_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.show_tag_values_cardinality_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitShow_tag_values_cardinality_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitShow_users_stmt
public T visitShow_users_stmt(InfluxqlParser.Show_users_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.show_users_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitShow_users_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitShow_diagnostics_stmt
public T visitShow_diagnostics_stmt(InfluxqlParser.Show_diagnostics_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.show_diagnostics_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitShow_diagnostics_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitShow_stats_stmt
public T visitShow_stats_stmt(InfluxqlParser.Show_stats_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.show_stats_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitShow_stats_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRevoke_stmt
public T visitRevoke_stmt(InfluxqlParser.Revoke_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.revoke_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitRevoke_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSelect_stmt
public T visitSelect_stmt(InfluxqlParser.Select_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.select_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSelect_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitResample_opts
public T visitResample_opts(InfluxqlParser.Resample_optsContext ctx)
Visit a parse tree produced byInfluxqlParser.resample_opts()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitResample_opts
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitEvery_stmt
public T visitEvery_stmt(InfluxqlParser.Every_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.every_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitEvery_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFor_stmt
public T visitFor_stmt(InfluxqlParser.For_stmtContext ctx)
Visit a parse tree produced byInfluxqlParser.for_stmt()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFor_stmt
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitAlias
public T visitAlias(InfluxqlParser.AliasContext ctx)
Visit a parse tree produced byInfluxqlParser.alias()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitAlias
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitBack_ref
public T visitBack_ref(InfluxqlParser.Back_refContext ctx)
Visit a parse tree produced byInfluxqlParser.back_ref()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitBack_ref
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDimension
public T visitDimension(InfluxqlParser.DimensionContext ctx)
Visit a parse tree produced byInfluxqlParser.dimension()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDimension
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitDimensions
public T visitDimensions(InfluxqlParser.DimensionsContext ctx)
Visit a parse tree produced byInfluxqlParser.dimensions()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitDimensions
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitField
public T visitField(InfluxqlParser.FieldContext ctx)
Visit a parse tree produced byInfluxqlParser.field()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitField
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFields
public T visitFields(InfluxqlParser.FieldsContext ctx)
Visit a parse tree produced byInfluxqlParser.fields()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFields
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFill_option
public T visitFill_option(InfluxqlParser.Fill_optionContext ctx)
Visit a parse tree produced byInfluxqlParser.fill_option()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFill_option
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMeasurement
public T visitMeasurement(InfluxqlParser.MeasurementContext ctx)
Visit a parse tree produced byInfluxqlParser.measurement()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitMeasurement
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSimple_measurement_name
public T visitSimple_measurement_name(InfluxqlParser.Simple_measurement_nameContext ctx)
Visit a parse tree produced byInfluxqlParser.simple_measurement_name()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSimple_measurement_name
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMeasurment_with_rp
public T visitMeasurment_with_rp(InfluxqlParser.Measurment_with_rpContext ctx)
Visit a parse tree produced byInfluxqlParser.measurment_with_rp()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitMeasurment_with_rp
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitMeasurement_with_rp_and_database
public T visitMeasurement_with_rp_and_database(InfluxqlParser.Measurement_with_rp_and_databaseContext ctx)
Visit a parse tree produced byInfluxqlParser.measurement_with_rp_and_database()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitMeasurement_with_rp_and_database
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSource
public T visitSource(InfluxqlParser.SourceContext ctx)
Visit a parse tree produced byInfluxqlParser.source()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSource
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSources
public T visitSources(InfluxqlParser.SourcesContext ctx)
Visit a parse tree produced byInfluxqlParser.sources()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSources
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitPrivilege
public T visitPrivilege(InfluxqlParser.PrivilegeContext ctx)
Visit a parse tree produced byInfluxqlParser.privilege()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitPrivilege
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSub_query
public T visitSub_query(InfluxqlParser.Sub_queryContext ctx)
Visit a parse tree produced byInfluxqlParser.sub_query()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSub_query
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRetention_policy_option
public T visitRetention_policy_option(InfluxqlParser.Retention_policy_optionContext ctx)
Visit a parse tree produced byInfluxqlParser.retention_policy_option()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitRetention_policy_option
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRetention_policy_duration
public T visitRetention_policy_duration(InfluxqlParser.Retention_policy_durationContext ctx)
Visit a parse tree produced byInfluxqlParser.retention_policy_duration()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitRetention_policy_duration
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRetention_policy_replication
public T visitRetention_policy_replication(InfluxqlParser.Retention_policy_replicationContext ctx)
Visit a parse tree produced byInfluxqlParser.retention_policy_replication()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitRetention_policy_replication
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRetention_policy_shard_group_duration
public T visitRetention_policy_shard_group_duration(InfluxqlParser.Retention_policy_shard_group_durationContext ctx)
Visit a parse tree produced byInfluxqlParser.retention_policy_shard_group_duration()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitRetention_policy_shard_group_duration
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRetention_policy_future_limit
public T visitRetention_policy_future_limit(InfluxqlParser.Retention_policy_future_limitContext ctx)
Visit a parse tree produced byInfluxqlParser.retention_policy_future_limit()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitRetention_policy_future_limit
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRetention_policy_past_limit
public T visitRetention_policy_past_limit(InfluxqlParser.Retention_policy_past_limitContext ctx)
Visit a parse tree produced byInfluxqlParser.retention_policy_past_limit()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitRetention_policy_past_limit
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitRetention_policy_name
public T visitRetention_policy_name(InfluxqlParser.Retention_policy_nameContext ctx)
Visit a parse tree produced byInfluxqlParser.retention_policy_name()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitRetention_policy_name
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSort_field
public T visitSort_field(InfluxqlParser.Sort_fieldContext ctx)
Visit a parse tree produced byInfluxqlParser.sort_field()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSort_field
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSort_fields
public T visitSort_fields(InfluxqlParser.Sort_fieldsContext ctx)
Visit a parse tree produced byInfluxqlParser.sort_fields()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSort_fields
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTag_keys
public T visitTag_keys(InfluxqlParser.Tag_keysContext ctx)
Visit a parse tree produced byInfluxqlParser.tag_keys()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitTag_keys
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitVar_ref
public T visitVar_ref(InfluxqlParser.Var_refContext ctx)
Visit a parse tree produced byInfluxqlParser.var_ref()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitVar_ref
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGroup_expr
public T visitGroup_expr(InfluxqlParser.Group_exprContext ctx)
Visit a parse tree produced byInfluxqlParser.group_expr()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitGroup_expr
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitCall
public T visitCall(InfluxqlParser.CallContext ctx)
Visit a parse tree produced byInfluxqlParser.call()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitCall
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitUnary_operator
public T visitUnary_operator(InfluxqlParser.Unary_operatorContext ctx)
Visit a parse tree produced byInfluxqlParser.unary_operator()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitUnary_operator
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitBinary_operator
public T visitBinary_operator(InfluxqlParser.Binary_operatorContext ctx)
Visit a parse tree produced byInfluxqlParser.binary_operator()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitBinary_operator
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitExpression
public T visitExpression(InfluxqlParser.ExpressionContext ctx)
Visit a parse tree produced byInfluxqlParser.expression()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitExpression
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitNumber_literal
public T visitNumber_literal(InfluxqlParser.Number_literalContext ctx)
Visit a parse tree produced byInfluxqlParser.number_literal()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitNumber_literal
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLiteral_value
public T visitLiteral_value(InfluxqlParser.Literal_valueContext ctx)
Visit a parse tree produced byInfluxqlParser.literal_value()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLiteral_value
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFrom_clause
public T visitFrom_clause(InfluxqlParser.From_clauseContext ctx)
Visit a parse tree produced byInfluxqlParser.from_clause()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFrom_clause
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitGroup_by_clause
public T visitGroup_by_clause(InfluxqlParser.Group_by_clauseContext ctx)
Visit a parse tree produced byInfluxqlParser.group_by_clause()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitGroup_by_clause
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitInto_clause
public T visitInto_clause(InfluxqlParser.Into_clauseContext ctx)
Visit a parse tree produced byInfluxqlParser.into_clause()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitInto_clause
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitLimit_clause
public T visitLimit_clause(InfluxqlParser.Limit_clauseContext ctx)
Visit a parse tree produced byInfluxqlParser.limit_clause()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitLimit_clause
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOffset_clause
public T visitOffset_clause(InfluxqlParser.Offset_clauseContext ctx)
Visit a parse tree produced byInfluxqlParser.offset_clause()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOffset_clause
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSlimit_clause
public T visitSlimit_clause(InfluxqlParser.Slimit_clauseContext ctx)
Visit a parse tree produced byInfluxqlParser.slimit_clause()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSlimit_clause
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitSoffset_clause
public T visitSoffset_clause(InfluxqlParser.Soffset_clauseContext ctx)
Visit a parse tree produced byInfluxqlParser.soffset_clause()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitSoffset_clause
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTimezone_clause
public T visitTimezone_clause(InfluxqlParser.Timezone_clauseContext ctx)
Visit a parse tree produced byInfluxqlParser.timezone_clause()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitTimezone_clause
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOn_clause
public T visitOn_clause(InfluxqlParser.On_clauseContext ctx)
Visit a parse tree produced byInfluxqlParser.on_clause()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOn_clause
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitFill_clause
public T visitFill_clause(InfluxqlParser.Fill_clauseContext ctx)
Visit a parse tree produced byInfluxqlParser.fill_clause()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitFill_clause
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitOrder_by_clause
public T visitOrder_by_clause(InfluxqlParser.Order_by_clauseContext ctx)
Visit a parse tree produced byInfluxqlParser.order_by_clause()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitOrder_by_clause
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitTo_clause
public T visitTo_clause(InfluxqlParser.To_clauseContext ctx)
Visit a parse tree produced byInfluxqlParser.to_clause()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitTo_clause
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWhere_clause
public T visitWhere_clause(InfluxqlParser.Where_clauseContext ctx)
Visit a parse tree produced byInfluxqlParser.where_clause()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWhere_clause
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWith_measurement_clause
public T visitWith_measurement_clause(InfluxqlParser.With_measurement_clauseContext ctx)
Visit a parse tree produced byInfluxqlParser.with_measurement_clause()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWith_measurement_clause
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
visitWith_tag_clause
public T visitWith_tag_clause(InfluxqlParser.With_tag_clauseContext ctx)
Visit a parse tree produced byInfluxqlParser.with_tag_clause()
.The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
onctx
.- Specified by:
visitWith_tag_clause
in interfaceInfluxqlParserVisitor<T>
- Parameters:
ctx
- the parse tree- Returns:
- the visitor result
-
-