MCPcopy Create free account
hub / github.com/apache/arrow-rs / utf8_dictionary

Function utf8_dictionary

parquet/src/arrow/array_reader/byte_array_dictionary.rs:406–408  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

404 use super::*;
405
406 fn utf8_dictionary() -> ArrowType {
407 ArrowType::Dictionary(Box::new(ArrowType::Int32), Box::new(ArrowType::Utf8))
408 }
409
410 #[test]
411 fn test_dictionary_preservation() {

Callers 5

test_dictionary_fallbackFunction · 0.85
test_nullsFunction · 0.85

Calls

no outgoing calls

Tested by 5

test_dictionary_fallbackFunction · 0.68
test_nullsFunction · 0.68