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

Function type

cpp/src/arrow/array/builder_primitive.h:71–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 /// \endcond
70
71 std::shared_ptr<DataType> type() const override { return null(); }
72
73 Status Finish(std::shared_ptr<NullArray>* out) { return FinishTyped(out); }
74};

Callers 1

FinishInternalMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected