Class Hierarchy
- java.lang.Object
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> (implements org.antlr.v4.runtime.tree.ParseTreeVisitor<T>)
- io.trino.grammar.sql.SqlBaseBaseVisitor<T> (implements io.trino.grammar.sql.SqlBaseVisitor<T>)
- org.antlr.v4.runtime.Recognizer<Symbol,
ATNInterpreter> - org.antlr.v4.runtime.Lexer (implements org.antlr.v4.runtime.TokenSource)
- io.trino.grammar.sql.SqlBaseLexer
- org.antlr.v4.runtime.Parser
- io.trino.grammar.sql.SqlBaseParser
- org.antlr.v4.runtime.Lexer (implements org.antlr.v4.runtime.TokenSource)
- org.antlr.v4.runtime.RuleContext (implements org.antlr.v4.runtime.tree.RuleNode)
- org.antlr.v4.runtime.ParserRuleContext
- io.trino.grammar.sql.SqlBaseParser.AliasedRelationContext
- io.trino.grammar.sql.SqlBaseParser.AuthorizationUserContext
- io.trino.grammar.sql.SqlBaseParser.IdentifierUserContext
- io.trino.grammar.sql.SqlBaseParser.StringUserContext
- io.trino.grammar.sql.SqlBaseParser.BooleanExpressionContext
- io.trino.grammar.sql.SqlBaseParser.AndContext
- io.trino.grammar.sql.SqlBaseParser.LogicalNotContext
- io.trino.grammar.sql.SqlBaseParser.OrContext
- io.trino.grammar.sql.SqlBaseParser.PredicatedContext
- io.trino.grammar.sql.SqlBaseParser.BooleanValueContext
- io.trino.grammar.sql.SqlBaseParser.CallArgumentContext
- io.trino.grammar.sql.SqlBaseParser.NamedArgumentContext
- io.trino.grammar.sql.SqlBaseParser.PositionalArgumentContext
- io.trino.grammar.sql.SqlBaseParser.ColumnAliasesContext
- io.trino.grammar.sql.SqlBaseParser.ColumnDefinitionContext
- io.trino.grammar.sql.SqlBaseParser.ComparisonOperatorContext
- io.trino.grammar.sql.SqlBaseParser.ComparisonQuantifierContext
- io.trino.grammar.sql.SqlBaseParser.CopartitionTablesContext
- io.trino.grammar.sql.SqlBaseParser.DescriptorArgumentContext
- io.trino.grammar.sql.SqlBaseParser.DescriptorFieldContext
- io.trino.grammar.sql.SqlBaseParser.EmptyMatchHandlingContext
- io.trino.grammar.sql.SqlBaseParser.ExplainOptionContext
- io.trino.grammar.sql.SqlBaseParser.ExplainFormatContext
- io.trino.grammar.sql.SqlBaseParser.ExplainTypeContext
- io.trino.grammar.sql.SqlBaseParser.ExpressionContext
- io.trino.grammar.sql.SqlBaseParser.FilterContext
- io.trino.grammar.sql.SqlBaseParser.FrameBoundContext
- io.trino.grammar.sql.SqlBaseParser.BoundedFrameContext
- io.trino.grammar.sql.SqlBaseParser.CurrentRowBoundContext
- io.trino.grammar.sql.SqlBaseParser.UnboundedFrameContext
- io.trino.grammar.sql.SqlBaseParser.FrameExtentContext
- io.trino.grammar.sql.SqlBaseParser.GrantorContext
- io.trino.grammar.sql.SqlBaseParser.CurrentRoleGrantorContext
- io.trino.grammar.sql.SqlBaseParser.CurrentUserGrantorContext
- io.trino.grammar.sql.SqlBaseParser.SpecifiedPrincipalContext
- io.trino.grammar.sql.SqlBaseParser.GroupByContext
- io.trino.grammar.sql.SqlBaseParser.GroupingElementContext
- io.trino.grammar.sql.SqlBaseParser.CubeContext
- io.trino.grammar.sql.SqlBaseParser.MultipleGroupingSetsContext
- io.trino.grammar.sql.SqlBaseParser.RollupContext
- io.trino.grammar.sql.SqlBaseParser.SingleGroupingSetContext
- io.trino.grammar.sql.SqlBaseParser.GroupingSetContext
- io.trino.grammar.sql.SqlBaseParser.IdentifierContext
- io.trino.grammar.sql.SqlBaseParser.BackQuotedIdentifierContext
- io.trino.grammar.sql.SqlBaseParser.DigitIdentifierContext
- io.trino.grammar.sql.SqlBaseParser.QuotedIdentifierContext
- io.trino.grammar.sql.SqlBaseParser.UnquotedIdentifierContext
- io.trino.grammar.sql.SqlBaseParser.IntervalContext
- io.trino.grammar.sql.SqlBaseParser.IntervalFieldContext
- io.trino.grammar.sql.SqlBaseParser.JoinCriteriaContext
- io.trino.grammar.sql.SqlBaseParser.JoinTypeContext
- io.trino.grammar.sql.SqlBaseParser.JsonArgumentContext
- io.trino.grammar.sql.SqlBaseParser.JsonExistsErrorBehaviorContext
- io.trino.grammar.sql.SqlBaseParser.JsonObjectMemberContext
- io.trino.grammar.sql.SqlBaseParser.JsonPathInvocationContext
- io.trino.grammar.sql.SqlBaseParser.JsonQueryBehaviorContext
- io.trino.grammar.sql.SqlBaseParser.JsonQueryWrapperBehaviorContext
- io.trino.grammar.sql.SqlBaseParser.JsonRepresentationContext
- io.trino.grammar.sql.SqlBaseParser.JsonTableColumnContext
- io.trino.grammar.sql.SqlBaseParser.NestedColumnsContext
- io.trino.grammar.sql.SqlBaseParser.OrdinalityColumnContext
- io.trino.grammar.sql.SqlBaseParser.QueryColumnContext
- io.trino.grammar.sql.SqlBaseParser.ValueColumnContext
- io.trino.grammar.sql.SqlBaseParser.JsonTableDefaultPlanContext
- io.trino.grammar.sql.SqlBaseParser.JsonTablePathNameContext
- io.trino.grammar.sql.SqlBaseParser.JsonTableSpecificPlanContext
- io.trino.grammar.sql.SqlBaseParser.CrossPlanContext
- io.trino.grammar.sql.SqlBaseParser.JoinPlanContext
- io.trino.grammar.sql.SqlBaseParser.LeafPlanContext
- io.trino.grammar.sql.SqlBaseParser.UnionPlanContext
- io.trino.grammar.sql.SqlBaseParser.JsonValueBehaviorContext
- io.trino.grammar.sql.SqlBaseParser.JsonValueExpressionContext
- io.trino.grammar.sql.SqlBaseParser.LevelOfIsolationContext
- io.trino.grammar.sql.SqlBaseParser.ReadCommittedContext
- io.trino.grammar.sql.SqlBaseParser.ReadUncommittedContext
- io.trino.grammar.sql.SqlBaseParser.RepeatableReadContext
- io.trino.grammar.sql.SqlBaseParser.SerializableContext
- io.trino.grammar.sql.SqlBaseParser.LikeClauseContext
- io.trino.grammar.sql.SqlBaseParser.LimitRowCountContext
- io.trino.grammar.sql.SqlBaseParser.ListaggCountIndicationContext
- io.trino.grammar.sql.SqlBaseParser.ListAggOverflowBehaviorContext
- io.trino.grammar.sql.SqlBaseParser.MeasureDefinitionContext
- io.trino.grammar.sql.SqlBaseParser.MergeCaseContext
- io.trino.grammar.sql.SqlBaseParser.MergeDeleteContext
- io.trino.grammar.sql.SqlBaseParser.MergeInsertContext
- io.trino.grammar.sql.SqlBaseParser.MergeUpdateContext
- io.trino.grammar.sql.SqlBaseParser.NamedQueryContext
- io.trino.grammar.sql.SqlBaseParser.NonReservedContext
- io.trino.grammar.sql.SqlBaseParser.NormalFormContext
- io.trino.grammar.sql.SqlBaseParser.NullTreatmentContext
- io.trino.grammar.sql.SqlBaseParser.NumberContext
- io.trino.grammar.sql.SqlBaseParser.DecimalLiteralContext
- io.trino.grammar.sql.SqlBaseParser.DoubleLiteralContext
- io.trino.grammar.sql.SqlBaseParser.IntegerLiteralContext
- io.trino.grammar.sql.SqlBaseParser.OverContext
- io.trino.grammar.sql.SqlBaseParser.PathElementContext
- io.trino.grammar.sql.SqlBaseParser.QualifiedArgumentContext
- io.trino.grammar.sql.SqlBaseParser.UnqualifiedArgumentContext
- io.trino.grammar.sql.SqlBaseParser.PathSpecificationContext
- io.trino.grammar.sql.SqlBaseParser.PatternPrimaryContext
- io.trino.grammar.sql.SqlBaseParser.EmptyPatternContext
- io.trino.grammar.sql.SqlBaseParser.ExcludedPatternContext
- io.trino.grammar.sql.SqlBaseParser.GroupedPatternContext
- io.trino.grammar.sql.SqlBaseParser.PartitionEndAnchorContext
- io.trino.grammar.sql.SqlBaseParser.PartitionStartAnchorContext
- io.trino.grammar.sql.SqlBaseParser.PatternPermutationContext
- io.trino.grammar.sql.SqlBaseParser.PatternVariableContext
- io.trino.grammar.sql.SqlBaseParser.PatternQuantifierContext
- io.trino.grammar.sql.SqlBaseParser.OneOrMoreQuantifierContext
- io.trino.grammar.sql.SqlBaseParser.RangeQuantifierContext
- io.trino.grammar.sql.SqlBaseParser.ZeroOrMoreQuantifierContext
- io.trino.grammar.sql.SqlBaseParser.ZeroOrOneQuantifierContext
- io.trino.grammar.sql.SqlBaseParser.PatternRecognitionContext
- io.trino.grammar.sql.SqlBaseParser.PlanPrimaryContext
- io.trino.grammar.sql.SqlBaseParser.PredicateContext
- io.trino.grammar.sql.SqlBaseParser.BetweenContext
- io.trino.grammar.sql.SqlBaseParser.ComparisonContext
- io.trino.grammar.sql.SqlBaseParser.DistinctFromContext
- io.trino.grammar.sql.SqlBaseParser.InListContext
- io.trino.grammar.sql.SqlBaseParser.InSubqueryContext
- io.trino.grammar.sql.SqlBaseParser.LikeContext
- io.trino.grammar.sql.SqlBaseParser.NullPredicateContext
- io.trino.grammar.sql.SqlBaseParser.QuantifiedComparisonContext
- io.trino.grammar.sql.SqlBaseParser.PrimaryExpressionContext
- io.trino.grammar.sql.SqlBaseParser.ArrayConstructorContext
- io.trino.grammar.sql.SqlBaseParser.BinaryLiteralContext
- io.trino.grammar.sql.SqlBaseParser.BooleanLiteralContext
- io.trino.grammar.sql.SqlBaseParser.CastContext
- io.trino.grammar.sql.SqlBaseParser.ColumnReferenceContext
- io.trino.grammar.sql.SqlBaseParser.CurrentCatalogContext
- io.trino.grammar.sql.SqlBaseParser.CurrentPathContext
- io.trino.grammar.sql.SqlBaseParser.CurrentSchemaContext
- io.trino.grammar.sql.SqlBaseParser.CurrentUserContext
- io.trino.grammar.sql.SqlBaseParser.DereferenceContext
- io.trino.grammar.sql.SqlBaseParser.ExistsContext
- io.trino.grammar.sql.SqlBaseParser.ExtractContext
- io.trino.grammar.sql.SqlBaseParser.FunctionCallContext
- io.trino.grammar.sql.SqlBaseParser.GroupingOperationContext
- io.trino.grammar.sql.SqlBaseParser.IntervalLiteralContext
- io.trino.grammar.sql.SqlBaseParser.JsonArrayContext
- io.trino.grammar.sql.SqlBaseParser.JsonExistsContext
- io.trino.grammar.sql.SqlBaseParser.JsonObjectContext
- io.trino.grammar.sql.SqlBaseParser.JsonQueryContext
- io.trino.grammar.sql.SqlBaseParser.JsonValueContext
- io.trino.grammar.sql.SqlBaseParser.LambdaContext
- io.trino.grammar.sql.SqlBaseParser.ListaggContext
- io.trino.grammar.sql.SqlBaseParser.MeasureContext
- io.trino.grammar.sql.SqlBaseParser.NormalizeContext
- io.trino.grammar.sql.SqlBaseParser.NullLiteralContext
- io.trino.grammar.sql.SqlBaseParser.NumericLiteralContext
- io.trino.grammar.sql.SqlBaseParser.ParameterContext
- io.trino.grammar.sql.SqlBaseParser.ParenthesizedExpressionContext
- io.trino.grammar.sql.SqlBaseParser.PositionContext
- io.trino.grammar.sql.SqlBaseParser.RowConstructorContext
- io.trino.grammar.sql.SqlBaseParser.SearchedCaseContext
- io.trino.grammar.sql.SqlBaseParser.SimpleCaseContext
- io.trino.grammar.sql.SqlBaseParser.SpecialDateTimeFunctionContext
- io.trino.grammar.sql.SqlBaseParser.StringLiteralContext
- io.trino.grammar.sql.SqlBaseParser.SubqueryExpressionContext
- io.trino.grammar.sql.SqlBaseParser.SubscriptContext
- io.trino.grammar.sql.SqlBaseParser.SubstringContext
- io.trino.grammar.sql.SqlBaseParser.TrimContext
- io.trino.grammar.sql.SqlBaseParser.TypeConstructorContext
- io.trino.grammar.sql.SqlBaseParser.PrincipalContext
- io.trino.grammar.sql.SqlBaseParser.RolePrincipalContext
- io.trino.grammar.sql.SqlBaseParser.UnspecifiedPrincipalContext
- io.trino.grammar.sql.SqlBaseParser.UserPrincipalContext
- io.trino.grammar.sql.SqlBaseParser.PrivilegeContext
- io.trino.grammar.sql.SqlBaseParser.ProcessingModeContext
- io.trino.grammar.sql.SqlBaseParser.PropertiesContext
- io.trino.grammar.sql.SqlBaseParser.PropertyAssignmentsContext
- io.trino.grammar.sql.SqlBaseParser.PropertyContext
- io.trino.grammar.sql.SqlBaseParser.PropertyValueContext
- io.trino.grammar.sql.SqlBaseParser.DefaultPropertyValueContext
- io.trino.grammar.sql.SqlBaseParser.NonDefaultPropertyValueContext
- io.trino.grammar.sql.SqlBaseParser.QualifiedNameContext
- io.trino.grammar.sql.SqlBaseParser.QueryContext
- io.trino.grammar.sql.SqlBaseParser.QueryNoWithContext
- io.trino.grammar.sql.SqlBaseParser.QueryPeriodContext
- io.trino.grammar.sql.SqlBaseParser.QueryPrimaryContext
- io.trino.grammar.sql.SqlBaseParser.InlineTableContext
- io.trino.grammar.sql.SqlBaseParser.QueryPrimaryDefaultContext
- io.trino.grammar.sql.SqlBaseParser.SubqueryContext
- io.trino.grammar.sql.SqlBaseParser.TableContext
- io.trino.grammar.sql.SqlBaseParser.QuerySpecificationContext
- io.trino.grammar.sql.SqlBaseParser.QueryTermContext
- io.trino.grammar.sql.SqlBaseParser.QueryTermDefaultContext
- io.trino.grammar.sql.SqlBaseParser.SetOperationContext
- io.trino.grammar.sql.SqlBaseParser.RangeTypeContext
- io.trino.grammar.sql.SqlBaseParser.RelationContext
- io.trino.grammar.sql.SqlBaseParser.JoinRelationContext
- io.trino.grammar.sql.SqlBaseParser.RelationDefaultContext
- io.trino.grammar.sql.SqlBaseParser.RelationPrimaryContext
- io.trino.grammar.sql.SqlBaseParser.JsonTableContext
- io.trino.grammar.sql.SqlBaseParser.LateralContext
- io.trino.grammar.sql.SqlBaseParser.ParenthesizedRelationContext
- io.trino.grammar.sql.SqlBaseParser.SubqueryRelationContext
- io.trino.grammar.sql.SqlBaseParser.TableFunctionInvocationContext
- io.trino.grammar.sql.SqlBaseParser.TableNameContext
- io.trino.grammar.sql.SqlBaseParser.UnnestContext
- io.trino.grammar.sql.SqlBaseParser.RolesContext
- io.trino.grammar.sql.SqlBaseParser.RowCountContext
- io.trino.grammar.sql.SqlBaseParser.RowFieldContext
- io.trino.grammar.sql.SqlBaseParser.RowPatternContext
- io.trino.grammar.sql.SqlBaseParser.PatternAlternationContext
- io.trino.grammar.sql.SqlBaseParser.PatternConcatenationContext
- io.trino.grammar.sql.SqlBaseParser.QuantifiedPrimaryContext
- io.trino.grammar.sql.SqlBaseParser.RowsPerMatchContext
- io.trino.grammar.sql.SqlBaseParser.SampledRelationContext
- io.trino.grammar.sql.SqlBaseParser.SampleTypeContext
- io.trino.grammar.sql.SqlBaseParser.SelectItemContext
- io.trino.grammar.sql.SqlBaseParser.SelectAllContext
- io.trino.grammar.sql.SqlBaseParser.SelectSingleContext
- io.trino.grammar.sql.SqlBaseParser.SetQuantifierContext
- io.trino.grammar.sql.SqlBaseParser.SingleStatementContext
- io.trino.grammar.sql.SqlBaseParser.SkipToContext
- io.trino.grammar.sql.SqlBaseParser.SortItemContext
- io.trino.grammar.sql.SqlBaseParser.StandaloneExpressionContext
- io.trino.grammar.sql.SqlBaseParser.StandalonePathSpecificationContext
- io.trino.grammar.sql.SqlBaseParser.StandaloneRowPatternContext
- io.trino.grammar.sql.SqlBaseParser.StandaloneTypeContext
- io.trino.grammar.sql.SqlBaseParser.StatementContext
- io.trino.grammar.sql.SqlBaseParser.AddColumnContext
- io.trino.grammar.sql.SqlBaseParser.AnalyzeContext
- io.trino.grammar.sql.SqlBaseParser.CallContext
- io.trino.grammar.sql.SqlBaseParser.CommentColumnContext
- io.trino.grammar.sql.SqlBaseParser.CommentTableContext
- io.trino.grammar.sql.SqlBaseParser.CommentViewContext
- io.trino.grammar.sql.SqlBaseParser.CommitContext
- io.trino.grammar.sql.SqlBaseParser.CreateCatalogContext
- io.trino.grammar.sql.SqlBaseParser.CreateMaterializedViewContext
- io.trino.grammar.sql.SqlBaseParser.CreateRoleContext
- io.trino.grammar.sql.SqlBaseParser.CreateSchemaContext
- io.trino.grammar.sql.SqlBaseParser.CreateTableAsSelectContext
- io.trino.grammar.sql.SqlBaseParser.CreateTableContext
- io.trino.grammar.sql.SqlBaseParser.CreateViewContext
- io.trino.grammar.sql.SqlBaseParser.DeallocateContext
- io.trino.grammar.sql.SqlBaseParser.DeleteContext
- io.trino.grammar.sql.SqlBaseParser.DenyContext
- io.trino.grammar.sql.SqlBaseParser.DescribeInputContext
- io.trino.grammar.sql.SqlBaseParser.DescribeOutputContext
- io.trino.grammar.sql.SqlBaseParser.DropCatalogContext
- io.trino.grammar.sql.SqlBaseParser.DropColumnContext
- io.trino.grammar.sql.SqlBaseParser.DropMaterializedViewContext
- io.trino.grammar.sql.SqlBaseParser.DropRoleContext
- io.trino.grammar.sql.SqlBaseParser.DropSchemaContext
- io.trino.grammar.sql.SqlBaseParser.DropTableContext
- io.trino.grammar.sql.SqlBaseParser.DropViewContext
- io.trino.grammar.sql.SqlBaseParser.ExecuteContext
- io.trino.grammar.sql.SqlBaseParser.ExecuteImmediateContext
- io.trino.grammar.sql.SqlBaseParser.ExplainAnalyzeContext
- io.trino.grammar.sql.SqlBaseParser.ExplainContext
- io.trino.grammar.sql.SqlBaseParser.GrantContext
- io.trino.grammar.sql.SqlBaseParser.GrantRolesContext
- io.trino.grammar.sql.SqlBaseParser.InsertIntoContext
- io.trino.grammar.sql.SqlBaseParser.MergeContext
- io.trino.grammar.sql.SqlBaseParser.PrepareContext
- io.trino.grammar.sql.SqlBaseParser.RefreshMaterializedViewContext
- io.trino.grammar.sql.SqlBaseParser.RenameColumnContext
- io.trino.grammar.sql.SqlBaseParser.RenameMaterializedViewContext
- io.trino.grammar.sql.SqlBaseParser.RenameSchemaContext
- io.trino.grammar.sql.SqlBaseParser.RenameTableContext
- io.trino.grammar.sql.SqlBaseParser.RenameViewContext
- io.trino.grammar.sql.SqlBaseParser.ResetSessionAuthorizationContext
- io.trino.grammar.sql.SqlBaseParser.ResetSessionContext
- io.trino.grammar.sql.SqlBaseParser.RevokeContext
- io.trino.grammar.sql.SqlBaseParser.RevokeRolesContext
- io.trino.grammar.sql.SqlBaseParser.RollbackContext
- io.trino.grammar.sql.SqlBaseParser.SetColumnTypeContext
- io.trino.grammar.sql.SqlBaseParser.SetMaterializedViewPropertiesContext
- io.trino.grammar.sql.SqlBaseParser.SetPathContext
- io.trino.grammar.sql.SqlBaseParser.SetRoleContext
- io.trino.grammar.sql.SqlBaseParser.SetSchemaAuthorizationContext
- io.trino.grammar.sql.SqlBaseParser.SetSessionAuthorizationContext
- io.trino.grammar.sql.SqlBaseParser.SetSessionContext
- io.trino.grammar.sql.SqlBaseParser.SetTableAuthorizationContext
- io.trino.grammar.sql.SqlBaseParser.SetTablePropertiesContext
- io.trino.grammar.sql.SqlBaseParser.SetTimeZoneContext
- io.trino.grammar.sql.SqlBaseParser.SetViewAuthorizationContext
- io.trino.grammar.sql.SqlBaseParser.ShowCatalogsContext
- io.trino.grammar.sql.SqlBaseParser.ShowColumnsContext
- io.trino.grammar.sql.SqlBaseParser.ShowCreateMaterializedViewContext
- io.trino.grammar.sql.SqlBaseParser.ShowCreateSchemaContext
- io.trino.grammar.sql.SqlBaseParser.ShowCreateTableContext
- io.trino.grammar.sql.SqlBaseParser.ShowCreateViewContext
- io.trino.grammar.sql.SqlBaseParser.ShowFunctionsContext
- io.trino.grammar.sql.SqlBaseParser.ShowGrantsContext
- io.trino.grammar.sql.SqlBaseParser.ShowRoleGrantsContext
- io.trino.grammar.sql.SqlBaseParser.ShowRolesContext
- io.trino.grammar.sql.SqlBaseParser.ShowSchemasContext
- io.trino.grammar.sql.SqlBaseParser.ShowSessionContext
- io.trino.grammar.sql.SqlBaseParser.ShowStatsContext
- io.trino.grammar.sql.SqlBaseParser.ShowStatsForQueryContext
- io.trino.grammar.sql.SqlBaseParser.ShowTablesContext
- io.trino.grammar.sql.SqlBaseParser.StartTransactionContext
- io.trino.grammar.sql.SqlBaseParser.StatementDefaultContext
- io.trino.grammar.sql.SqlBaseParser.TableExecuteContext
- io.trino.grammar.sql.SqlBaseParser.TruncateTableContext
- io.trino.grammar.sql.SqlBaseParser.UpdateContext
- io.trino.grammar.sql.SqlBaseParser.UseContext
- io.trino.grammar.sql.SqlBaseParser.StringContext
- io.trino.grammar.sql.SqlBaseParser.BasicStringLiteralContext
- io.trino.grammar.sql.SqlBaseParser.UnicodeStringLiteralContext
- io.trino.grammar.sql.SqlBaseParser.SubsetDefinitionContext
- io.trino.grammar.sql.SqlBaseParser.TableArgumentContext
- io.trino.grammar.sql.SqlBaseParser.TableArgumentRelationContext
- io.trino.grammar.sql.SqlBaseParser.TableArgumentQueryContext
- io.trino.grammar.sql.SqlBaseParser.TableArgumentTableContext
- io.trino.grammar.sql.SqlBaseParser.TableElementContext
- io.trino.grammar.sql.SqlBaseParser.TableFunctionArgumentContext
- io.trino.grammar.sql.SqlBaseParser.TableFunctionCallContext
- io.trino.grammar.sql.SqlBaseParser.TimeZoneSpecifierContext
- io.trino.grammar.sql.SqlBaseParser.TimeZoneIntervalContext
- io.trino.grammar.sql.SqlBaseParser.TimeZoneStringContext
- io.trino.grammar.sql.SqlBaseParser.TransactionModeContext
- io.trino.grammar.sql.SqlBaseParser.IsolationLevelContext
- io.trino.grammar.sql.SqlBaseParser.TransactionAccessModeContext
- io.trino.grammar.sql.SqlBaseParser.TrimsSpecificationContext
- io.trino.grammar.sql.SqlBaseParser.TypeContext
- io.trino.grammar.sql.SqlBaseParser.ArrayTypeContext
- io.trino.grammar.sql.SqlBaseParser.DateTimeTypeContext
- io.trino.grammar.sql.SqlBaseParser.DoublePrecisionTypeContext
- io.trino.grammar.sql.SqlBaseParser.GenericTypeContext
- io.trino.grammar.sql.SqlBaseParser.IntervalTypeContext
- io.trino.grammar.sql.SqlBaseParser.LegacyArrayTypeContext
- io.trino.grammar.sql.SqlBaseParser.LegacyMapTypeContext
- io.trino.grammar.sql.SqlBaseParser.RowTypeContext
- io.trino.grammar.sql.SqlBaseParser.TypeParameterContext
- io.trino.grammar.sql.SqlBaseParser.UpdateAssignmentContext
- io.trino.grammar.sql.SqlBaseParser.ValueExpressionContext
- io.trino.grammar.sql.SqlBaseParser.ArithmeticBinaryContext
- io.trino.grammar.sql.SqlBaseParser.ArithmeticUnaryContext
- io.trino.grammar.sql.SqlBaseParser.AtTimeZoneContext
- io.trino.grammar.sql.SqlBaseParser.ConcatenationContext
- io.trino.grammar.sql.SqlBaseParser.ValueExpressionDefaultContext
- io.trino.grammar.sql.SqlBaseParser.VariableDefinitionContext
- io.trino.grammar.sql.SqlBaseParser.WhenClauseContext
- io.trino.grammar.sql.SqlBaseParser.WindowDefinitionContext
- io.trino.grammar.sql.SqlBaseParser.WindowFrameContext
- io.trino.grammar.sql.SqlBaseParser.WindowSpecificationContext
- io.trino.grammar.sql.SqlBaseParser.WithContext
- org.antlr.v4.runtime.ParserRuleContext
- io.trino.grammar.sql.SqlBaseBaseListener (implements io.trino.grammar.sql.SqlBaseListener)
- io.trino.grammar.sql.SqlKeywords
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> (implements org.antlr.v4.runtime.tree.ParseTreeVisitor<T>)
Interface Hierarchy
- org.antlr.v4.runtime.tree.ParseTreeListener
- io.trino.grammar.sql.SqlBaseListener
- org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- io.trino.grammar.sql.SqlBaseVisitor<T>