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

Method raw_values

cpp/src/parquet/encryption/test_encryption_util.cc:91–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90 int64_t rows() const { return values.size(); }
91 const T* raw_values() const { return values.data(); }
92 const int16_t* raw_definition_levels() const {
93 return definition_levels.size() == 0 ? nullptr : definition_levels.data();
94 }

Callers 15

TESTFunction · 0.45
DirectPutImplFunction · 0.45
PutMethod · 0.45
PutMethod · 0.45
BM_WriteInt64ColumnFunction · 0.45
BM_ReadInt64ColumnFunction · 0.45
TEST_FFunction · 0.45
DeltaEncodeFunction · 0.45
BM_EncodingSpacedFunction · 0.45
SerializeMethod · 0.45
SerializeMethod · 0.45
SerializeMethod · 0.45

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected