MCPcopy Create free account
hub / github.com/apache/datafusion / index

Method index

datafusion/datasource/src/file_groups.rs:549–551  ·  view source on GitHub ↗
(&self, index: usize)

Source from the content-addressed store, hash-verified

547 type Output = PartitionedFile;
548
549 fn index(&self, index: usize) -> &Self::Output {
550 &self.files[index]
551 }
552}
553
554impl IndexMut<usize> for FileGroup {

Calls

no outgoing calls

Tested by

no test coverage detected