Skip to main content

get_string_needle

Function get_string_needle 

Source
pub fn get_string_needle(value: &ScalarValue) -> Option<&str>
Expand description

Extract a string needle from a scalar value for string comparison operations.

This function handles various string scalar value types including Utf8, Utf8View, LargeUtf8, and Dictionary types. Returns None for non-string types or null values.