| 104 | } |
| 105 | |
| 106 | const 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 | |
| 111 | static bool compareFTNodeEntry(const uint8_t* entry1, const uint8_t* entry2, |
| 112 | const LogicalType& type) { |
no test coverage detected