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

Method Make

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

Source from the content-addressed store, hash-verified

1212// Factory functions
1213
1214Result<std::shared_ptr<TableReader>> TableReader::Make(
1215 io::IOContext io_context, std::shared_ptr<io::InputStream> input,
1216 const ReadOptions& read_options, const ParseOptions& parse_options,
1217 const ConvertOptions& convert_options) {
1218 return MakeTableReader(io_context.pool(), io_context, std::move(input), read_options,
1219 parse_options, convert_options);
1220}
1221
1222Result<std::shared_ptr<StreamingReader>> StreamingReader::Make(
1223 io::IOContext io_context, std::shared_ptr<io::InputStream> input,

Callers

nothing calls this directly

Calls 5

MakeTableReaderFunction · 0.85
GetCpuThreadPoolFunction · 0.85
MakeStreamingReaderFunction · 0.85
poolMethod · 0.45
resultMethod · 0.45

Tested by

no test coverage detected