see ../compile.sh
see ../run.sh
Main File: tpch_q3_main_submit.cpp
Files/Folders | Description |
---|---|
file_loader.h | Input File Loading |
file_parser.h, parsing_util.h | Parsing |
file_input_helper.h, file_input_helper.cpp | Indexing |
lock_free_table.h | For the customer category mapping |
Files/Folders | Description |
---|---|
index_query_helper.cpp, index_query_helper.h | Query Logic |
query_offloading_gpu.cu | GPU Query Acceleration |
Files/Folders | Description |
---|---|
cuda/cub, cuda/primitives.cuh | GPU primitives |
cuda/CUDAStat.cuh, cuda/cuda_base.cuh | CUDA helpers |
util/primitives | 并行有关的primitives |
util/archive.h | 序列化meta文件的util |
util/timer.h, util/util.h, util/log.cpp | timer, loggers |