[refactor](remove unused code) remove storage buffer and orc reader (#16137)

remove olap storage byte buffer
remove orc reader
remove time operator
remove read_write_util
remove aggregate funcs
remove compress.h and cpp
remove bhp_lib

Co-authored-by: yiguolei <yiguolei@gmail.com>
This commit is contained in:
yiguolei
2023-01-24 22:29:32 +08:00
committed by GitHub
parent 79ad74637d
commit 6e8eedc521
28 changed files with 1 additions and 6395 deletions

View File

@ -24,7 +24,6 @@
#include <string>
#include <vector>
#include "exprs/aggregate_functions.h"
#include "exprs/anyval_util.h"
#include "testutil/function_utils.h"
#include "util/bitmap_intersect.h"