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

Method VerifySignature

cpp/src/parquet/metadata.cc:1085–1087  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1083}
1084
1085bool FileMetaData::VerifySignature(const void* signature) {
1086 return impl_->VerifySignature(signature);
1087}
1088
1089uint32_t FileMetaData::size() const { return impl_->size(); }
1090

Callers

nothing calls this directly

Calls 12

str2spanFunction · 0.85
as_spanMethod · 0.80
MakeFunction · 0.70
AllocateBufferFunction · 0.70
CreateFooterAadFunction · 0.50
sizeMethod · 0.45
algorithmMethod · 0.45
poolMethod · 0.45
CiphertextLengthMethod · 0.45
SignedFooterEncryptMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected