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

Method FlatArrayCodec

src/codec/flat_array.h:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38class FlatArrayCodec {
39 public:
40 FlatArrayCodec(std::string* buffer, uint16_t col_cnt)
41 : buffer_(buffer),
42 col_cnt_(col_cnt),
43 cur_cnt_(0),
44 datas_(col_cnt_),
45 modify_times_(0) {}
46
47 FlatArrayCodec(std::string* buffer, uint16_t col_cnt, int modify_times)
48 : buffer_(buffer),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected