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

Function TypeHolder

cpp/src/arrow/type.h:227–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225
226 TypeHolder() = default;
227 TypeHolder(const TypeHolder& other) = default;
228 TypeHolder& operator=(const TypeHolder& other) = default;
229 TypeHolder(TypeHolder&& other) = default;
230 TypeHolder& operator=(TypeHolder&& other) = default;

Callers 2

type.hFile · 0.70

Calls 1

getMethod · 0.45

Tested by

no test coverage detected