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

Function TestColumnName

cpp/src/parquet/test_util.h:653–657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651}
652
653inline std::string TestColumnName(int i) {
654 std::stringstream col_name;
655 col_name << "column_" << i;
656 return col_name.str();
657}
658
659// This class lives here because of its dependency on the InitValues specializations.
660template <typename TestType>

Callers 2

ASSERT_OK_AND_ASSIGNFunction · 0.85
SetUpSchemaMethod · 0.85

Calls 1

strMethod · 0.80

Tested by

no test coverage detected