|
template<typename LEFT_TYPE , typename RIGHT_TYPE , typename RESULT_TYPE , typename FUNC , typename OP_WRAPPER > |
static void | executeOnValue (common::ValueVector &left, common::ValueVector &right, common::ValueVector &resultValueVector, uint64_t lPos, uint64_t rPos, uint64_t resPos, void *dataPtr) |
|
template<typename LEFT_TYPE , typename RIGHT_TYPE , typename RESULT_TYPE , typename FUNC , typename OP_WRAPPER > |
static void | executeBothFlat (common::ValueVector &left, common::ValueVector &right, common::ValueVector &result, void *dataPtr) |
|
template<typename LEFT_TYPE , typename RIGHT_TYPE , typename RESULT_TYPE , typename FUNC , typename OP_WRAPPER > |
static void | executeFlatUnFlat (common::ValueVector &left, common::ValueVector &right, common::ValueVector &result, void *dataPtr) |
|
template<typename LEFT_TYPE , typename RIGHT_TYPE , typename RESULT_TYPE , typename FUNC , typename OP_WRAPPER > |
static void | executeUnFlatFlat (common::ValueVector &left, common::ValueVector &right, common::ValueVector &result, void *dataPtr) |
|
template<typename LEFT_TYPE , typename RIGHT_TYPE , typename RESULT_TYPE , typename FUNC , typename OP_WRAPPER > |
static void | executeBothUnFlat (common::ValueVector &left, common::ValueVector &right, common::ValueVector &result, void *dataPtr) |
|
template<typename LEFT_TYPE , typename RIGHT_TYPE , typename RESULT_TYPE , typename FUNC , typename OP_WRAPPER > |
static void | executeSwitch (common::ValueVector &left, common::ValueVector &right, common::ValueVector &result, void *dataPtr) |
|
template<typename LEFT_TYPE , typename RIGHT_TYPE , typename RESULT_TYPE , typename FUNC > |
static void | execute (common::ValueVector &left, common::ValueVector &right, common::ValueVector &result) |
|
template<typename LEFT_TYPE , typename RIGHT_TYPE , typename RESULT_TYPE , typename FUNC > |
static void | executeString (common::ValueVector &left, common::ValueVector &right, common::ValueVector &result) |
|
template<typename LEFT_TYPE , typename RIGHT_TYPE , typename RESULT_TYPE , typename FUNC > |
static void | executeListStruct (common::ValueVector &left, common::ValueVector &right, common::ValueVector &result) |
|
template<typename LEFT_TYPE , typename RIGHT_TYPE , typename RESULT_TYPE , typename FUNC > |
static void | executeMapCreation (common::ValueVector &left, common::ValueVector &right, common::ValueVector &result, void *dataPtr) |
|
template<typename LEFT_TYPE , typename RIGHT_TYPE , typename RESULT_TYPE , typename FUNC > |
static void | executeListExtract (common::ValueVector &left, common::ValueVector &right, common::ValueVector &result) |
|
template<typename LEFT_TYPE , typename RIGHT_TYPE , typename RESULT_TYPE , typename FUNC > |
static void | executeComparison (common::ValueVector &left, common::ValueVector &right, common::ValueVector &result) |
|
template<typename LEFT_TYPE , typename RIGHT_TYPE , typename RESULT_TYPE , typename FUNC > |
static void | executeUDF (common::ValueVector &left, common::ValueVector &right, common::ValueVector &result, void *dataPtr) |
|
template<class LEFT_TYPE , class RIGHT_TYPE , class FUNC , typename SELECT_WRAPPER > |
static void | selectOnValue (common::ValueVector &left, common::ValueVector &right, uint64_t lPos, uint64_t rPos, uint64_t resPos, uint64_t &numSelectedValues, std::span< common::sel_t > selectedPositionsBuffer) |
|
template<class LEFT_TYPE , class RIGHT_TYPE , class FUNC , typename SELECT_WRAPPER > |
static uint64_t | selectBothFlat (common::ValueVector &left, common::ValueVector &right) |
|
template<typename LEFT_TYPE , typename RIGHT_TYPE , typename FUNC , typename SELECT_WRAPPER > |
static bool | selectFlatUnFlat (common::ValueVector &left, common::ValueVector &right, common::SelectionVector &selVector) |
|
template<typename LEFT_TYPE , typename RIGHT_TYPE , typename FUNC , typename SELECT_WRAPPER > |
static bool | selectUnFlatFlat (common::ValueVector &left, common::ValueVector &right, common::SelectionVector &selVector) |
|
template<class LEFT_TYPE , class RIGHT_TYPE , class FUNC , typename SELECT_WRAPPER > |
static bool | selectBothUnFlat (common::ValueVector &left, common::ValueVector &right, common::SelectionVector &selVector) |
|
template<class LEFT_TYPE , class RIGHT_TYPE , class FUNC > |
static bool | select (common::ValueVector &left, common::ValueVector &right, common::SelectionVector &selVector) |
|
template<class LEFT_TYPE , class RIGHT_TYPE , class FUNC > |
static bool | selectComparison (common::ValueVector &left, common::ValueVector &right, common::SelectionVector &selVector) |
|