Improve join when single column. (#820)
* Using value as key. * Fix copy hashtable. * Fix const row. * Reserve space for ds.
Showing
- src/executor/query/InnerJoinExecutor.cpp 74 additions, 34 deletionssrc/executor/query/InnerJoinExecutor.cpp
- src/executor/query/InnerJoinExecutor.h 15 additions, 1 deletionsrc/executor/query/InnerJoinExecutor.h
- src/executor/query/JoinExecutor.cpp 18 additions, 2 deletionssrc/executor/query/JoinExecutor.cpp
- src/executor/query/JoinExecutor.h 9 additions, 1 deletionsrc/executor/query/JoinExecutor.h
- src/executor/query/LeftJoinExecutor.cpp 64 additions, 27 deletionssrc/executor/query/LeftJoinExecutor.cpp
- src/executor/query/LeftJoinExecutor.h 14 additions, 1 deletionsrc/executor/query/LeftJoinExecutor.h
Please register or sign in to comment