OmniSciDB
a5dc49c757
|
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) |
template<typename T > | |
DEVICE ALWAYS_INLINE Array< T > | array_first_half_impl (const Array< T > &in_arr) |
template<typename T > | |
DEVICE ALWAYS_INLINE Array< T > | array_second_half_impl (const Array< T > &in_arr) |
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 >::size().
Referenced by array_append(), array_append__(), array_append__1(), array_append__2(), array_append__3(), and array_append__4().
DEVICE ALWAYS_INLINE Array<T> anonymous_namespace{ExtensionFunctionsArray.hpp}::array_first_half_impl | ( | const Array< T > & | in_arr | ) |
Definition at line 37 of file ExtensionFunctionsArray.hpp.
References Array< T >::isNull(), and Array< T >::size().
Referenced by array_first_half__b8(), array_first_half__f32(), array_first_half__f64(), array_first_half__i16(), array_first_half__i32(), array_first_half__i64(), array_first_half__i8(), and array_first_half__t32().
DEVICE ALWAYS_INLINE Array<T> anonymous_namespace{ExtensionFunctionsArray.hpp}::array_second_half_impl | ( | const Array< T > & | in_arr | ) |
Definition at line 47 of file ExtensionFunctionsArray.hpp.
References Array< T >::isNull(), and Array< T >::size().
Referenced by array_second_half__b8(), array_second_half__f32(), array_second_half__f64(), array_second_half__i16(), array_second_half__i32(), array_second_half__i64(), array_second_half__i8(), and array_second_half__t32().
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 >::data(), and Array< T >::size().
Referenced by barray_append().