OmniSciDB
a667adc9c8
|
#include "../../QueryEngine/OmniSciTypes.h"
#include "../../Shared/funcannotations.h"
#include "TableFunctionsTesting.hpp"
#include "MLFunctions.hpp"
Go to the source code of this file.
Functions | |
EXTENSION_NOINLINE int32_t | row_copier (const Column< double > &input_col, int copy_multiplier, Column< double > &output_col) |
EXTENSION_NOINLINE int32_t | row_adder (const int copy_multiplier, const Column< double > &input_col1, const Column< double > &input_col2, Column< double > &output_col) |
EXTENSION_NOINLINE int32_t | row_addsub (const int copy_multiplier, const Column< double > &input_col1, const Column< double > &input_col2, Column< double > &output_col1, Column< double > &output_col2) |
EXTENSION_NOINLINE int32_t | get_max_with_row_offset (const Column< int > &input_col, Column< int > &output_max_col, Column< int > &output_max_row_col) |
EXTENSION_NOINLINE int32_t | column_list_get__cpu_ (const ColumnList< double > &col_list, const int index, const int m, Column< double > &col) |
EXTENSION_NOINLINE int32_t | column_list_first_last (const ColumnList< double > &col_list, const int m, Column< double > &col1, Column< double > &col2) |
EXTENSION_NOINLINE int32_t column_list_first_last | ( | const ColumnList< double > & | col_list, |
const int | m, | ||
Column< double > & | col1, | ||
Column< double > & | col2 | ||
) |
Definition at line 183 of file TableFunctions.hpp.
References ColumnList< T >::getLength(), and Column< T >::getSize().
EXTENSION_NOINLINE int32_t column_list_get__cpu_ | ( | const ColumnList< double > & | col_list, |
const int | index, | ||
const int | m, | ||
Column< double > & | col | ||
) |
Definition at line 169 of file TableFunctions.hpp.
References Column< T >::getSize().
EXTENSION_NOINLINE int32_t get_max_with_row_offset | ( | const Column< int > & | input_col, |
Column< int > & | output_max_col, | ||
Column< int > & | output_max_row_col | ||
) |
Definition at line 135 of file TableFunctions.hpp.
References Column< T >::getSize(), and i.
EXTENSION_NOINLINE int32_t row_adder | ( | const int | copy_multiplier, |
const Column< double > & | input_col1, | ||
const Column< double > & | input_col2, | ||
Column< double > & | output_col | ||
) |
Definition at line 57 of file TableFunctions.hpp.
References Column< T >::getSize(), i, Column< T >::isNull(), and Column< T >::setNull().
EXTENSION_NOINLINE int32_t row_addsub | ( | const int | copy_multiplier, |
const Column< double > & | input_col1, | ||
const Column< double > & | input_col2, | ||
Column< double > & | output_col1, | ||
Column< double > & | output_col2 | ||
) |
Definition at line 98 of file TableFunctions.hpp.
References Column< T >::getSize(), and i.
EXTENSION_NOINLINE int32_t row_copier | ( | const Column< double > & | input_col, |
int | copy_multiplier, | ||
Column< double > & | output_col | ||
) |
Definition at line 23 of file TableFunctions.hpp.
References Column< T >::getSize(), and i.