Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/paimon-rust
/ table
Method
table
crates/integrations/datafusion/src/table/mod.rs:77–79 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
75
}
76
77
pub fn table(&self) -> &Table {
78
&self.table
79
}
80
}
81
82
/// Distribute `items` into `num_buckets` groups using round-robin assignment.
Callers
4
plan_relation
Method · 0.45
scan
Method · 0.45
scan
Method · 0.45
test_scan_keeps_pushed_predicate_for_execute
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_scan_keeps_pushed_predicate_for_execute
Function · 0.36