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;
3333/// Trait for Arrow primitive types that can be used in the output builder
3434///
3535/// This just exists to add a generic way to convert from Variant to the primitive type
36- #[ allow( unused) ]
3736pub ( super ) trait ArrowPrimitiveVariant : ArrowPrimitiveType {
3837 /// Try to extract the primitive value from a Variant, returning None if it
3938 /// cannot be converted
@@ -43,7 +42,6 @@ pub(super) trait ArrowPrimitiveVariant: ArrowPrimitiveType {
4342}
4443
4544/// Outputs Primitive arrays
46- #[ allow( unused) ]
4745pub ( super ) struct PrimitiveOutputBuilder < ' a , T : ArrowPrimitiveVariant > {
4846 /// What path to extract
4947 path : VariantPath < ' a > ,
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ use parquet_variant::{Variant, VariantPath};
2424use std:: sync:: Arc ;
2525
2626/// Outputs VariantArrays
27- #[ allow( unused) ]
2827pub ( super ) struct VariantOutputBuilder < ' a > {
2928 /// What path to extract
3029 path : VariantPath < ' a > ,
You can’t perform that action at this time.
0 commit comments