| 1093 | |
| 1094 | |
| 1095 | void makeBoolResult(DataTypeUtilBase* dataTypeUtil, const SysFunction* function, |
| 1096 | dsc* result, int argsCount, const dsc** args) |
| 1097 | { |
| 1098 | result->makeBoolean(); |
| 1099 | } |
| 1100 | |
| 1101 | |
| 1102 | void makeVarBinary(dsc* result, int argsCount, const dsc** args, unsigned length) |
nothing calls this directly
no test coverage detected