[td-13039] fix compiling error.

This commit is contained in:
Haojun Liao 2022-03-25 12:46:26 +08:00
parent b7368e2133
commit ca9b7c4296
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ int32_t qParseQuerySql(SParseContext* pCxt, SQuery** pQuery);
void qDestroyQuery(SQuery* pQueryNode);
int32_t qExtractResultSchema(const SNode* pRoot, int32_t* numOfCols, SSchema** pSchema);
#ifdef __cplusplus
}
#endif