MCPcopy 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

evlSignFunction · 0.80
evlTruncFunction · 0.80
computeHashMethod · 0.80
hasVolatileKeyMethod · 0.80

Calls 1

DTYPE_IS_DECFLOATFunction · 0.85

Tested by

no test coverage detected