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

Function typeIds

cpp/src/generated/Schema_generated.h:1003–1005  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1001 return static_cast<org::apache::arrow::flatbuf::UnionMode>(GetField<int16_t>(VT_MODE, 0));
1002 }
1003 const ::flatbuffers::Vector<int32_t> *typeIds() const {
1004 return GetPointer<const ::flatbuffers::Vector<int32_t> *>(VT_TYPEIDS);
1005 }
1006 bool Verify(::flatbuffers::Verifier &verifier) const {
1007 return VerifyTableStart(verifier) &&
1008 VerifyField<int16_t>(verifier, VT_MODE, 2) &&

Callers 1

VerifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected