Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/paimon-rust
/ test_file_io
Function
test_file_io
crates/paimon/src/table/table_write.rs:714–716 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
712
use std::sync::Arc;
713
714
fn test_file_io() -> FileIO {
715
FileIOBuilder::new(
"memory"
).build().unwrap()
716
}
717
718
fn test_schema() -> TableSchema {
719
let schema = Schema::builder()
Callers
15
test_write_and_commit
Function · 0.70
test_allows_append_blob_table
Function · 0.70
test_blob_write_and_commit
Function · 0.70
test_allows_partial_update_fixed_bucket_table
Function · 0.70
test_allows_partial_update_dynamic_bucket_table
Function · 0.70
test_rejects_partial_update_with_deletion_vectors_when_creating_writer
Function · 0.70
test_write_partitioned
Function · 0.70
test_write_empty_batch
Function · 0.70
test_prepare_commit_reusable
Function · 0.70
test_write_multiple_batches
Function · 0.70
test_write_bucketed_with_null_bucket_key
Function · 0.70
test_null_bucket_key_routes_consistently
Function · 0.70
Calls
1
build
Method · 0.45
Tested by
no test coverage detected