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

Function makeDoubleResult

src/jrd/SysFunction.cpp:967–977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

965
966
967void makeDoubleResult(DataTypeUtilBase*, const SysFunction*, dsc* result,
968 int argsCount, const dsc** args)
969{
970 result->makeDouble();
971
972 bool isNullable;
973 if (initResult(result, argsCount, args, &isNullable))
974 return;
975
976 result->setNullable(isNullable);
977}
978
979
980void makeDblDecResult(DataTypeUtilBase*, const SysFunction*, dsc* result,

Callers

nothing calls this directly

Calls 3

initResultFunction · 0.85
makeDoubleMethod · 0.80
setNullableMethod · 0.80

Tested by

no test coverage detected