Skip to content

Commit 2e84db6

Browse files
committed
Remove concat expression
Signed-off-by: Nicholas Gates <[email protected]>
1 parent a485f5e commit 2e84db6

File tree

2 files changed

+0
-295
lines changed

2 files changed

+0
-295
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;

0 commit comments

Comments
 (0)