@@ -737,24 +737,29 @@ pub struct ParquetColumnSpecificOptions {
737737#[ derive( Clone , PartialEq , :: prost:: Message ) ]
738738pub struct ParquetColumnOptions {
739739 #[ prost( oneof = "parquet_column_options::BloomFilterEnabledOpt" , tags = "1" ) ]
740- pub bloom_filter_enabled_opt :
741- :: core:: option:: Option < parquet_column_options:: BloomFilterEnabledOpt > ,
740+ pub bloom_filter_enabled_opt : :: core:: option:: Option <
741+ parquet_column_options:: BloomFilterEnabledOpt ,
742+ > ,
742743 #[ prost( oneof = "parquet_column_options::EncodingOpt" , tags = "2" ) ]
743744 pub encoding_opt : :: core:: option:: Option < parquet_column_options:: EncodingOpt > ,
744745 #[ prost( oneof = "parquet_column_options::DictionaryEnabledOpt" , tags = "3" ) ]
745- pub dictionary_enabled_opt :
746- :: core:: option:: Option < parquet_column_options:: DictionaryEnabledOpt > ,
746+ pub dictionary_enabled_opt : :: core:: option:: Option <
747+ parquet_column_options:: DictionaryEnabledOpt ,
748+ > ,
747749 #[ prost( oneof = "parquet_column_options::CompressionOpt" , tags = "4" ) ]
748750 pub compression_opt : :: core:: option:: Option < parquet_column_options:: CompressionOpt > ,
749751 #[ prost( oneof = "parquet_column_options::StatisticsEnabledOpt" , tags = "5" ) ]
750- pub statistics_enabled_opt :
751- :: core:: option:: Option < parquet_column_options:: StatisticsEnabledOpt > ,
752+ pub statistics_enabled_opt : :: core:: option:: Option <
753+ parquet_column_options:: StatisticsEnabledOpt ,
754+ > ,
752755 #[ prost( oneof = "parquet_column_options::BloomFilterFppOpt" , tags = "6" ) ]
753- pub bloom_filter_fpp_opt :
754- :: core:: option:: Option < parquet_column_options:: BloomFilterFppOpt > ,
756+ pub bloom_filter_fpp_opt : :: core:: option:: Option <
757+ parquet_column_options:: BloomFilterFppOpt ,
758+ > ,
755759 #[ prost( oneof = "parquet_column_options::BloomFilterNdvOpt" , tags = "7" ) ]
756- pub bloom_filter_ndv_opt :
757- :: core:: option:: Option < parquet_column_options:: BloomFilterNdvOpt > ,
760+ pub bloom_filter_ndv_opt : :: core:: option:: Option <
761+ parquet_column_options:: BloomFilterNdvOpt ,
762+ > ,
758763}
759764/// Nested message and enum types in `ParquetColumnOptions`.
760765pub mod parquet_column_options {
@@ -866,22 +871,27 @@ pub struct ParquetOptions {
866871 #[ prost( message, optional, tag = "35" ) ]
867872 pub content_defined_chunking : :: core:: option:: Option < ParquetCdcOptions > ,
868873 #[ prost( oneof = "parquet_options::MetadataSizeHintOpt" , tags = "4" ) ]
869- pub metadata_size_hint_opt :
870- :: core:: option:: Option < parquet_options:: MetadataSizeHintOpt > ,
874+ pub metadata_size_hint_opt : :: core:: option:: Option <
875+ parquet_options:: MetadataSizeHintOpt ,
876+ > ,
871877 #[ prost( oneof = "parquet_options::CompressionOpt" , tags = "10" ) ]
872878 pub compression_opt : :: core:: option:: Option < parquet_options:: CompressionOpt > ,
873879 #[ prost( oneof = "parquet_options::DictionaryEnabledOpt" , tags = "11" ) ]
874- pub dictionary_enabled_opt :
875- :: core:: option:: Option < parquet_options:: DictionaryEnabledOpt > ,
880+ pub dictionary_enabled_opt : :: core:: option:: Option <
881+ parquet_options:: DictionaryEnabledOpt ,
882+ > ,
876883 #[ prost( oneof = "parquet_options::StatisticsEnabledOpt" , tags = "13" ) ]
877- pub statistics_enabled_opt :
878- :: core:: option:: Option < parquet_options:: StatisticsEnabledOpt > ,
884+ pub statistics_enabled_opt : :: core:: option:: Option <
885+ parquet_options:: StatisticsEnabledOpt ,
886+ > ,
879887 #[ prost( oneof = "parquet_options::ColumnIndexTruncateLengthOpt" , tags = "17" ) ]
880- pub column_index_truncate_length_opt :
881- :: core:: option:: Option < parquet_options:: ColumnIndexTruncateLengthOpt > ,
888+ pub column_index_truncate_length_opt : :: core:: option:: Option <
889+ parquet_options:: ColumnIndexTruncateLengthOpt ,
890+ > ,
882891 #[ prost( oneof = "parquet_options::StatisticsTruncateLengthOpt" , tags = "31" ) ]
883- pub statistics_truncate_length_opt :
884- :: core:: option:: Option < parquet_options:: StatisticsTruncateLengthOpt > ,
892+ pub statistics_truncate_length_opt : :: core:: option:: Option <
893+ parquet_options:: StatisticsTruncateLengthOpt ,
894+ > ,
885895 #[ prost( oneof = "parquet_options::EncodingOpt" , tags = "19" ) ]
886896 pub encoding_opt : :: core:: option:: Option < parquet_options:: EncodingOpt > ,
887897 #[ prost( oneof = "parquet_options::BloomFilterFppOpt" , tags = "21" ) ]
@@ -891,11 +901,13 @@ pub struct ParquetOptions {
891901 #[ prost( oneof = "parquet_options::CoerceInt96Opt" , tags = "32" ) ]
892902 pub coerce_int96_opt : :: core:: option:: Option < parquet_options:: CoerceInt96Opt > ,
893903 #[ prost( oneof = "parquet_options::MaxPredicateCacheSizeOpt" , tags = "33" ) ]
894- pub max_predicate_cache_size_opt :
895- :: core:: option:: Option < parquet_options:: MaxPredicateCacheSizeOpt > ,
904+ pub max_predicate_cache_size_opt : :: core:: option:: Option <
905+ parquet_options:: MaxPredicateCacheSizeOpt ,
906+ > ,
896907 #[ prost( oneof = "parquet_options::MaxRowGroupBytesOpt" , tags = "37" ) ]
897- pub max_row_group_bytes_opt :
898- :: core:: option:: Option < parquet_options:: MaxRowGroupBytesOpt > ,
908+ pub max_row_group_bytes_opt : :: core:: option:: Option <
909+ parquet_options:: MaxRowGroupBytesOpt ,
910+ > ,
899911 /// Optional timezone applied to INT96-coerced timestamps when `coerce_int96`
900912 /// is set. When `Some`, INT96 columns coerce to
901913 /// `Timestamp(<coerce_int96>, Some(<tz>))` instead of the default
@@ -1030,9 +1042,7 @@ pub struct ExplainAnalyzeCategoriesNode {
10301042 #[ prost( enumeration = "MetricCategory" , repeated, tag = "2" ) ]
10311043 pub only : :: prost:: alloc:: vec:: Vec < i32 > ,
10321044}
1033- #[ derive(
1034- Clone , Copy , Debug , PartialEq , Eq , Hash , PartialOrd , Ord , :: prost:: Enumeration ,
1035- ) ]
1045+ #[ derive( Clone , Copy , Debug , PartialEq , Eq , Hash , PartialOrd , Ord , :: prost:: Enumeration ) ]
10361046#[ repr( i32 ) ]
10371047pub enum JoinType {
10381048 Inner = 0 ,
@@ -1082,9 +1092,7 @@ impl JoinType {
10821092 }
10831093 }
10841094}
1085- #[ derive(
1086- Clone , Copy , Debug , PartialEq , Eq , Hash , PartialOrd , Ord , :: prost:: Enumeration ,
1087- ) ]
1095+ #[ derive( Clone , Copy , Debug , PartialEq , Eq , Hash , PartialOrd , Ord , :: prost:: Enumeration ) ]
10881096#[ repr( i32 ) ]
10891097pub enum JoinConstraint {
10901098 On = 0 ,
@@ -1110,9 +1118,7 @@ impl JoinConstraint {
11101118 }
11111119 }
11121120}
1113- #[ derive(
1114- Clone , Copy , Debug , PartialEq , Eq , Hash , PartialOrd , Ord , :: prost:: Enumeration ,
1115- ) ]
1121+ #[ derive( Clone , Copy , Debug , PartialEq , Eq , Hash , PartialOrd , Ord , :: prost:: Enumeration ) ]
11161122#[ repr( i32 ) ]
11171123pub enum NullEquality {
11181124 NullEqualsNothing = 0 ,
@@ -1138,9 +1144,7 @@ impl NullEquality {
11381144 }
11391145 }
11401146}
1141- #[ derive(
1142- Clone , Copy , Debug , PartialEq , Eq , Hash , PartialOrd , Ord , :: prost:: Enumeration ,
1143- ) ]
1147+ #[ derive( Clone , Copy , Debug , PartialEq , Eq , Hash , PartialOrd , Ord , :: prost:: Enumeration ) ]
11441148#[ repr( i32 ) ]
11451149pub enum TimeUnit {
11461150 Second = 0 ,
@@ -1172,9 +1176,7 @@ impl TimeUnit {
11721176 }
11731177 }
11741178}
1175- #[ derive(
1176- Clone , Copy , Debug , PartialEq , Eq , Hash , PartialOrd , Ord , :: prost:: Enumeration ,
1177- ) ]
1179+ #[ derive( Clone , Copy , Debug , PartialEq , Eq , Hash , PartialOrd , Ord , :: prost:: Enumeration ) ]
11781180#[ repr( i32 ) ]
11791181pub enum IntervalUnit {
11801182 YearMonth = 0 ,
@@ -1203,9 +1205,7 @@ impl IntervalUnit {
12031205 }
12041206 }
12051207}
1206- #[ derive(
1207- Clone , Copy , Debug , PartialEq , Eq , Hash , PartialOrd , Ord , :: prost:: Enumeration ,
1208- ) ]
1208+ #[ derive( Clone , Copy , Debug , PartialEq , Eq , Hash , PartialOrd , Ord , :: prost:: Enumeration ) ]
12091209#[ repr( i32 ) ]
12101210pub enum UnionMode {
12111211 Sparse = 0 ,
@@ -1231,9 +1231,7 @@ impl UnionMode {
12311231 }
12321232 }
12331233}
1234- #[ derive(
1235- Clone , Copy , Debug , PartialEq , Eq , Hash , PartialOrd , Ord , :: prost:: Enumeration ,
1236- ) ]
1234+ #[ derive( Clone , Copy , Debug , PartialEq , Eq , Hash , PartialOrd , Ord , :: prost:: Enumeration ) ]
12371235#[ repr( i32 ) ]
12381236pub enum CompressionTypeVariant {
12391237 Gzip = 0 ,
@@ -1268,9 +1266,7 @@ impl CompressionTypeVariant {
12681266 }
12691267 }
12701268}
1271- #[ derive(
1272- Clone , Copy , Debug , PartialEq , Eq , Hash , PartialOrd , Ord , :: prost:: Enumeration ,
1273- ) ]
1269+ #[ derive( Clone , Copy , Debug , PartialEq , Eq , Hash , PartialOrd , Ord , :: prost:: Enumeration ) ]
12741270#[ repr( i32 ) ]
12751271pub enum CsvQuoteStyle {
12761272 Necessary = 0 ,
@@ -1302,9 +1298,7 @@ impl CsvQuoteStyle {
13021298 }
13031299 }
13041300}
1305- #[ derive(
1306- Clone , Copy , Debug , PartialEq , Eq , Hash , PartialOrd , Ord , :: prost:: Enumeration ,
1307- ) ]
1301+ #[ derive( Clone , Copy , Debug , PartialEq , Eq , Hash , PartialOrd , Ord , :: prost:: Enumeration ) ]
13081302#[ repr( i32 ) ]
13091303pub enum JoinSide {
13101304 LeftSide = 0 ,
@@ -1333,9 +1327,7 @@ impl JoinSide {
13331327 }
13341328 }
13351329}
1336- #[ derive(
1337- Clone , Copy , Debug , PartialEq , Eq , Hash , PartialOrd , Ord , :: prost:: Enumeration ,
1338- ) ]
1330+ #[ derive( Clone , Copy , Debug , PartialEq , Eq , Hash , PartialOrd , Ord , :: prost:: Enumeration ) ]
13391331#[ repr( i32 ) ]
13401332pub enum PrecisionInfo {
13411333 Exact = 0 ,
@@ -1364,9 +1356,7 @@ impl PrecisionInfo {
13641356 }
13651357 }
13661358}
1367- #[ derive(
1368- Clone , Copy , Debug , PartialEq , Eq , Hash , PartialOrd , Ord , :: prost:: Enumeration ,
1369- ) ]
1359+ #[ derive( Clone , Copy , Debug , PartialEq , Eq , Hash , PartialOrd , Ord , :: prost:: Enumeration ) ]
13701360#[ repr( i32 ) ]
13711361pub enum ExplainFormat {
13721362 Indent = 0 ,
@@ -1400,9 +1390,7 @@ impl ExplainFormat {
14001390}
14011391/// Verbosity level for `EXPLAIN ANALYZE`. Mirrors
14021392/// `datafusion_common::format::MetricType`.
1403- #[ derive(
1404- Clone , Copy , Debug , PartialEq , Eq , Hash , PartialOrd , Ord , :: prost:: Enumeration ,
1405- ) ]
1393+ #[ derive( Clone , Copy , Debug , PartialEq , Eq , Hash , PartialOrd , Ord , :: prost:: Enumeration ) ]
14061394#[ repr( i32 ) ]
14071395pub enum MetricType {
14081396 Summary = 0 ,
@@ -1430,9 +1418,7 @@ impl MetricType {
14301418}
14311419/// Category of an `EXPLAIN ANALYZE` metric. Mirrors
14321420/// `datafusion_common::format::MetricCategory`.
1433- #[ derive(
1434- Clone , Copy , Debug , PartialEq , Eq , Hash , PartialOrd , Ord , :: prost:: Enumeration ,
1435- ) ]
1421+ #[ derive( Clone , Copy , Debug , PartialEq , Eq , Hash , PartialOrd , Ord , :: prost:: Enumeration ) ]
14361422#[ repr( i32 ) ]
14371423pub enum MetricCategory {
14381424 Rows = 0 ,
0 commit comments