OmniSciDB
a5dc49c757
|
#include <cassert>
Go to the source code of this file.
Namespaces | |
anonymous_namespace{ExtensionFunctionsArray.hpp} | |
EXTENSION_NOINLINE Array<int64_t> array_append | ( | const Array< int64_t > & | in_arr, |
const int64_t | val | ||
) |
Definition at line 73 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 83 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 93 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 103 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 113 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 123 of file ExtensionFunctionsArray.hpp.
References anonymous_namespace{ExtensionFunctionsArray.hpp}::array_append_impl().
EXTENSION_NOINLINE bool array_equal__bool | ( | const Array< bool > & | in_arr, |
const Array< bool > & | other_arr | ||
) |
Definition at line 335 of file ExtensionFunctionsArray.hpp.
EXTENSION_NOINLINE bool array_equal__f32 | ( | const Array< float > & | in_arr, |
const Array< float > & | other_arr | ||
) |
Definition at line 360 of file ExtensionFunctionsArray.hpp.
EXTENSION_NOINLINE bool array_equal__f64 | ( | const Array< double > & | in_arr, |
const Array< double > & | other_arr | ||
) |
Definition at line 365 of file ExtensionFunctionsArray.hpp.
EXTENSION_NOINLINE bool array_equal__i16 | ( | const Array< int16_t > & | in_arr, |
const Array< int16_t > & | other_arr | ||
) |
Definition at line 345 of file ExtensionFunctionsArray.hpp.
EXTENSION_NOINLINE bool array_equal__i32 | ( | const Array< int32_t > & | in_arr, |
const Array< int32_t > & | other_arr | ||
) |
Definition at line 350 of file ExtensionFunctionsArray.hpp.
EXTENSION_NOINLINE bool array_equal__i64 | ( | const Array< int64_t > & | in_arr, |
const Array< int64_t > & | other_arr | ||
) |
Definition at line 355 of file ExtensionFunctionsArray.hpp.
EXTENSION_NOINLINE bool array_equal__i8 | ( | const Array< int8_t > & | in_arr, |
const Array< int8_t > & | other_arr | ||
) |
Definition at line 340 of file ExtensionFunctionsArray.hpp.
EXTENSION_NOINLINE bool array_equal__textdict | ( | const Array< TextEncodingDict > & | in_arr, |
const Array< TextEncodingDict > & | other_arr | ||
) |
Definition at line 377 of file ExtensionFunctionsArray.hpp.
EXTENSION_NOINLINE Array<bool> array_first_half__b8 | ( | const Array< bool > & | in_arr | ) |
Definition at line 175 of file ExtensionFunctionsArray.hpp.
References anonymous_namespace{ExtensionFunctionsArray.hpp}::array_first_half_impl().
EXTENSION_NOINLINE Array<float> array_first_half__f32 | ( | const Array< float > & | in_arr | ) |
Definition at line 265 of file ExtensionFunctionsArray.hpp.
References anonymous_namespace{ExtensionFunctionsArray.hpp}::array_first_half_impl().
EXTENSION_NOINLINE Array<double> array_first_half__f64 | ( | const Array< double > & | in_arr | ) |
Definition at line 283 of file ExtensionFunctionsArray.hpp.
References anonymous_namespace{ExtensionFunctionsArray.hpp}::array_first_half_impl().
EXTENSION_NOINLINE Array<int16_t> array_first_half__i16 | ( | const Array< int16_t > & | in_arr | ) |
Definition at line 211 of file ExtensionFunctionsArray.hpp.
References anonymous_namespace{ExtensionFunctionsArray.hpp}::array_first_half_impl().
EXTENSION_NOINLINE Array<int32_t> array_first_half__i32 | ( | const Array< int32_t > & | in_arr | ) |
Definition at line 229 of file ExtensionFunctionsArray.hpp.
References anonymous_namespace{ExtensionFunctionsArray.hpp}::array_first_half_impl().
EXTENSION_NOINLINE Array<int64_t> array_first_half__i64 | ( | const Array< int64_t > & | in_arr | ) |
Definition at line 247 of file ExtensionFunctionsArray.hpp.
References anonymous_namespace{ExtensionFunctionsArray.hpp}::array_first_half_impl().
EXTENSION_NOINLINE Array<int8_t> array_first_half__i8 | ( | const Array< int8_t > & | in_arr | ) |
Definition at line 193 of file ExtensionFunctionsArray.hpp.
References anonymous_namespace{ExtensionFunctionsArray.hpp}::array_first_half_impl().
EXTENSION_NOINLINE Array<TextEncodingDict> array_first_half__t32 | ( | RowFunctionManager & | mgr, |
const Array< TextEncodingDict > & | in_arr | ||
) |
Definition at line 307 of file ExtensionFunctionsArray.hpp.
References anonymous_namespace{ExtensionFunctionsArray.hpp}::array_first_half_impl(), GET_DICT_DB_ID, GET_DICT_ID, RowFunctionManager::getOrAddTransient(), RowFunctionManager::getString(), Array< T >::isNull(), Array< T >::size(), TRANSIENT_DICT_DB_ID, and TRANSIENT_DICT_ID.
EXTENSION_NOINLINE Array<bool> array_second_half__b8 | ( | const Array< bool > & | in_arr | ) |
Definition at line 184 of file ExtensionFunctionsArray.hpp.
References anonymous_namespace{ExtensionFunctionsArray.hpp}::array_second_half_impl().
EXTENSION_NOINLINE Array<float> array_second_half__f32 | ( | const Array< float > & | in_arr | ) |
Definition at line 274 of file ExtensionFunctionsArray.hpp.
References anonymous_namespace{ExtensionFunctionsArray.hpp}::array_second_half_impl().
EXTENSION_NOINLINE Array<double> array_second_half__f64 | ( | const Array< double > & | in_arr | ) |
Definition at line 292 of file ExtensionFunctionsArray.hpp.
References anonymous_namespace{ExtensionFunctionsArray.hpp}::array_second_half_impl().
EXTENSION_NOINLINE Array<int16_t> array_second_half__i16 | ( | const Array< int16_t > & | in_arr | ) |
Definition at line 220 of file ExtensionFunctionsArray.hpp.
References anonymous_namespace{ExtensionFunctionsArray.hpp}::array_second_half_impl().
EXTENSION_NOINLINE Array<int32_t> array_second_half__i32 | ( | const Array< int32_t > & | in_arr | ) |
Definition at line 238 of file ExtensionFunctionsArray.hpp.
References anonymous_namespace{ExtensionFunctionsArray.hpp}::array_second_half_impl().
EXTENSION_NOINLINE Array<int64_t> array_second_half__i64 | ( | const Array< int64_t > & | in_arr | ) |
Definition at line 256 of file ExtensionFunctionsArray.hpp.
References anonymous_namespace{ExtensionFunctionsArray.hpp}::array_second_half_impl().
EXTENSION_NOINLINE Array<int8_t> array_second_half__i8 | ( | const Array< int8_t > & | in_arr | ) |
Definition at line 202 of file ExtensionFunctionsArray.hpp.
References anonymous_namespace{ExtensionFunctionsArray.hpp}::array_second_half_impl().
EXTENSION_NOINLINE Array<TextEncodingDict> array_second_half__t32 | ( | RowFunctionManager & | mgr, |
const Array< TextEncodingDict > & | in_arr | ||
) |
Definition at line 321 of file ExtensionFunctionsArray.hpp.
References anonymous_namespace{ExtensionFunctionsArray.hpp}::array_second_half_impl(), GET_DICT_DB_ID, GET_DICT_ID, RowFunctionManager::getOrAddTransient(), RowFunctionManager::getString(), Array< T >::isNull(), Array< T >::size(), TRANSIENT_DICT_DB_ID, and TRANSIENT_DICT_ID.
EXTENSION_NOINLINE Array<bool> barray_append | ( | const Array< bool > & | in_arr, |
const bool | val | ||
) |
Definition at line 164 of file ExtensionFunctionsArray.hpp.
References anonymous_namespace{ExtensionFunctionsArray.hpp}::barray_append_impl().
EXTENSION_NOINLINE Array<TextEncodingDict> tarray_append | ( | RowFunctionManager & | mgr, |
const Array< TextEncodingDict > & | in_arr, | ||
const TextEncodingDict | val | ||
) |
Definition at line 134 of file ExtensionFunctionsArray.hpp.
References GET_DICT_DB_ID, GET_DICT_ID, RowFunctionManager::getOrAddTransient(), RowFunctionManager::getString(), TextEncodingDict::isNull(), Array< T >::isNull(), Array< T >::size(), TRANSIENT_DICT_DB_ID, and TRANSIENT_DICT_ID.