Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ EstimatedDataBytes
Method
EstimatedDataBytes
cpp/src/arrow/dataset/file_csv.cc:88–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
int64_t EstimatedDataBytes(int batch_number) override {
89
return best_guess_bytes_per_batch_;
90
}
91
92
int NumBatches() override { return num_batches_; }
93
Callers
1
ScanBatchTask
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected