sparrow-ipc 0.3.0
Loading...
Searching...
No Matches
sparrow_ipc::dictionary_info Struct Reference

Information about a dictionary used for encoding. More...

#include <dictionary_tracker.hpp>

Collaboration diagram for sparrow_ipc::dictionary_info:
[legend]

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.
 

Detailed Description

Information about a dictionary used for encoding.

Definition at line 18 of file dictionary_tracker.hpp.

Member Data Documentation

◆ data

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.

◆ id

int64_t sparrow_ipc::dictionary_info::id

Dictionary identifier.

Definition at line 20 of file dictionary_tracker.hpp.

◆ is_delta

bool sparrow_ipc::dictionary_info::is_delta

Whether this is a delta update.

Definition at line 23 of file dictionary_tracker.hpp.

◆ is_ordered

bool sparrow_ipc::dictionary_info::is_ordered

Whether dictionary values are ordered.

Definition at line 22 of file dictionary_tracker.hpp.


The documentation for this struct was generated from the following file: