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

Function MakeFormatter

cpp/src/arrow/array/diff.cc:901–903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

899};
900
901Result<Formatter> MakeFormatter(const DataType& type) {
902 return MakeFormatterImpl{}.Make(type);
903}
904
905class UnifiedDiffFormatter {
906 public:

Callers 1

VisitMethod · 0.85

Calls 1

MakeMethod · 0.45

Tested by

no test coverage detected