MCPcopy 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

runMethod · 0.45
fmtMethod · 0.45

Calls 2

push_outputMethod · 0.80
to_stringMethod · 0.45

Tested by

no test coverage detected