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

Function test_dictionary_many

arrow-flight/tests/encode_decode.rs:106–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104
105#[tokio::test]
106async fn test_dictionary_many() {
107 roundtrip_dictionary(vec![
108 make_dictionary_batch(5),
109 make_dictionary_batch(9),
110 make_dictionary_batch(5),
111 make_dictionary_batch(5),
112 ])
113 .await;
114}
115
116#[tokio::test]
117async fn test_view_types_one() {

Callers

nothing calls this directly

Calls 1

roundtrip_dictionaryFunction · 0.85

Tested by

no test coverage detected