OmniSciDB
94e8789169
|
#include <limits>
#include <type_traits>
#include "../Shared/InlineNullValues.h"
#include "../Shared/funcannotations.h"
Go to the source code of this file.
Classes | |
struct | Array< T > |
struct | GeoLineString |
struct | GeoPoint |
struct | GeoPolygon |
struct | GeoMultiPolygon |
struct | Column< T > |
Macros | |
#define | EXTENSION_INLINE extern "C" ALWAYS_INLINE DEVICE |
#define | EXTENSION_NOINLINE extern "C" NEVER_INLINE DEVICE |
Functions | |
EXTENSION_NOINLINE int8_t * | allocate_varlen_buffer (int64_t element_count, int64_t element_size) |
#define EXTENSION_INLINE extern "C" ALWAYS_INLINE DEVICE |
Definition at line 26 of file OmniSciTypes.h.
#define EXTENSION_NOINLINE extern "C" NEVER_INLINE DEVICE |
Definition at line 27 of file OmniSciTypes.h.
EXTENSION_NOINLINE int8_t* allocate_varlen_buffer | ( | int64_t | element_count, |
int64_t | element_size | ||
) |