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

Method getValueVector

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

Source from the content-addressed store, hash-verified

334 }
335
336 static inline ValueVector* getValueVector(const ValueVector* vector) {
337 return StructVector::getFieldVector(ListVector::getDataVector(vector), 1 /* valVectorPos */)
338 .get();
339 }
340
341 static inline uint8_t* getMapKeys(const ValueVector* vector, const list_entry_t& listEntry) {
342 auto keyVector = getKeyVector(vector);

Callers 15

tableFuncFunction · 0.45
lookupMethod · 0.45
executeInternalMethod · 0.45

Calls 2

getDataVectorFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected