Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
914
namespace internal {
915
916
inline Status CheckBufferLength(...) { return Status::OK(); }
917
918
ARROW_EXPORT Status CheckBufferLength(const FixedSizeBinaryType* t,
919
const std::shared_ptr<Buffer>* b);
Callers
1
Visit
Method · 0.70
Calls
1
OK
Function · 0.70
Tested by
no test coverage detected