TD-90
This commit is contained in:
parent
98fc3df8a0
commit
4c3b3c81a6
|
@ -400,8 +400,8 @@ void tdAppendDataRowToDataCol(SDataRow row, STSchema *pSchema, SDataCols *pCols)
|
||||||
|
|
||||||
STColumn *pRowCol = schemaColAt(pSchema, rcol);
|
STColumn *pRowCol = schemaColAt(pSchema, rcol);
|
||||||
if (pRowCol->colId == pDataCol->colId) {
|
if (pRowCol->colId == pDataCol->colId) {
|
||||||
dataColAppendVal(pDataCol, tdGetRowDataOfCol(row, pRowCol->type, pRowCol->offset), pCols->numOfRows,
|
void *value = tdGetRowDataOfCol(row, pRowCol->type, pRowCol->offset+TD_DATA_ROW_HEAD_SIZE);
|
||||||
pCols->maxPoints);
|
dataColAppendVal(pDataCol, value, pCols->numOfRows, pCols->maxPoints);
|
||||||
dcol++;
|
dcol++;
|
||||||
rcol++;
|
rcol++;
|
||||||
} else if (pRowCol->colId < pDataCol->colId) {
|
} else if (pRowCol->colId < pDataCol->colId) {
|
||||||
|
|
Loading…
Reference in New Issue