Skip to content

Commit

Permalink
move StringArrayType, StringViewArrayBuilder, etc outside of string m…
Browse files Browse the repository at this point in the history
…odule (#12912)
  • Loading branch information
Omega359 authored Oct 15, 2024
1 parent 1936774 commit beb1034
Show file tree
Hide file tree
Showing 12 changed files with 441 additions and 414 deletions.
2 changes: 2 additions & 0 deletions datafusion/functions/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ make_stub_package!(unicode, "unicode_expressions");
#[cfg(any(feature = "datetime_expressions", feature = "unicode_expressions"))]
pub mod planner;

pub mod strings;

mod utils;

/// Fluent-style API for creating `Expr`s
Expand Down
Loading

0 comments on commit beb1034

Please sign in to comment.