We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6361b17 commit aba7494Copy full SHA for aba7494
src/main/java/cn/edu/thu/tsfile/timeseries/read/query/QueryDataSet.java
@@ -131,7 +131,7 @@ public RowRecord getCurrentRecord() {
131
return currentRecord;
132
}
133
134
- void putValueToField(DynamicOneColumnData col, int idx, Field f) {
+ public void putValueToField(DynamicOneColumnData col, int idx, Field f) {
135
switch (col.dataType) {
136
case BOOLEAN:
137
f.setBoolV(col.getBoolean(idx));
0 commit comments