[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:
@ -51,7 +51,7 @@ SchemaScanNode::~SchemaScanNode() {
|
||||
}
|
||||
|
||||
Status SchemaScanNode::init(const TPlanNode& tnode, RuntimeState* state) {
|
||||
RETURN_IF_ERROR(ExecNode::init(tnode));
|
||||
RETURN_IF_ERROR(ExecNode::init(tnode, state));
|
||||
if (tnode.schema_scan_node.__isset.db) {
|
||||
_scanner_param.db = _pool->add(new std::string(tnode.schema_scan_node.db));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user