Skip to content
1 change: 1 addition & 0 deletions arrow-row/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ use arrow_array::types::{Int16Type, Int32Type, Int64Type};

mod fixed;
mod list;
pub mod radix;
mod run;
mod variable;

Expand Down
Loading
Loading