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

Method path

datafusion/datasource/src/mod.rs:272–274  ·  view source on GitHub ↗

Return the path of this partitioned file

(&self)

Source from the content-addressed store, hash-verified

270
271 /// Return the path of this partitioned file
272 pub fn path(&self) -> &Path {
273 &self.object_meta.location
274 }
275
276 /// Update the file to only scan the specified range (in bytes)
277 pub fn with_range(mut self, start: i64, end: i64) -> Self {

Calls

no outgoing calls