MCPcopy Create free account
hub / github.com/bytedance/bolt / registerPartitionFunctionSerDe

Function registerPartitionFunctionSerDe

bolt/exec/PartitionFunction.cpp:36–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34namespace bytedance::bolt::exec {
35
36void registerPartitionFunctionSerDe() {
37 auto& registry = DeserializationWithContextRegistryForSharedPtr();
38
39 registry.Register(
40 "HashPartitionFunctionSpec", HashPartitionFunctionSpec::deserialize);
41 registry.Register(
42 "RoundRobinPartitionFunctionSpec",
43 RoundRobinPartitionFunctionSpec::deserialize);
44}
45
46} // namespace bytedance::bolt::exec

Callers 11

SetUpTestCaseMethod · 0.85
PlanNodeSerdeTestMethod · 0.85
goMethod · 0.85
initMethod · 0.85
SetUpTestCaseMethod · 0.85
SetUpTestCaseMethod · 0.85
SetUpTestCaseMethod · 0.85
SetUpTestCaseMethod · 0.85
SetUpTestCaseMethod · 0.85
SetUpTestCaseMethod · 0.85
SetUpTestCaseMethod · 0.85

Calls 1

RegisterMethod · 0.80

Tested by 9

SetUpTestCaseMethod · 0.68
PlanNodeSerdeTestMethod · 0.68
SetUpTestCaseMethod · 0.68
SetUpTestCaseMethod · 0.68
SetUpTestCaseMethod · 0.68
SetUpTestCaseMethod · 0.68
SetUpTestCaseMethod · 0.68
SetUpTestCaseMethod · 0.68
SetUpTestCaseMethod · 0.68