|
sparrow-ipc 0.3.0
|
Information about a dictionary used for encoding. More...
#include <dictionary_tracker.hpp>
Public Attributes | |
| int64_t | id |
| Dictionary identifier. | |
| sparrow::record_batch | data |
| Dictionary values as a single-column record batch. | |
| bool | is_ordered |
| Whether dictionary values are ordered. | |
| bool | is_delta |
| Whether this is a delta update. | |
Information about a dictionary used for encoding.
Definition at line 18 of file dictionary_tracker.hpp.
| sparrow::record_batch sparrow_ipc::dictionary_info::data |
Dictionary values as a single-column record batch.
Definition at line 21 of file dictionary_tracker.hpp.
| int64_t sparrow_ipc::dictionary_info::id |
Dictionary identifier.
Definition at line 20 of file dictionary_tracker.hpp.
| bool sparrow_ipc::dictionary_info::is_delta |
Whether this is a delta update.
Definition at line 23 of file dictionary_tracker.hpp.
| bool sparrow_ipc::dictionary_info::is_ordered |
Whether dictionary values are ordered.
Definition at line 22 of file dictionary_tracker.hpp.