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

Method Make

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

Source from the content-addressed store, hash-verified

1218// Factory functions
1219
1220Result<std::shared_ptr<TableReader>> TableReader::Make(
1221 io::IOContext io_context, std::shared_ptr<io::InputStream> input,
1222 const ReadOptions& read_options, const ParseOptions& parse_options,
1223 const ConvertOptions& convert_options) {
1224 return MakeTableReader(io_context.pool(), io_context, std::move(input), read_options,
1225 parse_options, convert_options);
1226}
1227
1228Result<std::shared_ptr<StreamingReader>> StreamingReader::Make(
1229 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