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