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

Function testing_schema

crates/paimon/src/catalog/filesystem.rs:444–452  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

442 }
443
444 fn testing_schema() -> Schema {
445 Schema::builder()
446 .column(
447 "id",
448 crate::spec::DataType::Int(crate::spec::IntType::new()),
449 )
450 .build()
451 .unwrap()
452 }
453
454 #[tokio::test]
455 async fn test_database_operations() {

Calls 2

columnMethod · 0.80
buildMethod · 0.45