Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_preservation
Function · 0.85
test_dictionary_preservation_skip
Function · 0.85
test_dictionary_fallback
Function · 0.85
test_dictionary_skip_fallback
Function · 0.85
test_nulls
Function · 0.85
Calls
no outgoing calls
Tested by
5
test_dictionary_preservation
Function · 0.68
test_dictionary_preservation_skip
Function · 0.68
test_dictionary_fallback
Function · 0.68
test_dictionary_skip_fallback
Function · 0.68
test_nulls
Function · 0.68