MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / reset

Method reset

src/Processors/Transforms/MergeJoinTransform.cpp:266–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266void JoinKeyRow::reset()
267{
268 row.clear();
269}
270
271bool JoinKeyRow::equals(const FullMergeJoinCursor & cursor) const
272{

Callers 15

disconnectFunction · 0.45
generateMethod · 0.45
generateMethod · 0.45
prepareMethod · 0.45
readExecuteMethod · 0.45
resetTaskMethod · 0.45
workMethod · 0.45
generateMethod · 0.45
handleAllJoinStateMethod · 0.45
handleAnyJoinStateMethod · 0.45
asofJoinMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by 1

updatePipelineMethod · 0.36