| 212 | return getAuxBuffer(*vector).getDataVector(); |
| 213 | } |
| 214 | static std::shared_ptr<ValueVector> getSharedDataVector(const ValueVector* vector) { |
| 215 | DASSERT(validateType(*vector)); |
| 216 | return getAuxBuffer(*vector).getSharedDataVector(); |
| 217 | } |
| 218 | static uint64_t getDataVectorSize(const ValueVector* vector) { |
| 219 | DASSERT(validateType(*vector)); |
| 220 | return getAuxBuffer(*vector).getSize(); |
no outgoing calls
no test coverage detected