OmniSciDB
a5dc49c757
|
#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 |
std::string | toString () const |
Public Attributes | |
int32_t | value |
Definition at line 215 of file heavydbTypes.h.
|
inline |
Definition at line 219 of file heavydbTypes.h.
|
inline |
Definition at line 220 of file heavydbTypes.h.
|
inline |
Definition at line 232 of file heavydbTypes.h.
References value.
Referenced by strtok_to_array__1(), and tarray_append().
|
inline |
Definition at line 223 of file heavydbTypes.h.
References value.
|
inline |
Definition at line 248 of file heavydbTypes.h.
References operator==().
|
inline |
Definition at line 251 of file heavydbTypes.h.
References operator==().
|
inline |
Definition at line 255 of file heavydbTypes.h.
References operator==().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 236 of file heavydbTypes.h.
References value.
Referenced by operator!=().
|
inline |
|
inline |
|
inline |
Definition at line 272 of file heavydbTypes.h.
References typeName(), and value.
int32_t TextEncodingDict::value |
Definition at line 216 of file heavydbTypes.h.
Referenced by inline_null_value(), isNull(), operator int32_t(), operator<(), operator=(), operator==(), and toString().