OmniSciDB
a5dc49c757
|
#include <Datum.h>
Public Member Functions | |
std::string_view | stringView () const |
Public Attributes | |
char const * | ptr_ |
uint64_t | len_ |
|
inline |
Definition at line 46 of file Datum.h.
Referenced by string_compress().
uint64_t StringView::len_ |
Definition at line 43 of file Datum.h.
Referenced by stringView().
char const* StringView::ptr_ |
Definition at line 42 of file Datum.h.
Referenced by stringView().