Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/paimon-rust
/ splits
Method
splits
crates/paimon/src/table/source.rs:699–701 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
697
Self { splits }
698
}
699
pub fn splits(&self) -> &[DataSplit] {
700
&self.splits
701
}
702
}
Callers
15
paimon_plan_num_splits
Function · 0.80
paimon_table_read_to_arrow
Function · 0.80
write_commit_read
Function · 0.80
test_unpartitioned_two_commits
Function · 0.80
test_unpartitioned_projection
Function · 0.80
test_fixed_bucket_scan_filters_by_bucket
Function · 0.80
test_partitioned_two_commits
Function · 0.80
test_partitioned_scan_partition_filter
Function · 0.80
test_partitioned_fixed_bucket_write_read
Function · 0.80
scan_and_read
Function · 0.80
scan_and_read_with_filter
Function · 0.80
extract_plan_partitions
Function · 0.80
Calls
no outgoing calls
Tested by
15
write_commit_read
Function · 0.64
test_unpartitioned_two_commits
Function · 0.64
test_unpartitioned_projection
Function · 0.64
test_fixed_bucket_scan_filters_by_bucket
Function · 0.64
test_partitioned_two_commits
Function · 0.64
test_partitioned_scan_partition_filter
Function · 0.64
test_partitioned_fixed_bucket_write_read
Function · 0.64
scan_and_read
Function · 0.64
scan_and_read_with_filter
Function · 0.64
extract_plan_partitions
Function · 0.64
extract_plan_multi_partitions
Function · 0.64
test_read_log_table
Function · 0.64