Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ bytes_processed
Method
bytes_processed
cpp/src/arrow/json/reader.cc:465–467 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
463
}
464
465
[[nodiscard]] int64_t bytes_processed() const override {
466
return bytes_processed_->load();
467
}
468
469
private:
470
static Future<DecodedBlock> FirstBlock(AsyncGenerator<DecodedBlock> gen) {
Callers
2
TEST_P
Function · 0.80
TEST_F
Function · 0.80
Calls
1
load
Method · 0.45
Tested by
2
TEST_P
Function · 0.64
TEST_F
Function · 0.64