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

#include <fcb/stree.hpp>

Public Attributes

bool exact_index_only = false
 Return raw index candidates without verifying them against the decoded attribute.
 

Detailed Description

Definition at line 28 of file stree.hpp.

Member Data Documentation

◆ exact_index_only

bool fcb::AttrQueryOptions::exact_index_only = false

Return raw index candidates without verifying them against the decoded attribute.

Faster, but may include non-matching features for fixed-string columns, whose keys are truncated to 50 or 100 bytes. Default false: verify.

Definition at line 33 of file stree.hpp.

Referenced by fcb::FcbReader::select_attr().


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