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

Method GetDate

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

Source from the content-addressed store, hash-verified

73 bool GetDouble(uint32_t index, double* result) { return result_set_base_->GetDouble(index, result); }
74
75 bool GetDate(uint32_t index, int32_t* date) { return result_set_base_->GetDate(index, date); }
76
77 bool GetDate(uint32_t index, int32_t* year, int32_t* month, int32_t* day) {
78 return result_set_base_->GetDate(index, year, month, day);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected