[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:
@ -47,7 +47,7 @@ BrokerScanNode::BrokerScanNode(ObjectPool* pool, const TPlanNode& tnode, const D
|
||||
BrokerScanNode::~BrokerScanNode() {}
|
||||
|
||||
Status BrokerScanNode::init(const TPlanNode& tnode, RuntimeState* state) {
|
||||
RETURN_IF_ERROR(ScanNode::init(tnode));
|
||||
RETURN_IF_ERROR(ScanNode::init(tnode, state));
|
||||
auto& broker_scan_node = tnode.broker_scan_node;
|
||||
|
||||
if (broker_scan_node.__isset.pre_filter_exprs) {
|
||||
|
||||
Reference in New Issue
Block a user