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

Method block_id

be/src/runtime/io/disk-file.h:120–120  ·  view source on GitHub ↗

Return the block id.

Source from the content-addressed store, hash-verified

118
119 /// Return the block id.
120 int block_id() { return block_id_; }
121
122 private:
123 friend class TmpFileRemote;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected