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

Method GetFloat

src/sdk/result_set_sql.h:71–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 bool GetInt64(uint32_t index, int64_t* result) { return result_set_base_->GetInt64(index, result); }
70
71 bool GetFloat(uint32_t index, float* result) { return result_set_base_->GetFloat(index, result); }
72
73 bool GetDouble(uint32_t index, double* result) { return result_set_base_->GetDouble(index, result); }
74

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected