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

Function values

cpp/src/parquet/column_reader.h:356–356  ·  view source on GitHub ↗

\brief Decoded values, including nulls, if any FLBA and ByteArray types do not use this array and read into their own builders.

Source from the content-addressed store, hash-verified

354 /// FLBA and ByteArray types do not use this array and read into their own
355 /// builders.
356 uint8_t* values() const { return values_->mutable_data(); }
357
358 /// \brief Number of values written, including space left for nulls if any.
359 /// If this Reader was constructed with read_dense_for_nullable(), there is no space for

Callers 15

MakeCompressibleDataFunction · 0.50
MakeCompressibleDataFunction · 0.50
TESTFunction · 0.50
ValidateEnumValueFunction · 0.50
TEST_FFunction · 0.50
AssertModesAreMethod · 0.50
TESTFunction · 0.50
MakeCompareFunctionFunction · 0.50
TESTFunction · 0.50
TEST_FFunction · 0.50
TESTFunction · 0.50
TEST_FFunction · 0.50

Calls 1

mutable_dataMethod · 0.45

Tested by 9

TESTFunction · 0.40
TEST_FFunction · 0.40
AssertModesAreMethod · 0.40
TESTFunction · 0.40
TESTFunction · 0.40
TEST_FFunction · 0.40
TESTFunction · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40