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

Method fmt

datafusion/datasource-arrow/src/file_format.rs:345–347  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

343
344impl Debug for ArrowFileSink {
345 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
346 f.debug_struct("ArrowFileSink").finish()
347 }
348}
349
350impl DisplayAs for ArrowFileSink {

Callers

nothing calls this directly

Calls 1

finishMethod · 0.45

Tested by

no test coverage detected