MCPcopy Create free account
hub / github.com/apache/arrow-rs / fmt

Method fmt

arrow-flight/src/decode.rs:234–240  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

232
233impl Debug for FlightDataDecoder {
234 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
235 f.debug_struct("FlightDataDecoder")
236 .field("response", &"<stream>")
237 .field("state", &self.state)
238 .field("done", &self.done)
239 .finish()
240 }
241}
242
243impl FlightDataDecoder {

Callers

nothing calls this directly

Calls 2

finishMethod · 0.45
fieldMethod · 0.45

Tested by

no test coverage detected