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

Method getKeepLeftReadInOrder

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

Source from the content-addressed store, hash-verified

89
90 size_t getMaxStreams() const { return max_streams; }
91 bool getKeepLeftReadInOrder() const { return keep_left_read_in_order; }
92
93 const Names & getLeftKeys() const { return left_keys; }
94 const Names & getRightKeys() const { return right_keys; }

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected