FlatCityBuf C++ reader 0.8.0
Native C++17 reader for FlatCityBuf, the cloud-optimized CityJSON format
Loading...
Searching...
No Matches
fcb::AttributeIndexInfo Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ branching_factor

std::uint16_t fcb::AttributeIndexInfo::branching_factor

Definition at line 27 of file header_serializer.hpp.

◆ index

std::uint16_t fcb::AttributeIndexInfo::index

Definition at line 25 of file header_serializer.hpp.

◆ length

std::uint32_t fcb::AttributeIndexInfo::length

Definition at line 26 of file header_serializer.hpp.

◆ num_unique_items

std::uint32_t fcb::AttributeIndexInfo::num_unique_items

Definition at line 28 of file header_serializer.hpp.


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