Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ match
Method
match
src/DataTypes/DataTypeMapHelpers.cpp:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
T key_value;
52
53
bool match(size_t keys_row) const
54
{
55
return data[keys_row] == key_value;
56
}
57
};
58
59
/// Specialized key matcher for ColumnString. Compares string data directly
Callers
1
findKeyPositions
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected