more tdata
This commit is contained in:
parent
aaf78935b9
commit
d6521a0a52
|
@ -110,13 +110,13 @@ void tTSRowFree(STSRow2 *pRow) {
|
||||||
}
|
}
|
||||||
|
|
||||||
int32_t tTSRowGet(const STSRow2 *pRow, STSchema *pTSchema, int32_t iCol, SColVal *pColVal) {
|
int32_t tTSRowGet(const STSRow2 *pRow, STSchema *pTSchema, int32_t iCol, SColVal *pColVal) {
|
||||||
uint32_t n;
|
uint32_t n;
|
||||||
const uint8_t *p;
|
uint8_t *p;
|
||||||
uint8_t v;
|
uint8_t v;
|
||||||
int32_t bidx = iCol - 1;
|
int32_t bidx = iCol - 1;
|
||||||
STColumn *pTColumn = &pTSchema->columns[iCol];
|
STColumn *pTColumn = &pTSchema->columns[iCol];
|
||||||
STSKVRow *pTSKVRow;
|
STSKVRow *pTSKVRow;
|
||||||
SKVIdx *pKVIdx;
|
SKVIdx *pKVIdx;
|
||||||
|
|
||||||
ASSERT(iCol != 0);
|
ASSERT(iCol != 0);
|
||||||
ASSERT(pTColumn->colId != 0);
|
ASSERT(pTColumn->colId != 0);
|
||||||
|
|
Loading…
Reference in New Issue