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

Method finish

datafusion/datasource/src/decoder.rs:135–139  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

133 }
134
135 fn finish(&mut self) {
136 self.finalized = true;
137 // Ensure the decoder is flushed:
138 self.buffered_queue.push_back(Bytes::new());
139 }
140}
141
142/// A generic, decoder-based deserialization scheme for processing encoded data.

Callers 15

newMethod · 0.45
fmtMethod · 0.45
deserialize_streamFunction · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45

Calls 1

newFunction · 0.85

Tested by

no test coverage detected