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

Function test_partitioned_table

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

Source from the content-addressed store, hash-verified

745 }
746
747 fn test_partitioned_table(file_io: &FileIO, table_path: &str) -> Table {
748 Table::new(
749 file_io.clone(),
750 Identifier::new("default", "test_table"),
751 table_path.to_string(),
752 test_partitioned_schema(),
753 None,
754 )
755 }
756
757 fn test_blob_table_schema() -> TableSchema {
758 let schema = Schema::builder()

Callers 1

test_write_partitionedFunction · 0.70

Calls 1

test_partitioned_schemaFunction · 0.70

Tested by

no test coverage detected