| 96 | } |
| 97 | |
| 98 | const uint8_t* getFTStructFirstField(const uint8_t* structEntry, uint64_t numFields) { |
| 99 | return structEntry + common::NullBuffer::getNumBytesForNullValues(numFields); |
| 100 | } |
| 101 | |
| 102 | const uint8_t* getFTStructNodeID(const uint8_t* structEntry, const LogicalType& type) { |
| 103 | return getFTStructFirstField(structEntry, common::StructType::getNumFields(type)); |
no outgoing calls
no test coverage detected