Remove header file common/names.h (#4945)

This commit is contained in:
sduzh
2020-11-26 17:00:48 +08:00
committed by GitHub
parent 2682712349
commit 10e1e29711
136 changed files with 937 additions and 941 deletions

View File

@ -37,7 +37,7 @@ ExchangeNode::ExchangeNode(
_num_senders(0),
_stream_recvr(NULL),
_input_row_desc(descs, tnode.exchange_node.input_row_tuples,
vector<bool>(
std::vector<bool>(
tnode.nullable_tuples.begin(),
tnode.nullable_tuples.begin() + tnode.exchange_node.input_row_tuples.size())),
_next_row_idx(0),