Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Oct 2, 2024
1 parent 8720f02 commit 3bd5d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/functions/src/string/contains.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ use datafusion_expr::ScalarUDFImpl;
use datafusion_expr::TypeSignature::Exact;
use datafusion_expr::{ColumnarValue, Signature, Volatility};

use arrow::compute::regexp_is_match;
use std::any::Any;
use std::sync::Arc;
use arrow::compute::regexp_is_match;

#[derive(Debug)]
pub struct ContainsFunc {
Expand Down

0 comments on commit 3bd5d38

Please sign in to comment.