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

Method ScanBatchesAsync

cpp/src/arrow/dataset/scanner_test.cc:243–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241 inspected_(std::move(inspected)) {}
242
243 Result<RecordBatchGenerator> ScanBatchesAsync(
244 const std::shared_ptr<ScanOptions>& options) override {
245 return Status::Invalid("Not implemented because not needed by unit tests");
246 };
247
248 Future<std::shared_ptr<InspectedFragment>> InspectFragment(
249 const FragmentScanOptions* format_options,

Callers 2

TEST_PFunction · 0.45
TEST_FFunction · 0.45

Calls 1

InvalidFunction · 0.50

Tested by

no test coverage detected