Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ isDecFloat
Method
isDecFloat
src/common/dsc.h:192–195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
}
191
192
bool isDecFloat() const
193
{
194
return DTYPE_IS_DECFLOAT(dsc_dtype);
195
}
196
197
bool isInt128() const
198
{
Callers
4
evlSign
Function · 0.80
evlTrunc
Function · 0.80
computeHash
Method · 0.80
hasVolatileKey
Method · 0.80
Calls
1
DTYPE_IS_DECFLOAT
Function · 0.85
Tested by
no test coverage detected