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

One indexable (column, value) pair pulled out of a feature for the static B+tree builder (M6). More...

#include <fcb/writer/attribute.hpp>

Public Attributes

std::uint16_t index
 
KeyValue value
 

Detailed Description

One indexable (column, value) pair pulled out of a feature for the static B+tree builder (M6).

value.kind() always matches key_kind_for_column(schema column type) for index.

Definition at line 73 of file attribute.hpp.

Member Data Documentation

◆ index

std::uint16_t fcb::AttributeIndexEntry::index

Definition at line 74 of file attribute.hpp.

◆ value

KeyValue fcb::AttributeIndexEntry::value

Definition at line 75 of file attribute.hpp.


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