Tianyi Wang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/10679
Change subject: IMPALA-3816: (prep) Move TupleSorter to sorter-ir.cc ...................................................................... IMPALA-3816: (prep) Move TupleSorter to sorter-ir.cc To inline calls to Compare() in TupleSorter, we need to cross compile TupleSorter to LLVM-IR first. This patch also adopted some clang-tidy suggestions including using nullptr. Change-Id: Iaaf2b75c2f789002c42939865c018f728d29a113 --- M be/src/codegen/impala-ir.cc M be/src/runtime/CMakeLists.txt A be/src/runtime/sorter-ir.cc M be/src/runtime/sorter.cc M be/src/runtime/sorter.h 5 files changed, 892 insertions(+), 824 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/79/10679/1 -- To view, visit http://gerrit.cloudera.org:8080/10679 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Iaaf2b75c2f789002c42939865c018f728d29a113 Gerrit-Change-Number: 10679 Gerrit-PatchSet: 1 Gerrit-Owner: Tianyi Wang <[email protected]>
