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

Method VerifySignature

cpp/src/parquet/metadata.cc:1081–1083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1079}
1080
1081bool FileMetaData::VerifySignature(const void* signature) {
1082 return impl_->VerifySignature(signature);
1083}
1084
1085uint32_t FileMetaData::size() const { return impl_->size(); }
1086

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