NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
#include <BasicValue.hpp>
Public Member Functions | |
BasicValue (const DataTypePtr &type, std::string &&value) noexcept | |
~BasicValue () override=default | |
std::string | toString () const noexcept override |
Returns a string representation of this value. More... | |
bool | isEquals (ValueTypePtr other) const noexcept override |
Checks if two values are equal. More... | |
![]() | |
ValueType (const DataTypePtr &type) | |
virtual | ~ValueType ()=default |
template<class CheckedType > | |
auto | as () |
Public Attributes | |
std::string | value |
![]() | |
DataTypePtr const | dataType |
|
inlinenoexcept |
|
overridedefault |
|
overridevirtualnoexcept |
Checks if two values are equal.
Implements NES::ValueType.
References magic_enum::detail::value().
|
overridevirtualnoexcept |
std::string NES::BasicValue::value |
Referenced by toString().