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

Function features

cpp/src/generated/Schema_generated.h:2388–2390  ·  view source on GitHub ↗

Features used in the stream/file.

Source from the content-addressed store, hash-verified

2386 }
2387 /// Features used in the stream/file.
2388 const ::flatbuffers::Vector<int64_t> *features() const {
2389 return GetPointer<const ::flatbuffers::Vector<int64_t> *>(VT_FEATURES);
2390 }
2391 bool Verify(::flatbuffers::Verifier &verifier) const {
2392 return VerifyTableStart(verifier) &&
2393 VerifyField<int16_t>(verifier, VT_ENDIANNESS, 2) &&

Callers 1

VerifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected