pub(crate) fn extract_range_dict(
columnar_value: &ColumnarValue,
func_name: &str,
arg_name: &str,
expected_value_type: &DataType,
) -> Result<DictionaryArray<Int64Type>, DataFusionError>Expand description
Extracts and validates a range dictionary with the expected value type.