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

Method fmt

datafusion/physical-expr-common/src/binary_map.rs:568–576  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

566 V: Debug + PartialEq + Eq + Clone + Copy + Default,
567{
568 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
569 f.debug_struct("ArrowBytesMap")
570 .field("map", &"<map>")
571 .field("map_size", &self.map_size)
572 .field("buffer", &self.buffer)
573 .field("random_state", &self.random_state)
574 .field("hashes_buffer", &self.hashes_buffer)
575 .finish()
576 }
577}
578
579/// Maximum size of a value that can be inlined in the hash table

Callers

nothing calls this directly

Calls 2

finishMethod · 0.45
fieldMethod · 0.45

Tested by

no test coverage detected