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

Function OpenReader

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

Source from the content-addressed store, hash-verified

315}
316
317Result<ReaderPtr> OpenReader(const FileSource& source, const JsonFileFormat& format,
318 const std::shared_ptr<ScanOptions>& scan_options = nullptr) {
319 return OpenReaderAsync(source, format, scan_options).result();
320}
321
322Result<RecordBatchGenerator> MakeBatchGenerator(
323 const JsonFileFormat& format, const std::shared_ptr<ScanOptions>& scan_options,

Callers 1

IsSupportedMethod · 0.70

Calls 2

OpenReaderAsyncFunction · 0.70
resultMethod · 0.45

Tested by

no test coverage detected