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

Method GetValue

cpp/src/arrow/util/bit_stream_utils_internal.h:259–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257
258template <typename T>
259inline bool BitReader::GetValue(int num_bits, T* v) {
260 return GetBatch(num_bits, v, 1) == 1;
261}
262
263template <typename T>
264inline int BitReader::GetBatch(int num_bits, T* v, int batch_size) {

Callers 3

TESTFunction · 0.45
TestBitArrayValuesFunction · 0.45
TestPutValueFunction · 0.45

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.36
TestBitArrayValuesFunction · 0.36
TestPutValueFunction · 0.36