|
StreamBase C++ API
10.3.0.4
|
A type of data in a tuple. More...
#include <DataType.hpp>
Public Member Functions | |
| DataType () | |
| Construct a DataType equal to DataType::NONE. More... | |
| std::string | as_string () const |
| Return a string representation of the data type. More... | |
| size_t | getSize () const |
Static Public Member Functions | |
| static bool | isFixedSize (DataType type) |
| Return false if the type is variable-length (e.g., STRING or BLOB) More... | |
A type of data in a tuple.
Valid values are
|
inline |
Construct a DataType equal to DataType::NONE.
|
inline |
Return a string representation of the data type.
|
inlinestatic |
Return false if the type is variable-length (e.g., STRING or BLOB)