![]() |
Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
|
DEMO |
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. | |
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.
| uint8_t signet::forge::thrift::ListHeader::elem_type |
Wire type of each element (compact_type constant).
Definition at line 59 of file compact.hpp.
| int32_t signet::forge::thrift::ListHeader::size |
Number of elements in the list/set.
Definition at line 60 of file compact.hpp.