Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ registerHintUseGraceHash
Function
registerHintUseGraceHash
src/QueryPlan/Hints/UseGraceHash.cpp:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
void registerHintUseGraceHash(PlanHintFactory & factory)
18
{
19
factory.registerPlanHint(UseGraceHash::name, &UseGraceHash::create, PlanHintFactory::CaseInsensitive);
20
}
21
22
}
Callers
1
registerHints
Function · 0.85
Calls
1
registerPlanHint
Method · 0.80
Tested by
no test coverage detected