|
FlatCityBuf C++ reader 0.8.0
Native C++17 reader for FlatCityBuf, the cloud-optimized CityJSON format
|
One (key, feature byte offset) pair to be indexed. More...
#include <fcb/writer/btree_builder.hpp>
Public Attributes | |
| KeyValue | key |
| std::uint64_t | offset |
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.
| KeyValue fcb::BtreeEntry::key |
Definition at line 24 of file btree_builder.hpp.
| std::uint64_t fcb::BtreeEntry::offset |
Definition at line 25 of file btree_builder.hpp.