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

Method Size

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

Get the column count

Source from the content-addressed store, hash-verified

316
317 // Get the column count
318 uint16_t Size() { return col_cnt_; }
319
320 bool IsNULL() {
321 if (type_ == kNull || (fsize_ == 0 && type_ != kEmptyString)) {

Callers 3

EncodeRowBatchFunction · 0.45
TEST_FFunction · 0.45
PrintResultSetFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36