|
FlatCityBuf C++ reader 0.8.0
Native C++17 reader for FlatCityBuf, the cloud-optimized CityJSON format
|
One attribute column's B+tree index metadata, as recorded in the header (AttributeIndex, header.fbs).
More...
#include <fcb/writer/header_serializer.hpp>
Public Attributes | |
| std::uint16_t | index |
| std::uint32_t | length |
| std::uint16_t | branching_factor |
| std::uint32_t | num_unique_items |
One attribute column's B+tree index metadata, as recorded in the header (AttributeIndex, header.fbs).
Built by M6 once the actual index bytes exist; this milestone only needs the TYPE, to build to_fcb_header against.
Definition at line 24 of file header_serializer.hpp.
| std::uint16_t fcb::AttributeIndexInfo::branching_factor |
Definition at line 27 of file header_serializer.hpp.
| std::uint16_t fcb::AttributeIndexInfo::index |
Definition at line 25 of file header_serializer.hpp.
| std::uint32_t fcb::AttributeIndexInfo::length |
Definition at line 26 of file header_serializer.hpp.
| std::uint32_t fcb::AttributeIndexInfo::num_unique_items |
Definition at line 28 of file header_serializer.hpp.