HTHou commented on a change in pull request #2858:
URL: https://github.com/apache/iotdb/pull/2858#discussion_r595695692



##########
File path: tsfile/src/main/java/org/apache/iotdb/tsfile/write/record/Tablet.java
##########
@@ -58,6 +59,8 @@
   public long[] timestamps;
   /** each object is a primitive type array, which represents values of one 
measurement */
   public Object[] values;
+  /** each bitset represents the existence of each value in the current column 
*/
+  public BitSet[] BitSets;

Review comment:
       ```suggestion
     /** each bitset represents the existence of each value in the current 
column */
     public BitSet[] bitSets;
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to