FlatCityBuf C++ reader 0.8.0
Native C++17 reader for FlatCityBuf, the cloud-optimized CityJSON format
Loading...
Searching...
No Matches
btree_builder.cpp File Reference
#include <fcb/error.hpp>
#include <fcb/writer/btree_builder.hpp>
#include <algorithm>
#include <unordered_map>

Go to the source code of this file.

Namespaces

namespace  fcb
 

Functions

BuiltBtreeIndex fcb::build_static_btree (const std::vector< BtreeEntry > &entries, KeyKind kind, std::uint16_t branching_factor)
 Builds one column's complete attribute index blob from its (key, offset) entries.
 

Variable Documentation

◆ key

KeyValue key

Definition at line 15 of file btree_builder.cpp.

◆ offset

std::uint64_t offset

Definition at line 16 of file btree_builder.cpp.