@@ -28,7 +28,26 @@ use core::iter;
2828use crate :: tokenizer:: Span ;
2929
3030use super :: {
31- AccessExpr , AlterColumnOperation , AlterIndexOperation , AlterTableOperation , Analyze , Array , Assignment , AssignmentTarget , AttachedToken , BeginEndStatements , CaseStatement , CloseCursor , ClusteredIndex , ColumnDef , ColumnOption , ColumnOptionDef , ConditionalStatementBlock , ConditionalStatements , ConflictTarget , ConnectByKind , ConstraintCharacteristics , CopySource , CreateIndex , CreateTable , CreateTableOptions , Cte , Delete , DoUpdate , ExceptSelectItem , ExcludeSelectItem , Expr , ExprWithAlias , Fetch , ForValues , FromTable , Function , FunctionArg , FunctionArgExpr , FunctionArgumentClause , FunctionArgumentList , FunctionArguments , GroupByExpr , HavingBound , IfStatement , IlikeSelectItem , IndexColumn , Insert , Interpolate , InterpolateExpr , Join , JoinConstraint , JoinOperator , JsonPath , JsonPathElem , LateralView , LimitClause , MatchRecognizePattern , Measure , Merge , MergeAction , MergeClause , MergeInsertExpr , MergeInsertKind , MergeUpdateExpr , NamedParenthesizedList , NamedWindowDefinition , ObjectName , ObjectNamePart , Offset , OnConflict , OnConflictAction , OnInsert , OpenStatement , OrderBy , OrderByExpr , OrderByKind , OutputClause , Parens , Partition , PartitionBoundValue , PivotValueSource , ProjectionSelect , Query , RaiseStatement , RaiseStatementValue , ReferentialAction , RenameSelectItem , ReplaceSelectElement , ReplaceSelectItem , Select , SelectInto , SelectItem , SetExpr , SqlOption , Statement , Subscript , SymbolDefinition , TableAlias , TableAliasColumnDef , TableConstraint , TableFactor , TableObject , TableOptionsClustered , TableWithJoins , Update , UpdateTableFromKind , Use , Values , ViewColumnDef , WhileStatement , WildcardAdditionalOptions , With , WithFill , comments, dcl:: SecondaryRoles , value:: ValueWithSpan
31+ comments, dcl:: SecondaryRoles , value:: ValueWithSpan , AccessExpr , AlterColumnOperation ,
32+ AlterIndexOperation , AlterTableOperation , Analyze , Array , Assignment , AssignmentTarget ,
33+ AttachedToken , BeginEndStatements , CaseStatement , CloseCursor , ClusteredIndex , ColumnDef ,
34+ ColumnOption , ColumnOptionDef , ConditionalStatementBlock , ConditionalStatements ,
35+ ConflictTarget , ConnectByKind , ConstraintCharacteristics , CopySource , CreateIndex , CreateTable ,
36+ CreateTableOptions , Cte , Delete , DoUpdate , ExceptSelectItem , ExcludeSelectItem , Expr ,
37+ ExprWithAlias , Fetch , ForValues , FromTable , Function , FunctionArg , FunctionArgExpr ,
38+ FunctionArgumentClause , FunctionArgumentList , FunctionArguments , GroupByExpr , HavingBound ,
39+ IfStatement , IlikeSelectItem , IndexColumn , Insert , Interpolate , InterpolateExpr , Join ,
40+ JoinConstraint , JoinOperator , JsonPath , JsonPathElem , LateralView , LimitClause ,
41+ MatchRecognizePattern , Measure , Merge , MergeAction , MergeClause , MergeInsertExpr ,
42+ MergeInsertKind , MergeUpdateExpr , NamedParenthesizedList , NamedWindowDefinition , ObjectName ,
43+ ObjectNamePart , Offset , OnConflict , OnConflictAction , OnInsert , OpenStatement , OrderBy ,
44+ OrderByExpr , OrderByKind , OutputClause , Parens , Partition , PartitionBoundValue ,
45+ PivotValueSource , ProjectionSelect , Query , RaiseStatement , RaiseStatementValue ,
46+ ReferentialAction , RenameSelectItem , ReplaceSelectElement , ReplaceSelectItem , Select ,
47+ SelectInto , SelectItem , SetExpr , SqlOption , Statement , Subscript , SymbolDefinition , TableAlias ,
48+ TableAliasColumnDef , TableConstraint , TableFactor , TableObject , TableOptionsClustered ,
49+ TableWithJoins , Update , UpdateTableFromKind , Use , Values , ViewColumnDef , WhileStatement ,
50+ WildcardAdditionalOptions , With , WithFill ,
3251} ;
3352
3453/// Given an iterator of spans, return the [Span::union] of all spans.
0 commit comments