[New Featrue] Support Vectorization Execution Engine Interface For Doris (#6329)
1. FE vectorized plan code 2. Function register vec function 3. Diff function nullable type 4. New thirdparty code and new thrift struct
This commit is contained in:
@ -29,6 +29,9 @@
|
||||
#include "gen_cpp/data.pb.h"
|
||||
#include "runtime/collection_value.h"
|
||||
|
||||
//#include "vec/columns/column_vector.h"
|
||||
//#include "vec/core/block.h"
|
||||
|
||||
using std::vector;
|
||||
|
||||
namespace doris {
|
||||
|
||||
Reference in New Issue
Block a user