MCPcopy Create free account
hub / github.com/apache/paimon-rust / test_file_io

Function test_file_io

crates/paimon/src/table/table_write.rs:714–716  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

712 use std::sync::Arc;
713
714 fn test_file_io() -> FileIO {
715 FileIOBuilder::new("memory").build().unwrap()
716 }
717
718 fn test_schema() -> TableSchema {
719 let schema = Schema::builder()

Calls 1

buildMethod · 0.45

Tested by

no test coverage detected