OmniSciDB
a5dc49c757
|
#include "TableFunctionsTesting.h"
Go to the source code of this file.
Macros | |
#define | INSTANTIATE_CT_COPY(T) |
#define | INSTANTIATE_CT_CONCAT(T) |
#define | INSTANTIATE_CT_CONCAT2(T) |
#define | INSTANTIATE_CT_CONCAT3(T) |
Functions | |
template<typename T > | |
NEVER_INLINE HOST int32_t | ct_copy__generic_cpu_template (TableFunctionManager &mgr, const Column< T > &inputs, Column< T > &outputs) |
template<typename T > | |
NEVER_INLINE HOST int32_t | ct_concat__generic_cpu_template (TableFunctionManager &mgr, const Column< T > &input1, const Column< T > &input2, Column< T > &outputs) |
template<typename T > | |
NEVER_INLINE HOST int32_t | ct_concat__generic2_cpu_template (TableFunctionManager &mgr, const Column< T > &input1, const T &input2, Column< T > &output) |
template<typename T > | |
NEVER_INLINE HOST int32_t | ct_concat__generic3_cpu_template (TableFunctionManager &mgr, const T &input1, const Column< T > &input2, Column< T > &output) |
#define INSTANTIATE_CT_CONCAT | ( | T | ) |
Definition at line 81 of file FlatBufferTableFunctions.cpp.
#define INSTANTIATE_CT_CONCAT2 | ( | T | ) |
Definition at line 110 of file FlatBufferTableFunctions.cpp.
#define INSTANTIATE_CT_CONCAT3 | ( | T | ) |
Definition at line 140 of file FlatBufferTableFunctions.cpp.
#define INSTANTIATE_CT_COPY | ( | T | ) |
Definition at line 44 of file FlatBufferTableFunctions.cpp.
NEVER_INLINE HOST int32_t ct_concat__generic2_cpu_template | ( | TableFunctionManager & | mgr, |
const Column< T > & | input1, | ||
const T & | input2, | ||
Column< T > & | output | ||
) |
Definition at line 91 of file FlatBufferTableFunctions.cpp.
NEVER_INLINE HOST int32_t ct_concat__generic3_cpu_template | ( | TableFunctionManager & | mgr, |
const T & | input1, | ||
const Column< T > & | input2, | ||
Column< T > & | output | ||
) |
Definition at line 121 of file FlatBufferTableFunctions.cpp.
NEVER_INLINE HOST int32_t ct_concat__generic_cpu_template | ( | TableFunctionManager & | mgr, |
const Column< T > & | input1, | ||
const Column< T > & | input2, | ||
Column< T > & | outputs | ||
) |
Definition at line 56 of file FlatBufferTableFunctions.cpp.
NEVER_INLINE HOST int32_t ct_copy__generic_cpu_template | ( | TableFunctionManager & | mgr, |
const Column< T > & | inputs, | ||
Column< T > & | outputs | ||
) |
Definition at line 28 of file FlatBufferTableFunctions.cpp.
References Column< T >::isNull(), TableFunctionManager::set_output_item_values_total_number(), TableFunctionManager::set_output_row_size(), Column< T >::setNull(), and Column< T >::size().