Skip to content

Commit beb1034

Browse files
authored
move StringArrayType, StringViewArrayBuilder, etc outside of string module (#12912)
1 parent 1936774 commit beb1034

File tree

12 files changed

+441
-414
lines changed

12 files changed

+441
-414
lines changed

datafusion/functions/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ make_stub_package!(unicode, "unicode_expressions");
135135
#[cfg(any(feature = "datetime_expressions", feature = "unicode_expressions"))]
136136
pub mod planner;
137137

138+
pub mod strings;
139+
138140
mod utils;
139141

140142
/// Fluent-style API for creating `Expr`s

0 commit comments

Comments
 (0)