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

Method bytes_limit

be/src/runtime/tmp-file-mgr-internal.h:416–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414 virtual Status GetConnection(TmpFileMgr* tmp_mgr, hdfsFS* conn) = 0;
415
416 int64_t bytes_limit() { return bytes_limit_; }
417 int priority() { return priority_; }
418 const string& path() { return path_; }
419 IntGauge* bytes_used_metric() const { return bytes_used_metric_; }

Callers 3

AllocateSpaceMethod · 0.80
AllocateRemoteSpaceMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64