Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
901
Result<Formatter> MakeFormatter(const DataType& type) {
902
return MakeFormatterImpl{}.Make(type);
903
}
904
905
class UnifiedDiffFormatter {
906
public:
Callers
1
Visit
Method · 0.85
Calls
1
Make
Method · 0.45
Tested by
no test coverage detected