Skip to content

Commit

Permalink
[client] Mark the Bloom filter predicate method as experimental
Browse files Browse the repository at this point in the history
This is the method meant for general consumption by C++ client
users. The method that directly accepts BlockBloomFilter
is already marked Advanced/Unstable.

This allows changes in future in case we need to incorporate
feedback discovered when testing integration with Impala

Tests:
- Verified the generated doxygen HTML file.

Change-Id: Ie1572228dc041d2e5cba68ee47afbb082752b759
Reviewed-on: http://gerrit.cloudera.org:8080/15486
Reviewed-by: Adar Dembo <[email protected]>
Tested-by: Kudu Jenkins
  • Loading branch information
bbhavsar authored and attilabukor committed Mar 19, 2020
1 parent 74e0be2 commit c0e922d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/kudu/client/client.h
Original file line number Diff line number Diff line change
Expand Up @@ -1089,6 +1089,8 @@ class KUDU_EXPORT KuduTable : public sp::enable_shared_from_this<KuduTable> {
/// Create a new IN Bloom filter predicate which can be used for scanners on
/// this table.
///
/// @note This method is experimental and may change or disappear in future.
///
/// A Bloom filter is a space-efficient probabilistic data structure used to
/// test set membership with a possibility of false positive matches.
/// See @c KuduBloomFilter for creating Bloom filters.
Expand Down

0 comments on commit c0e922d

Please sign in to comment.