Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ finish
Method
finish
datafusion/datasource/src/file_stream/mod.rs:1671–1674 ·
view source on GitHub ↗
Marks this partition as finished.
(&mut self)
Source
from the content-addressed store, hash-verified
1669
1670
/// Marks this partition as finished.
1671
fn finish(&mut self) {
1672
self.push_output(
"Done"
.to_string());
1673
self.stream = None;
1674
}
1675
}
1676
}
Callers
3
run
Method · 0.45
fmt
Method · 0.45
hive_style_partitions_demuxer
Function · 0.45
Calls
2
push_output
Method · 0.80
to_string
Method · 0.45
Tested by
no test coverage detected