@@ -442,13 +442,7 @@ fileprivate let _protobuf_package = "spark.connect"
442
442
443
443
extension Spark_Connect_StorageLevel : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
444
444
static let protoMessageName : String = _protobuf_package + " .StorageLevel "
445
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
446
- 1 : . standard( proto: " use_disk " ) ,
447
- 2 : . standard( proto: " use_memory " ) ,
448
- 3 : . standard( proto: " use_off_heap " ) ,
449
- 4 : . same( proto: " deserialized " ) ,
450
- 5 : . same( proto: " replication " ) ,
451
- ]
445
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{3} use_disk \0 \u{3} use_memory \0 \u{3} use_off_heap \0 \u{1} deserialized \0 \u{1} replication \0 " )
452
446
453
447
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
454
448
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -498,10 +492,7 @@ extension Spark_Connect_StorageLevel: SwiftProtobuf.Message, SwiftProtobuf._Mess
498
492
499
493
extension Spark_Connect_ResourceInformation : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
500
494
static let protoMessageName : String = _protobuf_package + " .ResourceInformation "
501
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
502
- 1 : . same( proto: " name " ) ,
503
- 2 : . same( proto: " addresses " ) ,
504
- ]
495
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{1} name \0 \u{1} addresses \0 " )
505
496
506
497
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
507
498
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -536,12 +527,7 @@ extension Spark_Connect_ResourceInformation: SwiftProtobuf.Message, SwiftProtobu
536
527
537
528
extension Spark_Connect_ExecutorResourceRequest : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
538
529
static let protoMessageName : String = _protobuf_package + " .ExecutorResourceRequest "
539
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
540
- 1 : . standard( proto: " resource_name " ) ,
541
- 2 : . same( proto: " amount " ) ,
542
- 3 : . standard( proto: " discovery_script " ) ,
543
- 4 : . same( proto: " vendor " ) ,
544
- ]
530
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{3} resource_name \0 \u{1} amount \0 \u{3} discovery_script \0 \u{1} vendor \0 " )
545
531
546
532
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
547
533
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -590,10 +576,7 @@ extension Spark_Connect_ExecutorResourceRequest: SwiftProtobuf.Message, SwiftPro
590
576
591
577
extension Spark_Connect_TaskResourceRequest : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
592
578
static let protoMessageName : String = _protobuf_package + " .TaskResourceRequest "
593
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
594
- 1 : . standard( proto: " resource_name " ) ,
595
- 2 : . same( proto: " amount " ) ,
596
- ]
579
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{3} resource_name \0 \u{1} amount \0 " )
597
580
598
581
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
599
582
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -628,10 +611,7 @@ extension Spark_Connect_TaskResourceRequest: SwiftProtobuf.Message, SwiftProtobu
628
611
629
612
extension Spark_Connect_ResourceProfile : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
630
613
static let protoMessageName : String = _protobuf_package + " .ResourceProfile "
631
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
632
- 1 : . standard( proto: " executor_resources " ) ,
633
- 2 : . standard( proto: " task_resources " ) ,
634
- ]
614
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{3} executor_resources \0 \u{3} task_resources \0 " )
635
615
636
616
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
637
617
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -666,10 +646,7 @@ extension Spark_Connect_ResourceProfile: SwiftProtobuf.Message, SwiftProtobuf._M
666
646
667
647
extension Spark_Connect_Origin : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
668
648
static let protoMessageName : String = _protobuf_package + " .Origin "
669
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
670
- 1 : . standard( proto: " python_origin " ) ,
671
- 2 : . standard( proto: " jvm_origin " ) ,
672
- ]
649
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{3} python_origin \0 \u{3} jvm_origin \0 " )
673
650
674
651
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
675
652
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -736,10 +713,7 @@ extension Spark_Connect_Origin: SwiftProtobuf.Message, SwiftProtobuf._MessageImp
736
713
737
714
extension Spark_Connect_PythonOrigin : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
738
715
static let protoMessageName : String = _protobuf_package + " .PythonOrigin "
739
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
740
- 1 : . same( proto: " fragment " ) ,
741
- 2 : . standard( proto: " call_site " ) ,
742
- ]
716
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{1} fragment \0 \u{3} call_site \0 " )
743
717
744
718
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
745
719
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -774,16 +748,7 @@ extension Spark_Connect_PythonOrigin: SwiftProtobuf.Message, SwiftProtobuf._Mess
774
748
775
749
extension Spark_Connect_JvmOrigin : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
776
750
static let protoMessageName : String = _protobuf_package + " .JvmOrigin "
777
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
778
- 1 : . same( proto: " line " ) ,
779
- 2 : . standard( proto: " start_position " ) ,
780
- 3 : . standard( proto: " start_index " ) ,
781
- 4 : . standard( proto: " stop_index " ) ,
782
- 5 : . standard( proto: " sql_text " ) ,
783
- 6 : . standard( proto: " object_type " ) ,
784
- 7 : . standard( proto: " object_name " ) ,
785
- 8 : . standard( proto: " stack_trace " ) ,
786
- ]
751
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{1} line \0 \u{3} start_position \0 \u{3} start_index \0 \u{3} stop_index \0 \u{3} sql_text \0 \u{3} object_type \0 \u{3} object_name \0 \u{3} stack_trace \0 " )
787
752
788
753
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
789
754
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -852,15 +817,7 @@ extension Spark_Connect_JvmOrigin: SwiftProtobuf.Message, SwiftProtobuf._Message
852
817
853
818
extension Spark_Connect_StackTraceElement : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
854
819
static let protoMessageName : String = _protobuf_package + " .StackTraceElement "
855
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
856
- 1 : . standard( proto: " class_loader_name " ) ,
857
- 2 : . standard( proto: " module_name " ) ,
858
- 3 : . standard( proto: " module_version " ) ,
859
- 4 : . standard( proto: " declaring_class " ) ,
860
- 5 : . standard( proto: " method_name " ) ,
861
- 6 : . standard( proto: " file_name " ) ,
862
- 7 : . standard( proto: " line_number " ) ,
863
- ]
820
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{3} class_loader_name \0 \u{3} module_name \0 \u{3} module_version \0 \u{3} declaring_class \0 \u{3} method_name \0 \u{3} file_name \0 \u{3} line_number \0 " )
864
821
865
822
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
866
823
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -924,9 +881,7 @@ extension Spark_Connect_StackTraceElement: SwiftProtobuf.Message, SwiftProtobuf.
924
881
925
882
extension Spark_Connect_Bools : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
926
883
static let protoMessageName : String = _protobuf_package + " .Bools "
927
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
928
- 1 : . same( proto: " values " ) ,
929
- ]
884
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{1} values \0 " )
930
885
931
886
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
932
887
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -956,9 +911,7 @@ extension Spark_Connect_Bools: SwiftProtobuf.Message, SwiftProtobuf._MessageImpl
956
911
957
912
extension Spark_Connect_Ints : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
958
913
static let protoMessageName : String = _protobuf_package + " .Ints "
959
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
960
- 1 : . same( proto: " values " ) ,
961
- ]
914
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{1} values \0 " )
962
915
963
916
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
964
917
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -988,9 +941,7 @@ extension Spark_Connect_Ints: SwiftProtobuf.Message, SwiftProtobuf._MessageImple
988
941
989
942
extension Spark_Connect_Longs : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
990
943
static let protoMessageName : String = _protobuf_package + " .Longs "
991
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
992
- 1 : . same( proto: " values " ) ,
993
- ]
944
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{1} values \0 " )
994
945
995
946
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
996
947
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -1020,9 +971,7 @@ extension Spark_Connect_Longs: SwiftProtobuf.Message, SwiftProtobuf._MessageImpl
1020
971
1021
972
extension Spark_Connect_Floats : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
1022
973
static let protoMessageName : String = _protobuf_package + " .Floats "
1023
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
1024
- 1 : . same( proto: " values " ) ,
1025
- ]
974
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{1} values \0 " )
1026
975
1027
976
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
1028
977
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -1052,9 +1001,7 @@ extension Spark_Connect_Floats: SwiftProtobuf.Message, SwiftProtobuf._MessageImp
1052
1001
1053
1002
extension Spark_Connect_Doubles : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
1054
1003
static let protoMessageName : String = _protobuf_package + " .Doubles "
1055
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
1056
- 1 : . same( proto: " values " ) ,
1057
- ]
1004
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{1} values \0 " )
1058
1005
1059
1006
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
1060
1007
while let fieldNumber = try decoder. nextFieldNumber ( ) {
@@ -1084,9 +1031,7 @@ extension Spark_Connect_Doubles: SwiftProtobuf.Message, SwiftProtobuf._MessageIm
1084
1031
1085
1032
extension Spark_Connect_Strings : SwiftProtobuf . Message , SwiftProtobuf . _MessageImplementationBase , SwiftProtobuf . _ProtoNameProviding {
1086
1033
static let protoMessageName : String = _protobuf_package + " .Strings "
1087
- static let _protobuf_nameMap : SwiftProtobuf . _NameMap = [
1088
- 1 : . same( proto: " values " ) ,
1089
- ]
1034
+ static let _protobuf_nameMap = SwiftProtobuf . _NameMap ( bytecode: " \0 \u{1} values \0 " )
1090
1035
1091
1036
mutating func decodeMessage< D: SwiftProtobuf . Decoder > ( decoder: inout D ) throws {
1092
1037
while let fieldNumber = try decoder. nextFieldNumber ( ) {
0 commit comments