Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/paimon-rust
/ partition
Method
partition
crates/paimon/src/table/source.rs:434–436 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
432
self.snapshot_id
433
}
434
pub fn partition(&self) -> &BinaryRow {
435
&self.partition
436
}
437
pub fn bucket(&self) -> i32 {
438
self.bucket
439
}
Callers
15
test_partitioned_scan_partition_filter
Function · 0.45
extract_plan_partitions
Function · 0.45
extract_plan_multi_partitions
Function · 0.45
test_read_log_table
Function · 0.45
test_read_partitioned_log_table
Function · 0.45
test_read_multi_partitioned_log_table
Function · 0.45
test_read_partitioned_dv_pk_table
Function · 0.45
extract_dt_partition_set
Function · 0.45
extract_dt_hr_partition_set
Function · 0.45
data_split_rows
Function · 0.45
test_cross_partition_delete_file_in_old_partition
Function · 0.45
test_cross_partition_first_row_skip
Function · 0.45
Calls
no outgoing calls
Tested by
9
test_partitioned_scan_partition_filter
Function · 0.36
extract_plan_partitions
Function · 0.36
extract_plan_multi_partitions
Function · 0.36
test_read_log_table
Function · 0.36
test_read_partitioned_log_table
Function · 0.36
test_read_multi_partitioned_log_table
Function · 0.36
test_read_partitioned_dv_pk_table
Function · 0.36
test_cross_partition_delete_file_in_old_partition
Function · 0.36
test_cross_partition_first_row_skip
Function · 0.36