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

Function test_table

crates/paimon/src/table/table_commit.rs:1131–1139  ·  view source on GitHub ↗
(file_io: &FileIO, table_path: &str)

Source from the content-addressed store, hash-verified

1129 }
1130
1131 fn test_table(file_io: &FileIO, table_path: &str) -> Table {
1132 Table::new(
1133 file_io.clone(),
1134 Identifier::new("default", "test_table"),
1135 table_path.to_string(),
1136 test_schema(),
1137 None,
1138 )
1139 }
1140
1141 fn test_partitioned_table(file_io: &FileIO, table_path: &str) -> Table {
1142 Table::new(

Callers 1

setup_commitFunction · 0.70

Calls 1

test_schemaFunction · 0.70

Tested by

no test coverage detected