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

Function getFTStructRelID

src/processor/result/base_hash_table.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106const uint8_t* getFTStructRelID(const uint8_t* structEntry, const LogicalType& type) {
107 return getFTStructFirstField(structEntry, common::StructType::getNumFields(type)) +
108 sizeof(common::internalID_t) * 2 + sizeof(string_t);
109}
110
111static bool compareFTNodeEntry(const uint8_t* entry1, const uint8_t* entry2,
112 const LogicalType& type) {

Callers 2

compareFTRelEntryFunction · 0.85
compareRelEntryFunction · 0.85

Calls 1

getFTStructFirstFieldFunction · 0.85

Tested by

no test coverage detected