MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / GetSchemaVersion

Method GetSchemaVersion

src/codec/codec.h:142–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 bool Reset(const int8_t* row);
141
142 static uint8_t GetSchemaVersion(const int8_t* row) {
143 return *(reinterpret_cast<const uint8_t*>(row + 1));
144 }
145
146 int32_t GetBool(uint32_t idx, bool* val);
147 int32_t GetInt32(uint32_t idx, int32_t* val);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected