@@ -21,7 +21,21 @@ use core::iter;
2121use crate :: tokenizer:: Span ;
2222
2323use super :: {
24- dcl:: SecondaryRoles , value:: ValueWithSpan , AccessExpr , AlterColumnOperation , AlterIndexOperation , AlterTableOperation , Array , Assignment , AssignmentTarget , CloseCursor , ClusteredIndex , ColumnDef , ColumnOption , ColumnOptionDef , ConflictTarget , ConnectBy , ConstraintCharacteristics , CopySource , CreateIndex , CreateTable , CreateTableOptions , Cte , Delete , DoUpdate , ExceptSelectItem , ExcludeSelectItem , Expr , ExprWithAlias , Fetch , FromTable , Function , FunctionArg , FunctionArgExpr , FunctionArgumentClause , FunctionArgumentList , FunctionArguments , GroupByExpr , HavingBound , IlikeSelectItem , Insert , Interpolate , InterpolateExpr , Join , JoinConstraint , JoinOperator , JsonPath , JsonPathElem , LateralView , MatchRecognizePattern , Measure , NamedWindowDefinition , ObjectName , ObjectNamePart , Offset , OnConflict , OnConflictAction , OnInsert , OrderBy , OrderByExpr , Partition , PivotValueSource , ProjectionSelect , Query , ReferentialAction , RenameSelectItem , ReplaceSelectElement , ReplaceSelectItem , Select , SelectInto , SelectItem , SetExpr , SqlOption , Statement , Subscript , SymbolDefinition , TableAlias , TableAliasColumnDef , TableConstraint , TableFactor , TableObject , TableOptionsClustered , TableWithJoins , UpdateTableFromKind , Use , Value , Values , ViewColumnDef , WildcardAdditionalOptions , With , WithFill
24+ dcl:: SecondaryRoles , value:: ValueWithSpan , AccessExpr , AlterColumnOperation ,
25+ AlterIndexOperation , AlterTableOperation , Array , Assignment , AssignmentTarget , CloseCursor ,
26+ ClusteredIndex , ColumnDef , ColumnOption , ColumnOptionDef , ConflictTarget , ConnectBy ,
27+ ConstraintCharacteristics , CopySource , CreateIndex , CreateTable , CreateTableOptions , Cte ,
28+ Delete , DoUpdate , ExceptSelectItem , ExcludeSelectItem , Expr , ExprWithAlias , Fetch , FromTable ,
29+ Function , FunctionArg , FunctionArgExpr , FunctionArgumentClause , FunctionArgumentList ,
30+ FunctionArguments , GroupByExpr , HavingBound , IlikeSelectItem , Insert , Interpolate ,
31+ InterpolateExpr , Join , JoinConstraint , JoinOperator , JsonPath , JsonPathElem , LateralView ,
32+ MatchRecognizePattern , Measure , NamedWindowDefinition , ObjectName , ObjectNamePart , Offset ,
33+ OnConflict , OnConflictAction , OnInsert , OrderBy , OrderByExpr , Partition , PivotValueSource ,
34+ ProjectionSelect , Query , ReferentialAction , RenameSelectItem , ReplaceSelectElement ,
35+ ReplaceSelectItem , Select , SelectInto , SelectItem , SetExpr , SqlOption , Statement , Subscript ,
36+ SymbolDefinition , TableAlias , TableAliasColumnDef , TableConstraint , TableFactor , TableObject ,
37+ TableOptionsClustered , TableWithJoins , UpdateTableFromKind , Use , Value , Values , ViewColumnDef ,
38+ WildcardAdditionalOptions , With , WithFill ,
2539} ;
2640
2741/// Given an iterator of spans, return the [Span::union] of all spans.
@@ -1960,7 +1974,6 @@ impl Spanned for TableAliasColumnDef {
19601974 }
19611975}
19621976
1963-
19641977impl Spanned for ValueWithSpan {
19651978 fn span ( & self ) -> Span {
19661979 self . span
0 commit comments