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

Function makeShortResult

src/jrd/SysFunction.cpp:1082–1092  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1080
1081
1082void makeShortResult(DataTypeUtilBase*, const SysFunction*, dsc* result,
1083 int argsCount, const dsc** args)
1084{
1085 result->makeShort(0);
1086
1087 bool isNullable;
1088 if (initResult(result, argsCount, args, &isNullable))
1089 return;
1090
1091 result->setNullable(isNullable);
1092}
1093
1094
1095void makeBoolResult(DataTypeUtilBase* dataTypeUtil, const SysFunction* function,

Callers

nothing calls this directly

Calls 3

initResultFunction · 0.85
makeShortMethod · 0.80
setNullableMethod · 0.80

Tested by

no test coverage detected