MCPcopy Create free account
hub / github.com/ml-explore/mlx-data / stream_csv_reader

Function stream_csv_reader

mlx/data/Stream.cpp:156–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156Stream stream_csv_reader(
157 const std::string& filename,
158 char sep,
159 char quote,
160 const std::filesystem::path& local_prefix,
161 std::shared_ptr<core::FileFetcher> fetcher) {
162 return Stream(std::make_shared<stream::CSVReader>(
163 filename, sep, quote, local_prefix, fetcher));
164}
165
166Stream stream_csv_reader(
167 const std::shared_ptr<std::istream>& f,

Callers 1

init_mlx_data_streamFunction · 0.85

Calls 1

StreamClass · 0.70

Tested by

no test coverage detected