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

Function Verify

cpp/src/generated/Schema_generated.h:699–702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697struct Null FLATBUFFERS_FINAL_CLASS : private ::flatbuffers::Table {
698 typedef NullBuilder Builder;
699 bool Verify(::flatbuffers::Verifier &verifier) const {
700 return VerifyTableStart(verifier) &&
701 verifier.EndTable();
702 }
703};
704
705struct NullBuilder {

Callers

nothing calls this directly

Calls 14

typeIdsFunction · 0.85
keyFunction · 0.85
indexTypeFunction · 0.85
VerifyTypeFunction · 0.85
childrenFunction · 0.85
featuresFunction · 0.85
timezoneFunction · 0.70
valueFunction · 0.70
nameFunction · 0.70
typeFunction · 0.70
type_typeFunction · 0.70
dictionaryFunction · 0.70

Tested by

no test coverage detected