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

Method SSE42Filter

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

Source from the content-addressed store, hash-verified

131 using WordType = uint64_t;
132
133 explicit SSE42Filter(const ParseOptions& options) : filter_(MakeFilter(options)) {}
134
135 bool Matches(WordType w) const {
136 // Look up every byte in `w` in the SIMD filter.

Callers

nothing calls this directly

Calls 1

MakeFilterFunction · 0.85

Tested by

no test coverage detected