|
FlatCityBuf C++ reader 0.8.0
Native C++17 reader for FlatCityBuf, the cloud-optimized CityJSON format
|
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 |
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.
| std::uint16_t fcb::AttributeIndexEntry::index |
Definition at line 74 of file attribute.hpp.
| KeyValue fcb::AttributeIndexEntry::value |
Definition at line 75 of file attribute.hpp.