Skip to content

Commit e5b69c8

Browse files
authored
Add range scan feature macro (#434)
1 parent 5451a9e commit e5b69c8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

core/meta/features.hxx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,9 @@
3535
* passing TLS trust certificate by value
3636
*/
3737
#define COUCHBASE_CXX_CLIENT_CAN_PASS_TLS_TRUST_CERTIFICATE_BY_VALUE 1
38+
39+
/**
40+
* Range scan is available in the core
41+
* couchbase::core::range_scan_orchestrator and relevant options in the core API
42+
*/
43+
#define COUCHBASE_CXX_CLIENT_CORE_HAS_RANGE_SCAN 1

0 commit comments

Comments
 (0)