MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / MOV_get_dec64

Function MOV_get_dec64

src/jrd/mov.cpp:452–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450
451
452Decimal64 MOV_get_dec64(Jrd::thread_db* tdbb, const dsc* desc)
453{
454/**************************************
455 *
456 * M O V _ g e t _ d e c 6 4
457 *
458 **************************************/
459
460 return CVT_get_dec64(desc, tdbb->getAttachment()->att_dec_status, ERR_post);
461}
462
463
464Decimal128 MOV_get_dec128(Jrd::thread_db* tdbb, const dsc* desc)

Callers 3

evlQuantizeFunction · 0.85
evlCompareFunction · 0.85
evlNormDecFunction · 0.85

Calls 2

CVT_get_dec64Function · 0.85
getAttachmentMethod · 0.45

Tested by

no test coverage detected