Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Criteria
Function
Criteria
cpp/src/arrow/flight/types.h:301–302 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
299
300
Criteria() = default;
301
Criteria(std::string expression) // NOLINT runtime/explicit
302
: expression(std::move(expression)) {}
303
304
std::string ToString() const;
305
bool Equals(const Criteria& other) const;
Callers
1
types.h
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected