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

Function OpenReaderAsync

cpp/src/arrow/dataset/file_json.cc:311–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311Future<ReaderPtr> OpenReaderAsync(
312 const FileSource& source, const JsonFileFormat& format,
313 const std::shared_ptr<ScanOptions>& scan_options = nullptr) {
314 return DeferNotOk(DoOpenReader(source, format, scan_options));
315}
316
317Result<ReaderPtr> OpenReader(const FileSource& source, const JsonFileFormat& format,
318 const std::shared_ptr<ScanOptions>& scan_options = nullptr) {

Callers 1

OpenReaderFunction · 0.70

Calls 2

DeferNotOkFunction · 0.85
DoOpenReaderFunction · 0.85

Tested by

no test coverage detected