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