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

Function MOV_get_dec128

src/jrd/mov.cpp:464–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462
463
464Decimal128 MOV_get_dec128(Jrd::thread_db* tdbb, const dsc* desc)
465{
466/**************************************
467 *
468 * M O V _ g e t _ d e c 1 2 8
469 *
470 **************************************/
471
472 return CVT_get_dec128(desc, tdbb->getAttachment()->att_dec_status, ERR_post);
473}
474
475
476Int128 MOV_get_int128(Jrd::thread_db* tdbb, const dsc* desc, SSHORT scale)

Callers 15

addMethod · 0.85
add2Method · 0.85
multiplyMethod · 0.85
multiply2Method · 0.85
divide2Method · 0.85
aggExecuteMethod · 0.85
aggPassMethod · 0.85
evlExpFunction · 0.85
evlLnLog10Function · 0.85
evlLogFunction · 0.85
evlQuantizeFunction · 0.85
evlCompareFunction · 0.85

Calls 2

CVT_get_dec128Function · 0.85
getAttachmentMethod · 0.45

Tested by

no test coverage detected