We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eedce58 commit 92fa361Copy full SHA for 92fa361
parquet-variant-compute/src/variant_array.rs
@@ -24,7 +24,6 @@ use parquet_variant::Variant;
24
use std::any::Any;
25
use std::sync::Arc;
26
27
-/// Path element for accessing nested variant fields
28
#[derive(Debug, Clone, PartialEq)]
29
pub enum VariantPathElement {
30
/// Access a field in an object by name
@@ -40,7 +39,6 @@ pub struct VariantPath {
40
39
}
41
42
impl VariantPath {
43
- /// Create a new empty path
44
pub fn new() -> Self {
45
Self {
46
elements: Vec::new(),
0 commit comments