OmniSciDB
cde582ebc3
|
#include <cassert>
Go to the source code of this file.
Namespaces | |
anonymous_namespace{ExtensionFunctionsArray.hpp} | |
Functions | |
template<typename T > | |
DEVICE ALWAYS_INLINE Array< T > | anonymous_namespace{ExtensionFunctionsArray.hpp}::array_append_impl (const Array< T > in_arr, T val) |
DEVICE ALWAYS_INLINE Array< bool > | anonymous_namespace{ExtensionFunctionsArray.hpp}::barray_append_impl (const Array< bool > in_arr, const int8_t val) |
EXTENSION_NOINLINE Array< int64_t > | array_append (const Array< int64_t > in_arr, const int64_t val) |
EXTENSION_NOINLINE Array< int32_t > | array_append__ (const Array< int32_t > in_arr, const int32_t val) |
EXTENSION_NOINLINE Array< int16_t > | array_append__1 (const Array< int16_t > in_arr, const int16_t val) |
EXTENSION_NOINLINE Array< int8_t > | array_append__2 (const Array< int8_t > in_arr, const int8_t val) |
EXTENSION_NOINLINE Array< double > | array_append__3 (const Array< double > in_arr, const double val) |
EXTENSION_NOINLINE Array< float > | array_append__4 (const Array< float > in_arr, const float val) |
EXTENSION_NOINLINE Array< bool > | barray_append (const Array< bool > in_arr, const bool val) |
EXTENSION_NOINLINE Array<int64_t> array_append | ( | const Array< int64_t > | in_arr, |
const int64_t | val | ||
) |
Definition at line 52 of file ExtensionFunctionsArray.hpp.
References anonymous_namespace{ExtensionFunctionsArray.hpp}::array_append_impl().
EXTENSION_NOINLINE Array<int32_t> array_append__ | ( | const Array< int32_t > | in_arr, |
const int32_t | val | ||
) |
Definition at line 62 of file ExtensionFunctionsArray.hpp.
References anonymous_namespace{ExtensionFunctionsArray.hpp}::array_append_impl().
EXTENSION_NOINLINE Array<int16_t> array_append__1 | ( | const Array< int16_t > | in_arr, |
const int16_t | val | ||
) |
Definition at line 72 of file ExtensionFunctionsArray.hpp.
References anonymous_namespace{ExtensionFunctionsArray.hpp}::array_append_impl().
EXTENSION_NOINLINE Array<int8_t> array_append__2 | ( | const Array< int8_t > | in_arr, |
const int8_t | val | ||
) |
Definition at line 82 of file ExtensionFunctionsArray.hpp.
References anonymous_namespace{ExtensionFunctionsArray.hpp}::array_append_impl().
EXTENSION_NOINLINE Array<double> array_append__3 | ( | const Array< double > | in_arr, |
const double | val | ||
) |
Definition at line 92 of file ExtensionFunctionsArray.hpp.
References anonymous_namespace{ExtensionFunctionsArray.hpp}::array_append_impl().
EXTENSION_NOINLINE Array<float> array_append__4 | ( | const Array< float > | in_arr, |
const float | val | ||
) |
Definition at line 102 of file ExtensionFunctionsArray.hpp.
References anonymous_namespace{ExtensionFunctionsArray.hpp}::array_append_impl().
EXTENSION_NOINLINE Array<bool> barray_append | ( | const Array< bool > | in_arr, |
const bool | val | ||
) |
Definition at line 117 of file ExtensionFunctionsArray.hpp.
References anonymous_namespace{ExtensionFunctionsArray.hpp}::barray_append_impl().