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

Method push_output

datafusion/datasource/src/file_stream/mod.rs:1666–1668  ·  view source on GitHub ↗

Records one formatted output line for this partition.

(&mut self, line: String)

Source from the content-addressed store, hash-verified

1664
1665 /// Records one formatted output line for this partition.
1666 fn push_output(&mut self, line: String) {
1667 self.output.push(line);
1668 }
1669
1670 /// Marks this partition as finished.
1671 fn finish(&mut self) {

Callers 2

runMethod · 0.80
finishMethod · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected