#include <partition_value.h>
◆ DD_table
◆ Impl
◆ ~Partition_value()
dd::Partition_value::~Partition_value |
( |
| ) |
|
|
overridedefault |
◆ column_num()
virtual uint dd::Partition_value::column_num |
( |
| ) |
const |
|
pure virtual |
◆ deserialize()
Re-establishes the state of *this by reading sdi information from the rapidjson DOM subobject provided.
Cross-references encountered within this object are tracked in sdictx, so that they can be updated when the entire object graph has been established.
- Parameters
-
rctx | stores book-keeping information for the deserialization process |
val | subobject of rapidjson DOM containing json representation of this object |
Implemented in dd::Partition_value_impl.
◆ is_value_null()
virtual bool dd::Partition_value::is_value_null |
( |
| ) |
const |
|
pure virtual |
◆ list_num()
virtual uint dd::Partition_value::list_num |
( |
| ) |
const |
|
pure virtual |
◆ max_value()
virtual bool dd::Partition_value::max_value |
( |
| ) |
const |
|
pure virtual |
◆ partition() [1/2]
virtual const Partition & dd::Partition_value::partition |
( |
| ) |
const |
|
pure virtual |
◆ partition() [2/2]
virtual Partition & dd::Partition_value::partition |
( |
| ) |
|
|
pure virtual |
◆ serialize()
Converts *this into json.
Converts all member variables that are to be included in the sdi into json by transforming them appropriately and passing them to the rapidjson writer provided.
- Parameters
-
wctx | opaque context for data needed by serialization |
w | rapidjson writer which will perform conversion to json |
Implemented in dd::Partition_value_impl.
◆ set_column_num()
virtual void dd::Partition_value::set_column_num |
( |
uint |
column_num | ) |
|
|
pure virtual |
◆ set_list_num()
virtual void dd::Partition_value::set_list_num |
( |
uint |
list_num | ) |
|
|
pure virtual |
◆ set_max_value()
virtual void dd::Partition_value::set_max_value |
( |
bool |
max_value | ) |
|
|
pure virtual |
◆ set_value_null()
virtual void dd::Partition_value::set_value_null |
( |
bool |
is_null | ) |
|
|
pure virtual |
◆ set_value_utf8()
virtual void dd::Partition_value::set_value_utf8 |
( |
const String_type & |
value | ) |
|
|
pure virtual |
◆ value_utf8()
virtual const String_type & dd::Partition_value::value_utf8 |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: