Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
void RowBuilder::SetSchemaVersion(uint8_t version) {
91
schema_version_ = version;
92
}
93
94
bool RowBuilder::SetBuffer(int8_t* buf, uint32_t size) {
95
return SetBuffer(buf, size, true);
Callers
1
EncodeRow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected