init research
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package tech.v3.dataset;
|
||||
|
||||
|
||||
public interface PParser {
|
||||
public void addValue(long idx, Object value);
|
||||
public Object finalize(long rowcount);
|
||||
}
|
||||
Reference in New Issue
Block a user