File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
parquet-variant-compute/src/variant_get/output Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ use std::sync::Arc;
33
33
/// Trait for Arrow primitive types that can be used in the output builder
34
34
///
35
35
/// This just exists to add a generic way to convert from Variant to the primitive type
36
- #[ allow( unused) ]
37
36
pub ( super ) trait ArrowPrimitiveVariant : ArrowPrimitiveType {
38
37
/// Try to extract the primitive value from a Variant, returning None if it
39
38
/// cannot be converted
@@ -43,7 +42,6 @@ pub(super) trait ArrowPrimitiveVariant: ArrowPrimitiveType {
43
42
}
44
43
45
44
/// Outputs Primitive arrays
46
- #[ allow( unused) ]
47
45
pub ( super ) struct PrimitiveOutputBuilder < ' a , T : ArrowPrimitiveVariant > {
48
46
/// What path to extract
49
47
path : VariantPath < ' a > ,
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ use parquet_variant::{Variant, VariantPath};
24
24
use std:: sync:: Arc ;
25
25
26
26
/// Outputs VariantArrays
27
- #[ allow( unused) ]
28
27
pub ( super ) struct VariantOutputBuilder < ' a > {
29
28
/// What path to extract
30
29
path : VariantPath < ' a > ,
You can’t perform that action at this time.
0 commit comments