We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e5ab7 commit 557da60Copy full SHA for 557da60
src/com/xxdb/data/BasicIotAnyVector.java
@@ -15,7 +15,7 @@ public class BasicIotAnyVector extends AbstractVector {
15
private BasicIntVector indexsDataType;
16
private BasicIntVector indexs;
17
18
- protected BasicIotAnyVector(Entity[] array) {
+ public BasicIotAnyVector(Entity[] array) {
19
super(DATA_FORM.DF_VECTOR);
20
subVector = new HashMap<>();
21
indexsDataType = new BasicIntVector(0);
0 commit comments