MCPcopy Create free account
hub / github.com/apache/impala / AddMaterializedRowBatch

Method AddMaterializedRowBatch

be/src/exec/hdfs-scan-node.cc:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200void HdfsScanNode::AddMaterializedRowBatch(unique_ptr<RowBatch> row_batch) {
201 InitNullCollectionValues(row_batch.get());
202 thread_state_.EnqueueBatch(move(row_batch));
203}
204
205Status HdfsScanNode::AddDiskIoRanges(const vector<ScanRange*>& ranges,
206 EnqueueLocation enqueue_location) {

Callers 8

CloseMethod · 0.80
ProcessSplitMethod · 0.80
CloseMethod · 0.80
ProcessSplitMethod · 0.80
CloseMethod · 0.80
CloseMethod · 0.80
ProcessSplitMethod · 0.80
CloseMethod · 0.80

Calls 3

moveFunction · 0.85
EnqueueBatchMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected