MCPcopy Create free account
hub / github.com/ByConity/ByConity / registerHints

Function registerHints

src/QueryPlan/Hints/registerHints.cpp:15–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13void registerHintPushPartialAgg(PlanHintFactory & factory);
14
15void registerHints()
16{
17 auto & factory = PlanHintFactory::instance();
18
19 registerHintBroadcastJoin(factory);
20 registerHintLeading(factory);
21 registerHintRepartitionJoin(factory);
22 registerHintUseGraceHash(factory);
23 registerHintSwapJoinOrder(factory);
24 registerHintPushPartialAgg(factory);
25}
26
27}

Callers 2

mainMethod · 0.85
RegisterMethod · 0.85

Calls 6

registerHintLeadingFunction · 0.85
registerHintUseGraceHashFunction · 0.85

Tested by 1

RegisterMethod · 0.68