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

Method isHasUsing

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

Source from the content-addressed store, hash-verified

97 bool getKeyIdNullSafe(size_t key_index) const;
98 const ConstASTPtr & getFilter() const { return filter; }
99 bool isHasUsing() const { return has_using; }
100 void resetUsing()
101 {
102 has_using = false;

Callers 15

computeJoinHashMethod · 0.80
visitJoinNodeMethod · 0.80
visitJoinNodeMethod · 0.80
visitJoinNodeMethod · 0.80
visitJoinNodeMethod · 0.80
visitJoinNodeMethod · 0.80
visitJoinNodeMethod · 0.80
swapMethod · 0.80
transformImplMethod · 0.80
createNewJoinFunction · 0.80
transformImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected