MCPcopy Create free account
hub / github.com/apache/arrow / BaseBloomFilter

Method BaseBloomFilter

cpp/src/arrow/csv/lexing_internal.h:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44class BaseBloomFilter {
45 public:
46 explicit BaseBloomFilter(const ParseOptions& options) : filter_(MakeFilter(options)) {}
47
48 protected:
49 using FilterType = uint64_t;

Callers

nothing calls this directly

Calls 1

MakeFilterFunction · 0.85

Tested by

no test coverage detected