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

Function test_dictionary_one

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

Source from the content-addressed store, hash-verified

99
100#[tokio::test]
101async fn test_dictionary_one() {
102 roundtrip_dictionary(vec![make_dictionary_batch(5)]).await;
103}
104
105#[tokio::test]
106async fn test_dictionary_many() {

Callers

nothing calls this directly

Calls 1

roundtrip_dictionaryFunction · 0.85

Tested by

no test coverage detected