Skip to content

Commit b157d2c

Browse files
authored
Remove concat expression (#5183)
It's not a scalar expression Signed-off-by: Nicholas Gates <nick@nickgates.com>
1 parent 784bad9 commit b157d2c

File tree

3 files changed

+0
-296
lines changed

3 files changed

+0
-296
lines changed

vortex-expr/src/exprs/concat.rs

Lines changed: 0 additions & 294 deletions
This file was deleted.

vortex-expr/src/exprs/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
pub(crate) mod between;
55
pub(crate) mod binary;
66
pub(crate) mod cast;
7-
pub(crate) mod concat;
87
pub mod dynamic;
98
pub(crate) mod get_item;
109
pub(crate) mod is_null;

vortex-expr/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ pub use analysis::*;
3939
pub use between::*;
4040
pub use binary::*;
4141
pub use cast::*;
42-
pub use concat::*;
4342
pub use encoding::*;
4443
pub use get_item::*;
4544
pub use is_null::*;

0 commit comments

Comments
 (0)