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

Method MakeAsync

cpp/src/arrow/csv/reader.cc:1234–1240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1232}
1233
1234Future<std::shared_ptr<StreamingReader>> StreamingReader::MakeAsync(
1235 io::IOContext io_context, std::shared_ptr<io::InputStream> input,
1236 Executor* cpu_executor, const ReadOptions& read_options,
1237 const ParseOptions& parse_options, const ConvertOptions& convert_options) {
1238 return MakeStreamingReader(io_context, std::move(input), cpu_executor, read_options,
1239 parse_options, convert_options);
1240}
1241
1242Future<int64_t> CountRowsAsync(io::IOContext io_context,
1243 std::shared_ptr<io::InputStream> input,

Callers

nothing calls this directly

Calls 1

MakeStreamingReaderFunction · 0.85

Tested by

no test coverage detected