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

Function compareRelEntry

src/processor/result/base_hash_table.cpp:188–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188static bool compareRelEntry(const common::ValueVector* vector, uint32_t vectorPos,
189 const uint8_t* entry) {
190 DASSERT(3 == common::StructType::getFieldIdx(vector->dataType, common::InternalKeyword::ID));
191 auto idVector = common::StructVector::getFieldVector(vector, 3).get();
192 return compareEntry<common::internalID_t>(idVector, vectorPos,
193 getFTStructRelID(entry, vector->dataType));
194}
195
196template<>
197[[maybe_unused]] bool compareEntry<struct_entry_t>(const common::ValueVector* vector,

Callers

nothing calls this directly

Calls 2

getFTStructRelIDFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected