[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:
@ -60,7 +60,7 @@ Status CrossJoinNode::construct_build_side(RuntimeState* state) {
|
||||
RETURN_IF_CANCELLED(state);
|
||||
// TODO(zhaochun):
|
||||
// RETURN_IF_ERROR(state->CheckQueryState());
|
||||
bool eos = true;
|
||||
bool eos = false;
|
||||
RETURN_IF_ERROR(child(1)->get_next(state, batch, &eos));
|
||||
|
||||
// to prevent use too many memory
|
||||
|
||||
Reference in New Issue
Block a user