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

Function test_schema

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

Source from the content-addressed store, hash-verified

716 }
717
718 fn test_schema() -> TableSchema {
719 let schema = Schema::builder()
720 .column("id", DataType::Int(IntType::new()))
721 .column("value", DataType::Int(IntType::new()))
722 .build()
723 .unwrap();
724 TableSchema::new(0, &schema)
725 }
726
727 fn test_partitioned_schema() -> TableSchema {
728 let schema = Schema::builder()

Callers 1

test_tableFunction · 0.70

Calls 2

columnMethod · 0.80
buildMethod · 0.45

Tested by

no test coverage detected