|
template<typename T > |
NEVER_INLINE HOST int32_t | sum_along_row__cpu_template (const Column< Array< T >> &input, Column< T > &output) |
|
template NEVER_INLINE HOST int32_t | sum_along_row__cpu_template (const Column< Array< float >> &input, Column< float > &output) |
|
template NEVER_INLINE HOST int32_t | sum_along_row__cpu_template (const Column< Array< double >> &input, Column< double > &output) |
|
template NEVER_INLINE HOST int32_t | sum_along_row__cpu_template (const Column< Array< int8_t >> &input, Column< int8_t > &output) |
|
template NEVER_INLINE HOST int32_t | sum_along_row__cpu_template (const Column< Array< int16_t >> &input, Column< int16_t > &output) |
|
template NEVER_INLINE HOST int32_t | sum_along_row__cpu_template (const Column< Array< int32_t >> &input, Column< int32_t > &output) |
|
template NEVER_INLINE HOST int32_t | sum_along_row__cpu_template (const Column< Array< int64_t >> &input, Column< int64_t > &output) |
|
template NEVER_INLINE HOST int32_t | sum_along_row__cpu_template (const Column< Array< bool >> &input, Column< bool > &output) |
|
template NEVER_INLINE HOST int32_t | sum_along_row__cpu_template (const Column< Array< TextEncodingDict >> &input, Column< TextEncodingDict > &output) |
|
template<typename T > |
NEVER_INLINE HOST int32_t | array_copier__cpu_template (TableFunctionManager &mgr, const Column< Array< T >> &input, Column< Array< T >> &output) |
|
template NEVER_INLINE HOST int32_t | array_copier__cpu_template (TableFunctionManager &mgr, const Column< Array< float >> &input, Column< Array< float >> &output) |
|
template NEVER_INLINE HOST int32_t | array_copier__cpu_template (TableFunctionManager &mgr, const Column< Array< double >> &input, Column< Array< double >> &output) |
|
template NEVER_INLINE HOST int32_t | array_copier__cpu_template (TableFunctionManager &mgr, const Column< Array< int8_t >> &input, Column< Array< int8_t >> &output) |
|
template NEVER_INLINE HOST int32_t | array_copier__cpu_template (TableFunctionManager &mgr, const Column< Array< int16_t >> &input, Column< Array< int16_t >> &output) |
|
template NEVER_INLINE HOST int32_t | array_copier__cpu_template (TableFunctionManager &mgr, const Column< Array< int32_t >> &input, Column< Array< int32_t >> &output) |
|
template NEVER_INLINE HOST int32_t | array_copier__cpu_template (TableFunctionManager &mgr, const Column< Array< int64_t >> &input, Column< Array< int64_t >> &output) |
|
template NEVER_INLINE HOST int32_t | array_copier__cpu_template (TableFunctionManager &mgr, const Column< Array< bool >> &input, Column< Array< bool >> &output) |
|
template NEVER_INLINE HOST int32_t | array_copier__cpu_template (TableFunctionManager &mgr, const Column< Array< TextEncodingDict >> &input, Column< Array< TextEncodingDict >> &output) |
|
template<typename T > |
NEVER_INLINE HOST int32_t | array_concat__cpu_template (TableFunctionManager &mgr, const ColumnList< Array< T >> &inputs, Column< Array< T >> &output) |
|
template<typename T > |
NEVER_INLINE HOST int32_t | array_append__cpu_template (TableFunctionManager &mgr, const Column< Array< T >> &input1, const Array< T > &input2, Column< Array< T >> &output) |
|
template NEVER_INLINE HOST int32_t | array_concat__cpu_template (TableFunctionManager &mgr, const ColumnList< Array< float >> &inputs, Column< Array< float >> &output) |
|
template NEVER_INLINE HOST int32_t | array_concat__cpu_template (TableFunctionManager &mgr, const ColumnList< Array< double >> &inputs, Column< Array< double >> &output) |
|
template NEVER_INLINE HOST int32_t | array_concat__cpu_template (TableFunctionManager &mgr, const ColumnList< Array< int8_t >> &inputs, Column< Array< int8_t >> &output) |
|
template NEVER_INLINE HOST int32_t | array_concat__cpu_template (TableFunctionManager &mgr, const ColumnList< Array< int16_t >> &inputs, Column< Array< int16_t >> &output) |
|
template NEVER_INLINE HOST int32_t | array_concat__cpu_template (TableFunctionManager &mgr, const ColumnList< Array< int32_t >> &inputs, Column< Array< int32_t >> &output) |
|
template NEVER_INLINE HOST int32_t | array_concat__cpu_template (TableFunctionManager &mgr, const ColumnList< Array< int64_t >> &inputs, Column< Array< int64_t >> &output) |
|
template NEVER_INLINE HOST int32_t | array_concat__cpu_template (TableFunctionManager &mgr, const ColumnList< Array< bool >> &inputs, Column< Array< bool >> &output) |
|
template NEVER_INLINE HOST int32_t | array_concat__cpu_template (TableFunctionManager &mgr, const ColumnList< Array< TextEncodingDict >> &inputs, Column< Array< TextEncodingDict >> &output) |
|
template NEVER_INLINE HOST int32_t | array_append__cpu_template (TableFunctionManager &mgr, const Column< Array< float >> &input1, const Array< float > &input2, Column< Array< float >> &output) |
|
template NEVER_INLINE HOST int32_t | array_append__cpu_template (TableFunctionManager &mgr, const Column< Array< double >> &input1, const Array< double > &input2, Column< Array< double >> &output) |
|
template NEVER_INLINE HOST int32_t | array_append__cpu_template (TableFunctionManager &mgr, const Column< Array< int8_t >> &input1, const Array< int8_t > &input2, Column< Array< int8_t >> &output) |
|
template NEVER_INLINE HOST int32_t | array_append__cpu_template (TableFunctionManager &mgr, const Column< Array< int16_t >> &input1, const Array< int16_t > &input2, Column< Array< int16_t >> &output) |
|
template NEVER_INLINE HOST int32_t | array_append__cpu_template (TableFunctionManager &mgr, const Column< Array< int32_t >> &input1, const Array< int32_t > &input2, Column< Array< int32_t >> &output) |
|
template NEVER_INLINE HOST int32_t | array_append__cpu_template (TableFunctionManager &mgr, const Column< Array< int64_t >> &input1, const Array< int64_t > &input2, Column< Array< int64_t >> &output) |
|
template NEVER_INLINE HOST int32_t | array_append__cpu_template (TableFunctionManager &mgr, const Column< Array< bool >> &input1, const Array< bool > &input2, Column< Array< bool >> &output) |
|
template<typename T > |
NEVER_INLINE HOST int32_t | array_asarray__cpu_template (TableFunctionManager &mgr, const Column< T > &input, Column< Array< T >> &output) |
|
template NEVER_INLINE HOST int32_t | array_asarray__cpu_template (TableFunctionManager &mgr, const Column< int64_t > &input, Column< Array< int64_t >> &output) |
|
template NEVER_INLINE HOST int32_t | array_asarray__cpu_template (TableFunctionManager &mgr, const Column< TextEncodingDict > &input, Column< Array< TextEncodingDict >> &output) |
|
template<typename T > |
NEVER_INLINE HOST int32_t | array_split__cpu_template (TableFunctionManager &mgr, const Column< Array< T >> &input, Column< Array< T >> &first, Column< Array< T >> &second) |
|
template NEVER_INLINE HOST int32_t | array_split__cpu_template (TableFunctionManager &mgr, const Column< Array< float >> &input, Column< Array< float >> &first, Column< Array< float >> &second) |
|
template NEVER_INLINE HOST int32_t | array_split__cpu_template (TableFunctionManager &mgr, const Column< Array< double >> &input, Column< Array< double >> &first, Column< Array< double >> &second) |
|
template NEVER_INLINE HOST int32_t | array_split__cpu_template (TableFunctionManager &mgr, const Column< Array< int8_t >> &input, Column< Array< int8_t >> &first, Column< Array< int8_t >> &second) |
|
template NEVER_INLINE HOST int32_t | array_split__cpu_template (TableFunctionManager &mgr, const Column< Array< int16_t >> &input, Column< Array< int16_t >> &first, Column< Array< int16_t >> &second) |
|
template NEVER_INLINE HOST int32_t | array_split__cpu_template (TableFunctionManager &mgr, const Column< Array< int32_t >> &input, Column< Array< int32_t >> &first, Column< Array< int32_t >> &second) |
|
template NEVER_INLINE HOST int32_t | array_split__cpu_template (TableFunctionManager &mgr, const Column< Array< int64_t >> &input, Column< Array< int64_t >> &first, Column< Array< int64_t >> &second) |
|
template NEVER_INLINE HOST int32_t | array_split__cpu_template (TableFunctionManager &mgr, const Column< Array< bool >> &input, Column< Array< bool >> &first, Column< Array< bool >> &second) |
|
template NEVER_INLINE HOST int32_t | array_split__cpu_template (TableFunctionManager &mgr, const Column< Array< TextEncodingDict >> &input, Column< Array< TextEncodingDict >> &first, Column< Array< TextEncodingDict >> &second) |
|