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

Function PrintBlock

cpp/examples/arrow/execution_plan_documentation_examples.cc:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59constexpr char kSep[] = "******";
60
61void PrintBlock(const std::string& msg) {
62 std::cout << "\n\t" << kSep << " " << msg << " " << kSep << "\n" << std::endl;
63}
64
65template <typename TYPE,
66 typename = typename std::enable_if<arrow::is_number_type<TYPE>::value |

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected