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

Function makePi

src/jrd/SysFunction.cpp:1012–1017  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1010
1011
1012void makePi(DataTypeUtilBase*, const SysFunction*, dsc* result, int, const dsc**)
1013{
1014 result->makeDouble();
1015 result->clearNull();
1016 result->setNullable(false);
1017}
1018
1019
1020void makeFromListResult(DataTypeUtilBase* dataTypeUtil, const SysFunction* function, dsc* result,

Callers

nothing calls this directly

Calls 3

makeDoubleMethod · 0.80
setNullableMethod · 0.80
clearNullMethod · 0.45

Tested by

no test coverage detected