Unrelated but these public methods on VariantMetadata are redundant:
|
/// The number of metadata dictionary entries |
|
pub fn len(&self) -> usize { |
|
self.dictionary_size() |
|
} |
|
/// Get the dictionary size |
|
pub const fn dictionary_size(&self) -> usize { |
|
self.dictionary_size as _ |
|
} |
Originally posted by @friendlymatthew in #7943 (comment)
Unrelated but these public methods on
VariantMetadataare redundant:arrow-rs/parquet-variant/src/variant/metadata.rs
Lines 210 to 213 in 03a837e
arrow-rs/parquet-variant/src/variant/metadata.rs
Lines 288 to 291 in 03a837e
Originally posted by @friendlymatthew in #7943 (comment)