@@ -184,7 +184,7 @@ pub struct Union {
184184 #[ prost( int32, repeated, tag = "3" ) ]
185185 pub type_ids : :: prost:: alloc:: vec:: Vec < i32 > ,
186186}
187- /// Used for List/FixedSizeList/LargeList/Struct/Map
187+ /// Used for List/FixedSizeList/LargeList/ListView/LargeListView/ Struct/Map
188188#[ derive( Clone , PartialEq , :: prost:: Message ) ]
189189pub struct ScalarNestedValue {
190190 #[ prost( bytes = "vec" , tag = "1" ) ]
@@ -311,7 +311,7 @@ pub struct ScalarFixedSizeBinary {
311311pub struct ScalarValue {
312312 #[ prost(
313313 oneof = "scalar_value::Value" ,
314- tags = "33, 1, 2, 3, 23, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 32, 41, 43, 44, 20, 39, 21, 24, 35, 36, 37, 38, 26, 27, 28, 29, 22, 30, 25, 31, 34, 42"
314+ tags = "33, 1, 2, 3, 23, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 45, 46, 32, 41, 43, 44, 20, 39, 21, 24, 35, 36, 37, 38, 26, 27, 28, 29, 22, 30, 25, 31, 34, 42"
315315 ) ]
316316 pub value : :: core:: option:: Option < scalar_value:: Value > ,
317317}
@@ -362,6 +362,10 @@ pub mod scalar_value {
362362 ListValue ( super :: ScalarNestedValue ) ,
363363 #[ prost( message, tag = "18" ) ]
364364 FixedSizeListValue ( super :: ScalarNestedValue ) ,
365+ #[ prost( message, tag = "45" ) ]
366+ ListViewValue ( super :: ScalarNestedValue ) ,
367+ #[ prost( message, tag = "46" ) ]
368+ LargeListViewValue ( super :: ScalarNestedValue ) ,
365369 #[ prost( message, tag = "32" ) ]
366370 StructValue ( super :: ScalarNestedValue ) ,
367371 #[ prost( message, tag = "41" ) ]
@@ -449,7 +453,7 @@ pub struct Decimal256 {
449453pub struct ArrowType {
450454 #[ prost(
451455 oneof = "arrow_type::ArrowTypeEnum" ,
452- tags = "1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 35, 32, 15, 34, 16, 31, 17, 18, 19, 20, 21, 22, 23, 40, 41, 24, 36, 25, 26, 27, 28, 29, 30, 33"
456+ tags = "1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 35, 32, 15, 34, 16, 31, 17, 18, 19, 20, 21, 22, 23, 40, 41, 24, 36, 25, 26, 27, 42, 43, 28, 29, 30, 33"
453457 ) ]
454458 pub arrow_type_enum : :: core:: option:: Option < arrow_type:: ArrowTypeEnum > ,
455459}
@@ -530,6 +534,10 @@ pub mod arrow_type {
530534 LargeList ( :: prost:: alloc:: boxed:: Box < super :: List > ) ,
531535 #[ prost( message, tag = "27" ) ]
532536 FixedSizeList ( :: prost:: alloc:: boxed:: Box < super :: FixedSizeList > ) ,
537+ #[ prost( message, tag = "42" ) ]
538+ ListView ( :: prost:: alloc:: boxed:: Box < super :: List > ) ,
539+ #[ prost( message, tag = "43" ) ]
540+ LargeListView ( :: prost:: alloc:: boxed:: Box < super :: List > ) ,
533541 #[ prost( message, tag = "28" ) ]
534542 Struct ( super :: Struct ) ,
535543 #[ prost( message, tag = "29" ) ]
0 commit comments