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

Function csv___TableReader__Read

r/src/csv.cpp:201–206  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

199
200// [[arrow::export]]
201std::shared_ptr<arrow::Table> csv___TableReader__Read(
202 const std::shared_ptr<arrow::csv::TableReader>& table_reader) {
203 auto result = RunWithCapturedRIfPossible<std::shared_ptr<arrow::Table>>(
204 [&]() { return table_reader->Read(); });
205 return ValueOrStop(result);
206}
207
208// [[arrow::export]]
209std::string TimestampParser__kind(const std::shared_ptr<arrow::TimestampParser>& parser) {

Callers 1

Calls 2

ValueOrStopFunction · 0.85
ReadMethod · 0.45

Tested by

no test coverage detected