OmniSciDB
c1a53651b2
|
#include <heavydbTypes.h>
Public Member Functions | |
TextEncodingDict (const int32_t other) | |
TextEncodingDict () | |
operator int32_t () const | |
TextEncodingDict | operator= (const int32_t other) |
DEVICE ALWAYS_INLINE bool | isNull () const |
DEVICE ALWAYS_INLINE bool | operator== (const TextEncodingDict &other) const |
DEVICE ALWAYS_INLINE bool | operator== (const int32_t &other) const |
DEVICE ALWAYS_INLINE bool | operator== (const int64_t &other) const |
DEVICE ALWAYS_INLINE bool | operator!= (const TextEncodingDict &other) const |
DEVICE ALWAYS_INLINE bool | operator!= (const int32_t &other) const |
DEVICE ALWAYS_INLINE bool | operator!= (const int64_t &other) const |
DEVICE ALWAYS_INLINE bool | operator< (const TextEncodingDict &other) const |
DEVICE ALWAYS_INLINE bool | operator< (const int32_t &other) const |
DEVICE ALWAYS_INLINE bool | operator< (const int64_t &other) const |
Public Attributes | |
int32_t | value |
Definition at line 150 of file heavydbTypes.h.
|
inline |
Definition at line 154 of file heavydbTypes.h.
|
inline |
Definition at line 155 of file heavydbTypes.h.
|
inline |
Definition at line 165 of file heavydbTypes.h.
References value.
Referenced by strtok_to_array__1(), and tarray_append().
|
inline |
|
inline |
Definition at line 181 of file heavydbTypes.h.
References operator==().
|
inline |
Definition at line 184 of file heavydbTypes.h.
References operator==().
|
inline |
Definition at line 188 of file heavydbTypes.h.
References operator==().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 169 of file heavydbTypes.h.
References value.
Referenced by operator!=().
|
inline |
|
inline |
int32_t TextEncodingDict::value |
Definition at line 151 of file heavydbTypes.h.
Referenced by inline_null_value(), isNull(), operator int32_t(), operator<(), operator=(), and operator==().