Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
DEMO
Loading...
Searching...
No Matches
signet::forge::thrift::ListHeader Struct Reference

Decoded list/set header from the Thrift Compact Protocol. More...

#include <compact.hpp>

Public Attributes

uint8_t elem_type
 Wire type of each element (compact_type constant).
 
int32_t size
 Number of elements in the list/set.
 

Detailed Description

Decoded list/set header from the Thrift Compact Protocol.

Returned by CompactDecoder::read_list_header(). Contains the element wire type and the number of elements.

Definition at line 58 of file compact.hpp.

Member Data Documentation

◆ elem_type

uint8_t signet::forge::thrift::ListHeader::elem_type

Wire type of each element (compact_type constant).

Definition at line 59 of file compact.hpp.

◆ size

int32_t signet::forge::thrift::ListHeader::size

Number of elements in the list/set.

Definition at line 60 of file compact.hpp.


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