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

Method GetType

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

Source from the content-addressed store, hash-verified

537 }
538
539 ColType GetType() { return type_; }
540
541 void Next() {
542 if (offset_ + 2 > bsize_) {

Callers 6

ExecuteSQLMethod · 0.45
HandleSQLCreateTableMethod · 0.45
TransformToTableDefMethod · 0.45
DecodeRowMethod · 0.45
TEST_FFunction · 0.45
HandleSQLFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36