MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / getSharedDataVector

Function getSharedDataVector

src/include/common/vector/value_vector.h:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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();

Callers 2

resolveNestedVectorFunction · 0.50
initMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected