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

Method AddBatchWithTimeout

be/src/runtime/blocking-row-batch-queue.cc:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45bool BlockingRowBatchQueue::AddBatchWithTimeout(
46 unique_ptr<RowBatch>&& batch, int64_t timeout_micros) {
47 return batch_queue_->BlockingPutWithTimeout(
48 forward<unique_ptr<RowBatch>>(batch), timeout_micros);
49}
50
51unique_ptr<RowBatch> BlockingRowBatchQueue::GetBatch() {
52 unique_ptr<RowBatch> result;

Callers 1

Calls 1

Tested by

no test coverage detected