Skip to content

Commit 096984a

Browse files
union-extract
1 parent 92a239a commit 096984a

File tree

2 files changed

+447
-0
lines changed

2 files changed

+447
-0
lines changed

arrow-cast/src/cast/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,15 @@ mod list;
4343
mod map;
4444
mod run_array;
4545
mod string;
46+
mod union;
4647

4748
use crate::cast::decimal::*;
4849
use crate::cast::dictionary::*;
4950
use crate::cast::list::*;
5051
use crate::cast::map::*;
5152
use crate::cast::run_array::*;
5253
use crate::cast::string::*;
54+
pub use crate::cast::union::*;
5355

5456
use arrow_buffer::IntervalMonthDayNano;
5557
use arrow_data::ByteView;

0 commit comments

Comments
 (0)