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

Method set_read_past_size_cb

be/src/exec/scanner-context.h:139–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 /// than file_offset() due to data being assembled in the boundary buffer).
138 typedef boost::function<int (int64_t)> ReadPastSizeCallback;
139 void set_read_past_size_cb(ReadPastSizeCallback cb) { read_past_size_cb_ = move(cb); }
140
141 /// Return the number of bytes left in the range for this stream.
142 int64_t bytes_left() { return scan_range_->bytes_to_read() - total_bytes_returned_; }

Callers 1

OpenMethod · 0.80

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected