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

Method IsNULL

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

Source from the content-addressed store, hash-verified

318 uint16_t Size() { return col_cnt_; }
319
320 bool IsNULL() {
321 if (type_ == kNull || (fsize_ == 0 && type_ != kEmptyString)) {
322 return true;
323 }
324 return false;
325 }
326
327 // Get float can be only invoked once when after Next
328 bool GetFloat(float* value) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected