[feature](vec)(load) Support vtablet sink to enable insert into by using vec query engine (#7957)

Support vtablet sink to enable insert into query in vec query engine
This commit is contained in:
HappenLee
2022-02-08 11:04:09 +08:00
committed by GitHub
parent 505acae931
commit ef233701b3
9 changed files with 115 additions and 102 deletions

View File

@ -96,8 +96,6 @@ Status RowBlockV2::convert_to_row_block(RowCursor* helper, RowBlock* dst) {
}
Status RowBlockV2::_copy_data_to_column(int cid, doris::vectorized::MutableColumnPtr& origin_column) {
constexpr auto MAX_SIZE_OF_VEC_STRING = 1024l * 1024;
auto* column = origin_column.get();
bool nullable_mark_array[_selected_size];