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

Method fmt

arrow-buffer/src/buffer/scalar.rs:73–75  ·  view source on GitHub ↗
(&self, f: &mut Formatter<'_>)

Source from the content-addressed store, hash-verified

71
72impl<T: ArrowNativeType> std::fmt::Debug for ScalarBuffer<T> {
73 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
74 f.debug_tuple("ScalarBuffer").field(&self.as_ref()).finish()
75 }
76}
77
78impl<T: ArrowNativeType> ScalarBuffer<T> {

Callers

nothing calls this directly

Calls 3

finishMethod · 0.45
fieldMethod · 0.45
as_refMethod · 0.45

Tested by

no test coverage detected