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

Method to_bits

datafusion/common/src/rounding.rs:107–109  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

105 const NEG_ZERO: Self::Item = 0x8000_0000;
106
107 fn to_bits(self) -> Self::Item {
108 self.to_bits()
109 }
110
111 fn from_bits(bits: Self::Item) -> Self {
112 f32::from_bits(bits)

Callers 8

eqMethod · 0.80
hashMethod · 0.80
eqMethod · 0.80
to_partsMethod · 0.80
next_upFunction · 0.80
next_downFunction · 0.80
hashMethod · 0.80
eqMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected