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

Function BuildStrptimeData

cpp/src/arrow/csv/converter_benchmark.cc:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81static std::shared_ptr<BlockParser> BuildStrptimeData(int32_t num_rows) {
82 const std::vector<std::string> base_rows = {"10/17/1917\n", "9/13/2018\n",
83 "9/5/1945\n"};
84 return BuildFromExamples(base_rows, num_rows);
85}
86
87static void BenchmarkConversion(benchmark::State& state, // NOLINT non-const reference
88 BlockParser& parser,

Callers 1

Calls 1

BuildFromExamplesFunction · 0.85

Tested by

no test coverage detected