iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

The java sessionDataset's functions is somehow redundant

Open Caideyipi opened this issue 3 years ago • 1 comments

image Given a column index, the data type is unique, so we should provide users with a single "Get" api instead of apis with type. Besides, getting timestamp can be done without making sure what the column is, and the current logic is false when users gives column names or indexes other than "Time" or 1

Caideyipi avatar Oct 12 '22 06:10 Caideyipi

Besides, the column index starts form 1 currently, with the first being timestamp. Is this an intentional design?

Caideyipi avatar Oct 12 '22 06:10 Caideyipi