OmniSciDB
a5dc49c757
|
#include "heavydbTypes.h"
Go to the source code of this file.
Functions | |
EXTENSION_NOINLINE int64_t | raw_array_as_scalar_same_type (const int64_t *in_arr, const int64_t val) |
EXTENSION_NOINLINE int32_t | raw_array_as_scalar_diff_type (const int64_t *in_arr, const int64_t val) |
EXTENSION_NOINLINE Array< int64_t > | raw_array_as_array_same_type (const int64_t *in_arr, const int64_t val) |
EXTENSION_NOINLINE Array< int32_t > | raw_array_as_array_diff_type (const int64_t *in_arr, const int64_t val) |
EXTENSION_NOINLINE Array<int32_t> raw_array_as_array_diff_type | ( | const int64_t * | in_arr, |
const int64_t | val | ||
) |
Definition at line 42 of file ExtensionFunctionsArrayTesting.hpp.
References Array< T >::data().
EXTENSION_NOINLINE Array<int64_t> raw_array_as_array_same_type | ( | const int64_t * | in_arr, |
const int64_t | val | ||
) |
Definition at line 30 of file ExtensionFunctionsArrayTesting.hpp.
References Array< T >::data().
EXTENSION_NOINLINE int32_t raw_array_as_scalar_diff_type | ( | const int64_t * | in_arr, |
const int64_t | val | ||
) |
Definition at line 19 of file ExtensionFunctionsArrayTesting.hpp.
EXTENSION_NOINLINE int64_t raw_array_as_scalar_same_type | ( | const int64_t * | in_arr, |
const int64_t | val | ||
) |
Definition at line 8 of file ExtensionFunctionsArrayTesting.hpp.