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

Function BuildStringData

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

Source from the content-addressed store, hash-verified

69}
70
71static std::shared_ptr<BlockParser> BuildStringData(int32_t num_rows) {
72 return BuildDecimal128Data(num_rows);
73}
74
75static std::shared_ptr<BlockParser> BuildISO8601Data(int32_t num_rows) {
76 const std::vector<std::string> base_rows = {

Callers 1

StringConversionFunction · 0.85

Calls 1

BuildDecimal128DataFunction · 0.85

Tested by

no test coverage detected