File tree Expand file tree Collapse file tree
encodings/parquet-variant/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ pub ( crate ) mod variant_get;
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ use vortex_mask::Mask;
1919
2020use crate :: ParquetVariant ;
2121use crate :: ParquetVariantArrayExt ;
22- use crate :: variant_get:: VariantGetExecuteParent ;
22+ use crate :: compute :: variant_get:: VariantGetExecuteParent ;
2323
2424pub ( crate ) static PARENT_KERNELS : ParentKernelSet < ParquetVariant > = ParentKernelSet :: new ( & [
2525 ParentKernelSet :: lift ( & FilterExecuteAdaptor ( ParquetVariant ) ) ,
Original file line number Diff line number Diff line change 2525//! [Arrow canonical extension type]: https://arrow.apache.org/docs/format/CanonicalExtensions.html#parquet-variant
2626
2727mod array;
28+ mod compute;
2829mod kernel;
2930mod operations;
3031mod validity;
31- mod variant_get;
3232mod vtable;
3333
3434pub use array:: ParquetVariantArrayExt ;
You can’t perform that action at this time.
0 commit comments