MCPcopy Create free account
hub / github.com/apache/paimon-rust / data_files

Method data_files

crates/paimon/src/table/source.rs:447–449  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

445 }
446
447 pub fn data_files(&self) -> &[DataFileMeta] {
448 &self.data_files
449 }
450
451 /// Deletion files for each data file (same order as `data_files`); `None` = no deletion file for that data file.
452 pub fn data_deletion_files(&self) -> Option<&[Option<DeletionFile>]> {

Calls

no outgoing calls