Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
EncodeRowBatch
Function · 0.45
TEST_F
Function · 0.45
PrintResultSet
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.36