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

Function default_read_options

cpp/src/arrow/dataset/file_ipc.cc:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39namespace dataset {
40
41static inline ipc::IpcReadOptions default_read_options() {
42 auto options = ipc::IpcReadOptions::Defaults();
43 options.use_threads = false;
44 return options;
45}
46
47static inline Result<std::shared_ptr<ipc::RecordBatchFileReader>> OpenReader(
48 const FileSource& source,

Callers 3

OpenReaderFunction · 0.85
OpenReaderAsyncFunction · 0.85
GetReadOptionsFunction · 0.85

Calls 1

DefaultsFunction · 0.50

Tested by

no test coverage detected