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

Function BuildInt64Data

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

Source from the content-addressed store, hash-verified

51}
52
53static std::shared_ptr<BlockParser> BuildInt64Data(int32_t num_rows) {
54 const std::vector<std::string> base_rows = {"123\n", "4\n", "-317005557\n",
55 "\n", "N/A\n", "0\n"};
56 return BuildFromExamples(base_rows, num_rows);
57}
58
59static std::shared_ptr<BlockParser> BuildFloatData(int32_t num_rows) {
60 const std::vector<std::string> base_rows = {"0\n", "123.456\n", "-3170.55766\n", "\n",

Callers 1

Int64ConversionFunction · 0.85

Calls 1

BuildFromExamplesFunction · 0.85

Tested by

no test coverage detected