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.