[refactor](remove unused code) remove many xxxVal structure (#16143)

remove many xxxVal structure
remove BetaRowsetWriter::_add_row
remove anyval_util.cpp
remove non-vectorized geo functions
remove non-vectorized like predicate
Co-authored-by: yiguolei <yiguolei@gmail.com>
This commit is contained in:
yiguolei
2023-01-28 14:17:43 +08:00
committed by GitHub
parent 4e64ff6329
commit e49766483e
43 changed files with 166 additions and 3140 deletions

View File

@ -26,7 +26,6 @@
#include <string>
#include "common/object_pool.h"
#include "exprs/anyval_util.h"
#include "exprs/json_functions.h"
#include "runtime/runtime_state.h"
#include "util/stopwatch.hpp"