more code
This commit is contained in:
parent
75b2bb09c1
commit
37d6b62e02
|
@ -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);
|
||||
|
|
|
@ -708,11 +708,6 @@ _exit:
|
|||
return &pIter->cv;
|
||||
}
|
||||
|
||||
SColVal *tRowIterNextNotNone(SRowIter *pIter) {
|
||||
// todo
|
||||
return NULL;
|
||||
}
|
||||
|
||||
// STSchema ========================================
|
||||
void tTSchemaDestroy(STSchema *pTSchema) {
|
||||
if (pTSchema) taosMemoryFree(pTSchema);
|
||||
|
|
Loading…
Reference in New Issue