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

Function getFTStructFirstField

src/processor/result/base_hash_table.cpp:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

getFTStructNodeIDFunction · 0.85
getFTStructRelIDFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected