JackieTien97 commented on a change in pull request #652: [386] Vectorize the
raw data query process
URL: https://github.com/apache/incubator-iotdb/pull/652#discussion_r361136739
##########
File path:
server/src/main/java/org/apache/iotdb/db/tools/watermark/WatermarkEncoder.java
##########
@@ -21,5 +21,14 @@
import org.apache.iotdb.tsfile.read.common.RowRecord;
public interface WatermarkEncoder {
+
+ public int encodeInt(int value, long time);
+
+ public long encodeLong(long value, long time);
+
+ public float encodeFloat(float value, long time);
+
+ public double encodeDouble(double value, long time);
Review comment:
no need to add public
----------------------------------------------------------------
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]
With regards,
Apache Git Services