OmniSciDB
085a039ca4
|
Functions | |
template<typename T > | |
DEVICE ALWAYS_INLINE Array< T > | array_append_impl (const Array< T > in_arr, T val) |
DEVICE ALWAYS_INLINE Array< bool > | barray_append_impl (const Array< bool > in_arr, const int8_t val) |
DEVICE ALWAYS_INLINE Array<T> anonymous_namespace{ExtensionFunctionsArray.hpp}::array_append_impl | ( | const Array< T > | in_arr, |
T | val | ||
) |
Definition at line 13 of file ExtensionFunctionsArray.hpp.
References Array< T >::getSize().
Referenced by array_append(), array_append__(), array_append__1(), array_append__2(), array_append__3(), and array_append__4().
DEVICE ALWAYS_INLINE Array<bool> anonymous_namespace{ExtensionFunctionsArray.hpp}::barray_append_impl | ( | const Array< bool > | in_arr, |
const int8_t | val | ||
) |
Definition at line 24 of file ExtensionFunctionsArray.hpp.
References Array< T >::getSize(), and Array< T >::ptr.
Referenced by barray_append().