more code

This commit is contained in:
Hongze Cheng 2022-11-22 15:14:59 +08:00
parent 75b2bb09c1
commit 37d6b62e02
2 changed files with 0 additions and 6 deletions

View File

@ -94,7 +94,6 @@ void tRowGet(SRow *pRow, STSchema *pTSchema, int32_t iCol, SColVal *pColVal);
int32_t tRowIterOpen(SRow *pRow, STSchema *pTSchema, SRowIter **ppIter);
void tRowIterClose(SRowIter **ppIter);
SColVal *tRowIterNext(SRowIter *pIter);
SColVal *tRowIterNextNotNone(SRowIter *pIter);
// STag ================================
int32_t tTagNew(SArray *pArray, int32_t version, int8_t isJson, STag **ppTag);

View File

@ -708,11 +708,6 @@ _exit:
return &pIter->cv;
}
SColVal *tRowIterNextNotNone(SRowIter *pIter) {
// todo
return NULL;
}
// STSchema ========================================
void tTSchemaDestroy(STSchema *pTSchema) {
if (pTSchema) taosMemoryFree(pTSchema);