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

Method ToString

cpp/src/parquet/schema.cc:919–923  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

917}
918
919std::string SchemaDescriptor::ToString() const {
920 std::ostringstream ss;
921 PrintSchema(schema_.get(), ss);
922 return ss.str();
923}
924
925std::string ColumnDescriptor::ToString() const {
926 std::ostringstream ss;

Callers 6

ThrowInvalidLogicalTypeFunction · 0.45
PrimitiveNodeMethod · 0.45
GroupNodeMethod · 0.45
PrintConvertedTypeFunction · 0.45
VisitMethod · 0.45
EqualsMethod · 0.45

Calls 12

PrintSchemaFunction · 0.85
TypeToStringFunction · 0.85
physical_typeFunction · 0.85
ConvertedTypeToStringFunction · 0.85
converted_typeFunction · 0.85
max_definition_levelFunction · 0.85
max_repetition_levelFunction · 0.85
type_lengthFunction · 0.85
strMethod · 0.80
ToDotStringMethod · 0.80
nameFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected