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

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
 

Detailed Description

Where one column's B+tree index lives, and how it is shaped.

Definition at line 35 of file header.hpp.

Member Data Documentation

◆ begin

std::uint64_t fcb::AttrIndexInfo::begin

Definition at line 40 of file header.hpp.

◆ branching_factor

std::uint16_t fcb::AttrIndexInfo::branching_factor

Definition at line 38 of file header.hpp.

◆ column_index

std::uint16_t fcb::AttrIndexInfo::column_index

Definition at line 36 of file header.hpp.

◆ length

std::uint32_t fcb::AttrIndexInfo::length

Definition at line 37 of file header.hpp.

◆ num_unique_items

std::uint32_t fcb::AttrIndexInfo::num_unique_items

Definition at line 39 of file header.hpp.


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