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

Method IsDimension

src/sdk/sql_insert_row.h:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 bool PackTs(uint64_t ts);
108 void PackDimension(const std::string& val);
109 inline bool IsDimension() {
110 return raw_dimensions_.find(rb_.GetAppendPos()) !=
111 raw_dimensions_.end();
112 }
113
114 private:
115 std::shared_ptr<::fedb::nameserver::TableInfo> table_info_;

Callers

nothing calls this directly

Calls 1

GetAppendPosMethod · 0.80

Tested by

no test coverage detected