Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ into_inner
Method
into_inner
datafusion/datasource/src/file_groups.rs:420–422 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
418
}
419
420
pub fn into_inner(self) -> Vec<PartitionedFile> {
421
self.files
422
}
423
424
pub fn is_empty(&self) -> bool {
425
self.files.is_empty()
Callers
3
repartition_preserving_order
Method · 0.45
build
Method · 0.45
rebuild_with_source
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected