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

Method Make

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

Source from the content-addressed store, hash-verified

592class MakeFormatterImpl {
593 public:
594 Result<Formatter> Make(const DataType& type) && {
595 RETURN_NOT_OK(VisitTypeInline(type, this));
596 return std::move(impl_);
597 }
598
599 // factory implementation
600 Status Visit(const BooleanType&) {

Callers 1

MakeFormatterFunction · 0.45

Calls 1

VisitTypeInlineFunction · 0.85

Tested by

no test coverage detected