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

Function Verify

cpp/src/generated/File_generated.h:94–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 return GetPointer<const ::flatbuffers::Vector<::flatbuffers::Offset<org::apache::arrow::flatbuf::KeyValue>> *>(VT_CUSTOM_METADATA);
93 }
94 bool Verify(::flatbuffers::Verifier &verifier) const {
95 return VerifyTableStart(verifier) &&
96 VerifyField<int16_t>(verifier, VT_VERSION, 2) &&
97 VerifyOffset(verifier, VT_SCHEMA) &&
98 verifier.VerifyTable(schema()) &&
99 VerifyOffset(verifier, VT_DICTIONARIES) &&
100 verifier.VerifyVector(dictionaries()) &&
101 VerifyOffset(verifier, VT_RECORDBATCHES) &&
102 verifier.VerifyVector(recordBatches()) &&
103 VerifyOffset(verifier, VT_CUSTOM_METADATA) &&
104 verifier.VerifyVector(custom_metadata()) &&
105 verifier.VerifyVectorOfTables(custom_metadata()) &&
106 verifier.EndTable();
107 }
108};
109
110struct FooterBuilder {

Callers 11

AddAndVerifyMethod · 0.50
SubtractAndVerifyMethod · 0.50
MultiplyAndVerifyMethod · 0.50
DivideAndVerifyMethod · 0.50
ModAndVerifyMethod · 0.50
VerifyAllSignMethod · 0.50
AddAndVerifyMethod · 0.50
SubtractAndVerifyMethod · 0.50
MultiplyAndVerifyMethod · 0.50
DivideAndVerifyMethod · 0.50
ModAndVerifyMethod · 0.50

Calls 4

dictionariesFunction · 0.85
recordBatchesFunction · 0.85
schemaFunction · 0.70
custom_metadataFunction · 0.70

Tested by 11

AddAndVerifyMethod · 0.40
SubtractAndVerifyMethod · 0.40
MultiplyAndVerifyMethod · 0.40
DivideAndVerifyMethod · 0.40
ModAndVerifyMethod · 0.40
VerifyAllSignMethod · 0.40
AddAndVerifyMethod · 0.40
SubtractAndVerifyMethod · 0.40
MultiplyAndVerifyMethod · 0.40
DivideAndVerifyMethod · 0.40
ModAndVerifyMethod · 0.40