Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
eq
Method · 0.80
hash
Method · 0.80
eq
Method · 0.80
to_parts
Method · 0.80
next_up
Function · 0.80
next_down
Function · 0.80
hash
Method · 0.80
eq
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected