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

Method SetSchemaVersion

src/codec/codec.cc:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void RowBuilder::SetSchemaVersion(uint8_t version) {
91 schema_version_ = version;
92}
93
94bool RowBuilder::SetBuffer(int8_t* buf, uint32_t size) {
95 return SetBuffer(buf, size, true);

Callers 1

EncodeRowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected