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

Method getDistributionType

src/QueryPlan/JoinStep.h:107–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 std::optional<std::vector<bool>> getRequireRightKeys() const { return require_right_keys; }
106 ASOF::Inequality getAsofInequality() const { return asof_inequality; }
107 DistributionType getDistributionType() const { return distribution_type; }
108 void setDistributionType(DistributionType distribution_type_) { distribution_type = distribution_type_; }
109
110 bool isCrossJoin() const { return kind == ASTTableJoin::Kind::Cross || (kind == ASTTableJoin::Kind::Inner && left_keys.empty()); }

Callers 15

computeJoinHashMethod · 0.80
visitJoinStepMethod · 0.80
visitJoinNodeMethod · 0.80
visitJoinNodeMethod · 0.80
visitJoinNodeMethod · 0.80
visitJoinNodeMethod · 0.80
visitJoinNodeMethod · 0.80
visitJoinNodeMethod · 0.80
transformImplMethod · 0.80
insertLocalAggregateFunction · 0.80
transformImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected