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

Method rows

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

Source from the content-addressed store, hash-verified

88 std::vector<int16_t> repetition_levels;
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();

Callers 2

WriteBatchFunction · 0.45
ReadAndVerifyColumnFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected