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

Function id

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

\brief Return the type category

Source from the content-addressed store, hash-verified

179
180 /// \brief Return the type category
181 constexpr Type::type id() const { return id_; }
182
183 /// \brief Return the type category of the storage type
184 virtual Type::type storage_id() const { return id_; }

Callers 1

_assert_nuniqueFunction · 0.50

Calls 1

idMethod · 0.45

Tested by 1

_assert_nuniqueFunction · 0.40