|
FlatCityBuf C++ reader 0.8.0
Native C++17 reader for FlatCityBuf, the cloud-optimized CityJSON format
|
Where one column's B+tree index lives, and how it is shaped. More...
#include <fcb/header.hpp>
Public Attributes | |
| std::uint16_t | column_index |
| std::uint32_t | length |
| std::uint16_t | branching_factor |
| std::uint32_t | num_unique_items |
| std::uint64_t | begin |
Where one column's B+tree index lives, and how it is shaped.
Definition at line 35 of file header.hpp.
| std::uint64_t fcb::AttrIndexInfo::begin |
Definition at line 40 of file header.hpp.
| std::uint16_t fcb::AttrIndexInfo::branching_factor |
Definition at line 38 of file header.hpp.
| std::uint16_t fcb::AttrIndexInfo::column_index |
Definition at line 36 of file header.hpp.
| std::uint32_t fcb::AttrIndexInfo::length |
Definition at line 37 of file header.hpp.
| std::uint32_t fcb::AttrIndexInfo::num_unique_items |
Definition at line 39 of file header.hpp.