MCPcopy Create free account
hub / github.com/apache/arrow / CountRows

Method CountRows

cpp/src/arrow/dataset/scanner.cc:796–800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

794}
795
796Result<int64_t> AsyncScanner::CountRows() {
797 return ::arrow::internal::RunSynchronously<Future<int64_t>>(
798 [this](Executor* executor) { return CountRowsAsync(executor); },
799 scan_options_->use_threads);
800}
801
802Result<std::shared_ptr<RecordBatchReader>> AsyncScanner::ToRecordBatchReader() {
803 ARROW_ASSIGN_OR_RAISE(auto it, ScanBatches());

Callers 5

CountRowsAsyncMethod · 0.45
TEST_FFunction · 0.45
TestCountRowsMethod · 0.45
TestCountRowsMethod · 0.45

Calls 1

CountRowsAsyncFunction · 0.85

Tested by 3

TEST_FFunction · 0.36
TestCountRowsMethod · 0.36
TestCountRowsMethod · 0.36