OmniSciDB
c1a53651b2
|
#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 36 of file ExtensionFunctionsArrayTesting.hpp.
References Array< T >::ptr.
EXTENSION_NOINLINE Array<int64_t> raw_array_as_array_same_type | ( | const int64_t * | in_arr, |
const int64_t | val | ||
) |
Definition at line 25 of file ExtensionFunctionsArrayTesting.hpp.
References Array< T >::ptr.
EXTENSION_NOINLINE int32_t raw_array_as_scalar_diff_type | ( | const int64_t * | in_arr, |
const int64_t | val | ||
) |
Definition at line 14 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 3 of file ExtensionFunctionsArrayTesting.hpp.