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

Function test_file_io

crates/paimon/src/table/table_commit.rs:1106–1108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1104 use chrono::{DateTime, Utc};
1105
1106 fn test_file_io() -> FileIO {
1107 FileIOBuilder::new("memory").build().unwrap()
1108 }
1109
1110 fn test_schema() -> TableSchema {
1111 use crate::spec::{DataType, IntType, Schema, VarCharType};

Calls 1

buildMethod · 0.45

Tested by

no test coverage detected