MCPcopy 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}

Calls

no outgoing calls