Skip to content

Commit ef79fe0

Browse files
Introduce new type VariantSchema
1 parent debe856 commit ef79fe0

File tree

4 files changed

+169
-261
lines changed

4 files changed

+169
-261
lines changed

parquet-variant-compute/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// under the License.
1717

1818
mod from_json;
19-
mod shredding;
19+
pub mod shredding;
2020
mod to_json;
2121
mod variant_array;
2222
mod variant_array_builder;

0 commit comments

Comments
 (0)