@@ -1887,15 +1887,11 @@ extension Spark_Connect_Expression: SwiftProtobuf.Message, SwiftProtobuf._Messag
18871887 var _common : Spark_Connect_ExpressionCommon ? = nil
18881888 var _exprType : Spark_Connect_Expression . OneOf_ExprType ?
18891889
1890- #if swift(>=5.10)
18911890 // This property is used as the initial default value for new instances of the type.
18921891 // The type itself is protecting the reference to its storage via CoW semantics.
18931892 // This will force a copy to be made of this reference when the first mutation occurs;
18941893 // hence, it is safe to mark this as `nonisolated(unsafe)`.
18951894 static nonisolated ( unsafe) let defaultInstance = _StorageClass ( )
1896- #else
1897- static let defaultInstance = _StorageClass ( )
1898- #endif
18991895
19001896 private init ( ) { }
19011897
@@ -2334,15 +2330,11 @@ extension Spark_Connect_Expression.Window: SwiftProtobuf.Message, SwiftProtobuf.
23342330 var _orderSpec : [ Spark_Connect_Expression . SortOrder ] = [ ]
23352331 var _frameSpec : Spark_Connect_Expression . Window . WindowFrame ? = nil
23362332
2337- #if swift(>=5.10)
23382333 // This property is used as the initial default value for new instances of the type.
23392334 // The type itself is protecting the reference to its storage via CoW semantics.
23402335 // This will force a copy to be made of this reference when the first mutation occurs;
23412336 // hence, it is safe to mark this as `nonisolated(unsafe)`.
23422337 static nonisolated ( unsafe) let defaultInstance = _StorageClass ( )
2343- #else
2344- static let defaultInstance = _StorageClass ( )
2345- #endif
23462338
23472339 private init ( ) { }
23482340
@@ -2432,15 +2424,11 @@ extension Spark_Connect_Expression.Window.WindowFrame: SwiftProtobuf.Message, Sw
24322424 var _lower : Spark_Connect_Expression . Window . WindowFrame . FrameBoundary ? = nil
24332425 var _upper : Spark_Connect_Expression . Window . WindowFrame . FrameBoundary ? = nil
24342426
2435- #if swift(>=5.10)
24362427 // This property is used as the initial default value for new instances of the type.
24372428 // The type itself is protecting the reference to its storage via CoW semantics.
24382429 // This will force a copy to be made of this reference when the first mutation occurs;
24392430 // hence, it is safe to mark this as `nonisolated(unsafe)`.
24402431 static nonisolated ( unsafe) let defaultInstance = _StorageClass ( )
2441- #else
2442- static let defaultInstance = _StorageClass ( )
2443- #endif
24442432
24452433 private init ( ) { }
24462434
@@ -2530,15 +2518,11 @@ extension Spark_Connect_Expression.Window.WindowFrame.FrameBoundary: SwiftProtob
25302518 fileprivate class _StorageClass {
25312519 var _boundary : Spark_Connect_Expression . Window . WindowFrame . FrameBoundary . OneOf_Boundary ?
25322520
2533- #if swift(>=5.10)
25342521 // This property is used as the initial default value for new instances of the type.
25352522 // The type itself is protecting the reference to its storage via CoW semantics.
25362523 // This will force a copy to be made of this reference when the first mutation occurs;
25372524 // hence, it is safe to mark this as `nonisolated(unsafe)`.
25382525 static nonisolated ( unsafe) let defaultInstance = _StorageClass ( )
2539- #else
2540- static let defaultInstance = _StorageClass ( )
2541- #endif
25422526
25432527 private init ( ) { }
25442528
@@ -2650,15 +2634,11 @@ extension Spark_Connect_Expression.SortOrder: SwiftProtobuf.Message, SwiftProtob
26502634 var _direction : Spark_Connect_Expression . SortOrder . SortDirection = . unspecified
26512635 var _nullOrdering : Spark_Connect_Expression . SortOrder . NullOrdering = . sortNullsUnspecified
26522636
2653- #if swift(>=5.10)
26542637 // This property is used as the initial default value for new instances of the type.
26552638 // The type itself is protecting the reference to its storage via CoW semantics.
26562639 // This will force a copy to be made of this reference when the first mutation occurs;
26572640 // hence, it is safe to mark this as `nonisolated(unsafe)`.
26582641 static nonisolated ( unsafe) let defaultInstance = _StorageClass ( )
2659- #else
2660- static let defaultInstance = _StorageClass ( )
2661- #endif
26622642
26632643 private init ( ) { }
26642644
@@ -2759,15 +2739,11 @@ extension Spark_Connect_Expression.Cast: SwiftProtobuf.Message, SwiftProtobuf._M
27592739 var _castToType : Spark_Connect_Expression . Cast . OneOf_CastToType ?
27602740 var _evalMode : Spark_Connect_Expression . Cast . EvalMode = . unspecified
27612741
2762- #if swift(>=5.10)
27632742 // This property is used as the initial default value for new instances of the type.
27642743 // The type itself is protecting the reference to its storage via CoW semantics.
27652744 // This will force a copy to be made of this reference when the first mutation occurs;
27662745 // hence, it is safe to mark this as `nonisolated(unsafe)`.
27672746 static nonisolated ( unsafe) let defaultInstance = _StorageClass ( )
2768- #else
2769- static let defaultInstance = _StorageClass ( )
2770- #endif
27712747
27722748 private init ( ) { }
27732749
@@ -3824,15 +3800,11 @@ extension Spark_Connect_Expression.UnresolvedExtractValue: SwiftProtobuf.Message
38243800 var _child : Spark_Connect_Expression ? = nil
38253801 var _extraction : Spark_Connect_Expression ? = nil
38263802
3827- #if swift(>=5.10)
38283803 // This property is used as the initial default value for new instances of the type.
38293804 // The type itself is protecting the reference to its storage via CoW semantics.
38303805 // This will force a copy to be made of this reference when the first mutation occurs;
38313806 // hence, it is safe to mark this as `nonisolated(unsafe)`.
38323807 static nonisolated ( unsafe) let defaultInstance = _StorageClass ( )
3833- #else
3834- static let defaultInstance = _StorageClass ( )
3835- #endif
38363808
38373809 private init ( ) { }
38383810
@@ -3910,15 +3882,11 @@ extension Spark_Connect_Expression.UpdateFields: SwiftProtobuf.Message, SwiftPro
39103882 var _fieldName : String = String ( )
39113883 var _valueExpression : Spark_Connect_Expression ? = nil
39123884
3913- #if swift(>=5.10)
39143885 // This property is used as the initial default value for new instances of the type.
39153886 // The type itself is protecting the reference to its storage via CoW semantics.
39163887 // This will force a copy to be made of this reference when the first mutation occurs;
39173888 // hence, it is safe to mark this as `nonisolated(unsafe)`.
39183889 static nonisolated ( unsafe) let defaultInstance = _StorageClass ( )
3919- #else
3920- static let defaultInstance = _StorageClass ( )
3921- #endif
39223890
39233891 private init ( ) { }
39243892
@@ -4002,15 +3970,11 @@ extension Spark_Connect_Expression.Alias: SwiftProtobuf.Message, SwiftProtobuf._
40023970 var _name : [ String ] = [ ]
40033971 var _metadata : String ? = nil
40043972
4005- #if swift(>=5.10)
40063973 // This property is used as the initial default value for new instances of the type.
40073974 // The type itself is protecting the reference to its storage via CoW semantics.
40083975 // This will force a copy to be made of this reference when the first mutation occurs;
40093976 // hence, it is safe to mark this as `nonisolated(unsafe)`.
40103977 static nonisolated ( unsafe) let defaultInstance = _StorageClass ( )
4011- #else
4012- static let defaultInstance = _StorageClass ( )
4013- #endif
40143978
40153979 private init ( ) { }
40163980
@@ -4092,15 +4056,11 @@ extension Spark_Connect_Expression.LambdaFunction: SwiftProtobuf.Message, SwiftP
40924056 var _function : Spark_Connect_Expression ? = nil
40934057 var _arguments : [ Spark_Connect_Expression . UnresolvedNamedLambdaVariable ] = [ ]
40944058
4095- #if swift(>=5.10)
40964059 // This property is used as the initial default value for new instances of the type.
40974060 // The type itself is protecting the reference to its storage via CoW semantics.
40984061 // This will force a copy to be made of this reference when the first mutation occurs;
40994062 // hence, it is safe to mark this as `nonisolated(unsafe)`.
41004063 static nonisolated ( unsafe) let defaultInstance = _StorageClass ( )
4101- #else
4102- static let defaultInstance = _StorageClass ( )
4103- #endif
41044064
41054065 private init ( ) { }
41064066
@@ -4598,15 +4558,11 @@ extension Spark_Connect_NamedArgumentExpression: SwiftProtobuf.Message, SwiftPro
45984558 var _key : String = String ( )
45994559 var _value : Spark_Connect_Expression ? = nil
46004560
4601- #if swift(>=5.10)
46024561 // This property is used as the initial default value for new instances of the type.
46034562 // The type itself is protecting the reference to its storage via CoW semantics.
46044563 // This will force a copy to be made of this reference when the first mutation occurs;
46054564 // hence, it is safe to mark this as `nonisolated(unsafe)`.
46064565 static nonisolated ( unsafe) let defaultInstance = _StorageClass ( )
4607- #else
4608- static let defaultInstance = _StorageClass ( )
4609- #endif
46104566
46114567 private init ( ) { }
46124568
@@ -4684,15 +4640,11 @@ extension Spark_Connect_MergeAction: SwiftProtobuf.Message, SwiftProtobuf._Messa
46844640 var _condition : Spark_Connect_Expression ? = nil
46854641 var _assignments : [ Spark_Connect_MergeAction . Assignment ] = [ ]
46864642
4687- #if swift(>=5.10)
46884643 // This property is used as the initial default value for new instances of the type.
46894644 // The type itself is protecting the reference to its storage via CoW semantics.
46904645 // This will force a copy to be made of this reference when the first mutation occurs;
46914646 // hence, it is safe to mark this as `nonisolated(unsafe)`.
46924647 static nonisolated ( unsafe) let defaultInstance = _StorageClass ( )
4693- #else
4694- static let defaultInstance = _StorageClass ( )
4695- #endif
46964648
46974649 private init ( ) { }
46984650
0 commit comments