A query result enumerator. More...
#include <c4QueryTypes.h>
A query result enumerator.
Created by c4db_query. Must be freed with c4queryenum_release. The fields of this struct represent the current matched index row, and are valid until the next call to c4queryenum_next or c4queryenum_release.
◆ columnsThe columns of this result, in the same order as in the query's WHAT
clause.
The number of full-text matches (i.e.
the number of items in fullTextMatches
)
Array with details of each full-text match.
◆ missingColumns uint64_t C4QueryEnumerator::missingColumnsA bitmap where a 1 bit represents a column whose value is MISSING.
This is how you tell a missing property value from a value that's JSON 'null', since the value in the columns
array will be a Fleece null
either way.
The documentation for this struct was generated from the following file:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4