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

Function PutChars

cpp/src/parquet/printer.cc:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void PutChars(std::ostream& stream, char c, int n) {
60 for (int i = 0; i < n; ++i) {
61 stream.put(c);
62 }
63}
64
65void PrintKeyValueMetadata(std::ostream& stream,
66 const KeyValueMetadata& key_value_metadata,

Callers 1

PrintKeyValueMetadataFunction · 0.85

Calls 1

putMethod · 0.80

Tested by

no test coverage detected