@@ -1887,15 +1887,11 @@ extension Spark_Connect_Expression: SwiftProtobuf.Message, SwiftProtobuf._Messag
1887
1887
var _common : Spark_Connect_ExpressionCommon ? = nil
1888
1888
var _exprType : Spark_Connect_Expression . OneOf_ExprType ?
1889
1889
1890
- #if swift(>=5.10)
1891
1890
// This property is used as the initial default value for new instances of the type.
1892
1891
// The type itself is protecting the reference to its storage via CoW semantics.
1893
1892
// This will force a copy to be made of this reference when the first mutation occurs;
1894
1893
// hence, it is safe to mark this as `nonisolated(unsafe)`.
1895
1894
static nonisolated ( unsafe) let defaultInstance = _StorageClass ( )
1896
- #else
1897
- static let defaultInstance = _StorageClass ( )
1898
- #endif
1899
1895
1900
1896
private init ( ) { }
1901
1897
@@ -2334,15 +2330,11 @@ extension Spark_Connect_Expression.Window: SwiftProtobuf.Message, SwiftProtobuf.
2334
2330
var _orderSpec : [ Spark_Connect_Expression . SortOrder ] = [ ]
2335
2331
var _frameSpec : Spark_Connect_Expression . Window . WindowFrame ? = nil
2336
2332
2337
- #if swift(>=5.10)
2338
2333
// This property is used as the initial default value for new instances of the type.
2339
2334
// The type itself is protecting the reference to its storage via CoW semantics.
2340
2335
// This will force a copy to be made of this reference when the first mutation occurs;
2341
2336
// hence, it is safe to mark this as `nonisolated(unsafe)`.
2342
2337
static nonisolated ( unsafe) let defaultInstance = _StorageClass ( )
2343
- #else
2344
- static let defaultInstance = _StorageClass ( )
2345
- #endif
2346
2338
2347
2339
private init ( ) { }
2348
2340
@@ -2432,15 +2424,11 @@ extension Spark_Connect_Expression.Window.WindowFrame: SwiftProtobuf.Message, Sw
2432
2424
var _lower : Spark_Connect_Expression . Window . WindowFrame . FrameBoundary ? = nil
2433
2425
var _upper : Spark_Connect_Expression . Window . WindowFrame . FrameBoundary ? = nil
2434
2426
2435
- #if swift(>=5.10)
2436
2427
// This property is used as the initial default value for new instances of the type.
2437
2428
// The type itself is protecting the reference to its storage via CoW semantics.
2438
2429
// This will force a copy to be made of this reference when the first mutation occurs;
2439
2430
// hence, it is safe to mark this as `nonisolated(unsafe)`.
2440
2431
static nonisolated ( unsafe) let defaultInstance = _StorageClass ( )
2441
- #else
2442
- static let defaultInstance = _StorageClass ( )
2443
- #endif
2444
2432
2445
2433
private init ( ) { }
2446
2434
@@ -2530,15 +2518,11 @@ extension Spark_Connect_Expression.Window.WindowFrame.FrameBoundary: SwiftProtob
2530
2518
fileprivate class _StorageClass {
2531
2519
var _boundary : Spark_Connect_Expression . Window . WindowFrame . FrameBoundary . OneOf_Boundary ?
2532
2520
2533
- #if swift(>=5.10)
2534
2521
// This property is used as the initial default value for new instances of the type.
2535
2522
// The type itself is protecting the reference to its storage via CoW semantics.
2536
2523
// This will force a copy to be made of this reference when the first mutation occurs;
2537
2524
// hence, it is safe to mark this as `nonisolated(unsafe)`.
2538
2525
static nonisolated ( unsafe) let defaultInstance = _StorageClass ( )
2539
- #else
2540
- static let defaultInstance = _StorageClass ( )
2541
- #endif
2542
2526
2543
2527
private init ( ) { }
2544
2528
@@ -2650,15 +2634,11 @@ extension Spark_Connect_Expression.SortOrder: SwiftProtobuf.Message, SwiftProtob
2650
2634
var _direction : Spark_Connect_Expression . SortOrder . SortDirection = . unspecified
2651
2635
var _nullOrdering : Spark_Connect_Expression . SortOrder . NullOrdering = . sortNullsUnspecified
2652
2636
2653
- #if swift(>=5.10)
2654
2637
// This property is used as the initial default value for new instances of the type.
2655
2638
// The type itself is protecting the reference to its storage via CoW semantics.
2656
2639
// This will force a copy to be made of this reference when the first mutation occurs;
2657
2640
// hence, it is safe to mark this as `nonisolated(unsafe)`.
2658
2641
static nonisolated ( unsafe) let defaultInstance = _StorageClass ( )
2659
- #else
2660
- static let defaultInstance = _StorageClass ( )
2661
- #endif
2662
2642
2663
2643
private init ( ) { }
2664
2644
@@ -2759,15 +2739,11 @@ extension Spark_Connect_Expression.Cast: SwiftProtobuf.Message, SwiftProtobuf._M
2759
2739
var _castToType : Spark_Connect_Expression . Cast . OneOf_CastToType ?
2760
2740
var _evalMode : Spark_Connect_Expression . Cast . EvalMode = . unspecified
2761
2741
2762
- #if swift(>=5.10)
2763
2742
// This property is used as the initial default value for new instances of the type.
2764
2743
// The type itself is protecting the reference to its storage via CoW semantics.
2765
2744
// This will force a copy to be made of this reference when the first mutation occurs;
2766
2745
// hence, it is safe to mark this as `nonisolated(unsafe)`.
2767
2746
static nonisolated ( unsafe) let defaultInstance = _StorageClass ( )
2768
- #else
2769
- static let defaultInstance = _StorageClass ( )
2770
- #endif
2771
2747
2772
2748
private init ( ) { }
2773
2749
@@ -3824,15 +3800,11 @@ extension Spark_Connect_Expression.UnresolvedExtractValue: SwiftProtobuf.Message
3824
3800
var _child : Spark_Connect_Expression ? = nil
3825
3801
var _extraction : Spark_Connect_Expression ? = nil
3826
3802
3827
- #if swift(>=5.10)
3828
3803
// This property is used as the initial default value for new instances of the type.
3829
3804
// The type itself is protecting the reference to its storage via CoW semantics.
3830
3805
// This will force a copy to be made of this reference when the first mutation occurs;
3831
3806
// hence, it is safe to mark this as `nonisolated(unsafe)`.
3832
3807
static nonisolated ( unsafe) let defaultInstance = _StorageClass ( )
3833
- #else
3834
- static let defaultInstance = _StorageClass ( )
3835
- #endif
3836
3808
3837
3809
private init ( ) { }
3838
3810
@@ -3910,15 +3882,11 @@ extension Spark_Connect_Expression.UpdateFields: SwiftProtobuf.Message, SwiftPro
3910
3882
var _fieldName : String = String ( )
3911
3883
var _valueExpression : Spark_Connect_Expression ? = nil
3912
3884
3913
- #if swift(>=5.10)
3914
3885
// This property is used as the initial default value for new instances of the type.
3915
3886
// The type itself is protecting the reference to its storage via CoW semantics.
3916
3887
// This will force a copy to be made of this reference when the first mutation occurs;
3917
3888
// hence, it is safe to mark this as `nonisolated(unsafe)`.
3918
3889
static nonisolated ( unsafe) let defaultInstance = _StorageClass ( )
3919
- #else
3920
- static let defaultInstance = _StorageClass ( )
3921
- #endif
3922
3890
3923
3891
private init ( ) { }
3924
3892
@@ -4002,15 +3970,11 @@ extension Spark_Connect_Expression.Alias: SwiftProtobuf.Message, SwiftProtobuf._
4002
3970
var _name : [ String ] = [ ]
4003
3971
var _metadata : String ? = nil
4004
3972
4005
- #if swift(>=5.10)
4006
3973
// This property is used as the initial default value for new instances of the type.
4007
3974
// The type itself is protecting the reference to its storage via CoW semantics.
4008
3975
// This will force a copy to be made of this reference when the first mutation occurs;
4009
3976
// hence, it is safe to mark this as `nonisolated(unsafe)`.
4010
3977
static nonisolated ( unsafe) let defaultInstance = _StorageClass ( )
4011
- #else
4012
- static let defaultInstance = _StorageClass ( )
4013
- #endif
4014
3978
4015
3979
private init ( ) { }
4016
3980
@@ -4092,15 +4056,11 @@ extension Spark_Connect_Expression.LambdaFunction: SwiftProtobuf.Message, SwiftP
4092
4056
var _function : Spark_Connect_Expression ? = nil
4093
4057
var _arguments : [ Spark_Connect_Expression . UnresolvedNamedLambdaVariable ] = [ ]
4094
4058
4095
- #if swift(>=5.10)
4096
4059
// This property is used as the initial default value for new instances of the type.
4097
4060
// The type itself is protecting the reference to its storage via CoW semantics.
4098
4061
// This will force a copy to be made of this reference when the first mutation occurs;
4099
4062
// hence, it is safe to mark this as `nonisolated(unsafe)`.
4100
4063
static nonisolated ( unsafe) let defaultInstance = _StorageClass ( )
4101
- #else
4102
- static let defaultInstance = _StorageClass ( )
4103
- #endif
4104
4064
4105
4065
private init ( ) { }
4106
4066
@@ -4598,15 +4558,11 @@ extension Spark_Connect_NamedArgumentExpression: SwiftProtobuf.Message, SwiftPro
4598
4558
var _key : String = String ( )
4599
4559
var _value : Spark_Connect_Expression ? = nil
4600
4560
4601
- #if swift(>=5.10)
4602
4561
// This property is used as the initial default value for new instances of the type.
4603
4562
// The type itself is protecting the reference to its storage via CoW semantics.
4604
4563
// This will force a copy to be made of this reference when the first mutation occurs;
4605
4564
// hence, it is safe to mark this as `nonisolated(unsafe)`.
4606
4565
static nonisolated ( unsafe) let defaultInstance = _StorageClass ( )
4607
- #else
4608
- static let defaultInstance = _StorageClass ( )
4609
- #endif
4610
4566
4611
4567
private init ( ) { }
4612
4568
@@ -4684,15 +4640,11 @@ extension Spark_Connect_MergeAction: SwiftProtobuf.Message, SwiftProtobuf._Messa
4684
4640
var _condition : Spark_Connect_Expression ? = nil
4685
4641
var _assignments : [ Spark_Connect_MergeAction . Assignment ] = [ ]
4686
4642
4687
- #if swift(>=5.10)
4688
4643
// This property is used as the initial default value for new instances of the type.
4689
4644
// The type itself is protecting the reference to its storage via CoW semantics.
4690
4645
// This will force a copy to be made of this reference when the first mutation occurs;
4691
4646
// hence, it is safe to mark this as `nonisolated(unsafe)`.
4692
4647
static nonisolated ( unsafe) let defaultInstance = _StorageClass ( )
4693
- #else
4694
- static let defaultInstance = _StorageClass ( )
4695
- #endif
4696
4648
4697
4649
private init ( ) { }
4698
4650
0 commit comments