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

One (key, feature byte offset) pair to be indexed. More...

#include <fcb/writer/btree_builder.hpp>

Public Attributes

KeyValue key
 
std::uint64_t offset
 

Detailed Description

One (key, feature byte offset) pair to be indexed.

Several entries may share the same key (a column value repeated across features); the builder groups those into one payload entry rather than one leaf slot each. Mirrors Entry<K>/NodeItem<K> as used as BUILD input in Stree::build (stree.rs:638).

Definition at line 23 of file btree_builder.hpp.

Member Data Documentation

◆ key

KeyValue fcb::BtreeEntry::key

Definition at line 24 of file btree_builder.hpp.

◆ offset

std::uint64_t fcb::BtreeEntry::offset

Definition at line 25 of file btree_builder.hpp.


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