Skip to content

Commit

Permalink
feat: Add regexp_substr function
Browse files Browse the repository at this point in the history
  • Loading branch information
osipovartem committed Jan 27, 2025
1 parent 050d9dd commit 0aeb1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/functions/src/regex/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ pub fn functions() -> Vec<Arc<datafusion_expr::ScalarUDF>> {
regexp_replace(),
regexp_substr(),
]
}
}

0 comments on commit 0aeb1e2

Please sign in to comment.