MCPcopy 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
17void registerHintUseGraceHash(PlanHintFactory & factory)
18{
19 factory.registerPlanHint(UseGraceHash::name, &UseGraceHash::create, PlanHintFactory::CaseInsensitive);
20}
21
22}

Callers 1

registerHintsFunction · 0.85

Calls 1

registerPlanHintMethod · 0.80

Tested by

no test coverage detected