Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ AllocateBuffer
Function
AllocateBuffer
cpp/src/parquet/platform.cc:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
std::shared_ptr<ResizableBuffer> AllocateBuffer(MemoryPool* pool, int64_t size) {
38
PARQUET_ASSIGN_OR_THROW(auto result, ::arrow::AllocateResizableBuffer(size, pool));
39
return result;
40
}
41
42
} // namespace parquet
Callers
15
TEST
Function · 0.70
FlushValues
Method · 0.70
FlushValues
Method · 0.70
DeltaBitPackEncoder
Method · 0.70
FlushValues
Method · 0.70
VerifySignature
Method · 0.70
VerifySignature
Method · 0.70
DictDecoderImpl
Method · 0.70
InitHeader
Method · 0.70
DeltaLengthByteArrayDecoder
Method · 0.70
DeltaByteArrayDecoderImpl
Method · 0.70
EnsureDecodeBuffer
Method · 0.70
Calls
no outgoing calls
Tested by
15
TEST
Function · 0.56
WriteDict
Method · 0.56
CheckRoundtrip
Method · 0.56
GetDictDecoder
Function · 0.56
SetupEncoderDecoder
Method · 0.56
TYPED_TEST
Function · 0.56
TEST_F
Function · 0.56
TestSession
Function · 0.40
TYPED_TEST
Function · 0.40
TEST_F
Function · 0.40
TEST_P
Function · 0.40
MakeListArray
Function · 0.40