| 58 | } |
| 59 | |
| 60 | void FunctionExpressionEvaluator::runExecFunc(void* dataPtr) { |
| 61 | function->execFunc(parameters, common::SelectionVector::fromValueVectors(parameters), |
| 62 | *resultVector, resultVector->getSelVectorPtr(), dataPtr); |
| 63 | } |
| 64 | |
| 65 | void FunctionExpressionEvaluator::resolveResultVector(const ResultSet& /*resultSet*/, |
| 66 | MemoryManager* memoryManager) { |