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

Function test_table

crates/paimon/src/table/table_write.rs:737–745  ·  view source on GitHub ↗
(file_io: &FileIO, table_path: &str)

Source from the content-addressed store, hash-verified

735 }
736
737 fn test_table(file_io: &FileIO, table_path: &str) -> Table {
738 Table::new(
739 file_io.clone(),
740 Identifier::new("default", "test_table"),
741 table_path.to_string(),
742 test_schema(),
743 None,
744 )
745 }
746
747 fn test_partitioned_table(file_io: &FileIO, table_path: &str) -> Table {
748 Table::new(

Callers 4

test_write_and_commitFunction · 0.70
test_write_empty_batchFunction · 0.70

Calls 1

test_schemaFunction · 0.70

Tested by

no test coverage detected