MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / runExecFunc

Method runExecFunc

src/expression_evaluator/function_evaluator.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

execFuncMethod · 0.45

Tested by

no test coverage detected