Skip to content

Commit

Permalink
Don't expose utility function
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Jan 1, 2024
1 parent e93ee10 commit ad46720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-string/src/regexp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ pub fn regexp_is_match_utf8_scalar<OffsetSize: OffsetSizeTrait>(
Ok(BooleanArray::from(data))
}

pub fn regexp_array_match<OffsetSize: OffsetSizeTrait>(
fn regexp_array_match<OffsetSize: OffsetSizeTrait>(
array: &GenericStringArray<OffsetSize>,
regex_array: &GenericStringArray<OffsetSize>,
flags_array: Option<&GenericStringArray<OffsetSize>>,
Expand Down

0 comments on commit ad46720

Please sign in to comment.