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

Function arrow_test_data

arrow-avro/src/reader/async_reader/mod.rs:564–568  ·  view source on GitHub ↗
(file: &str)

Source from the content-addressed store, hash-verified

562 use std::sync::Arc;
563
564 fn arrow_test_data(file: &str) -> String {
565 let base =
566 std::env::var("ARROW_TEST_DATA").unwrap_or_else(|_| "../testing/data".to_string());
567 format!("{}/{}", base, file)
568 }
569
570 fn get_alltypes_schema() -> SchemaRef {
571 get_alltypes_schema_with_tz("+00:00")

Calls

no outgoing calls