MCPcopy 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_relationMethod · 0.45
scanMethod · 0.45
scanMethod · 0.45

Calls

no outgoing calls