Function arrow_integration_test::dictionary_array_from_json
source ยท pub fn dictionary_array_from_json(
field: &Field,
json_col: ArrowJsonColumn,
dict_key: &DataType,
dict_value: &DataType,
dictionary: &ArrowJsonDictionaryBatch,
dictionaries: Option<&HashMap<i64, ArrowJsonDictionaryBatch>>,
) -> Result<ArrayRef>