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

Method AppendNull

src/codec/flat_array.h:188–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 }
187
188 bool AppendNull() {
189 if (cur_cnt_ >= col_cnt_) {
190 return false;
191 }
192 Encode(kNull, NULL, 0);
193 cur_cnt_++;
194 return true;
195 }
196
197 void Build() {
198 buffer_->resize(GetSize());

Callers 2

EncodeRowMethod · 0.80
TEST_FFunction · 0.80

Calls 1

EncodeFunction · 0.85

Tested by 1

TEST_FFunction · 0.64