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

Function getFTStructNodeID

src/processor/result/base_hash_table.cpp:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102const uint8_t* getFTStructNodeID(const uint8_t* structEntry, const LogicalType& type) {
103 return getFTStructFirstField(structEntry, common::StructType::getNumFields(type));
104}
105
106const uint8_t* getFTStructRelID(const uint8_t* structEntry, const LogicalType& type) {
107 return getFTStructFirstField(structEntry, common::StructType::getNumFields(type)) +

Callers 2

compareFTNodeEntryFunction · 0.85
compareNodeEntryFunction · 0.85

Calls 1

getFTStructFirstFieldFunction · 0.85

Tested by

no test coverage detected