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

Method ToTestNameString

cpp/src/arrow/dataset/test_util_internal.h:419–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417 }
418
419 static std::string ToTestNameString(
420 const ::testing::TestParamInfo<TestFormatParams>& info) {
421 return std::to_string(info.index) + info.param.ToString();
422 }
423
424 static std::vector<TestFormatParams> Values() {
425 std::vector<TestFormatParams> values;

Callers

nothing calls this directly

Calls 2

to_stringFunction · 0.85
ToStringMethod · 0.45

Tested by

no test coverage detected