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

Function CheckBufferLength

cpp/src/arrow/scalar.h:916–916  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

914namespace internal {
915
916inline Status CheckBufferLength(...) { return Status::OK(); }
917
918ARROW_EXPORT Status CheckBufferLength(const FixedSizeBinaryType* t,
919 const std::shared_ptr<Buffer>* b);

Callers 1

VisitMethod · 0.70

Calls 1

OKFunction · 0.70

Tested by

no test coverage detected