Package com.mapr.fs.jni
Class ParsedRow
- java.lang.Object
-
- com.mapr.fs.jni.ParsedRow
-
public class ParsedRow extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ParsedRow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddColumn(int off, int len, int numValues)voidaddValue(int off, int len, long version, int isdel, int isdelexact)voidClear()intgetNumColumns()intgetNumValues()
-
-
-
Field Detail
-
coff
public int[] coff
-
clen
public int[] clen
-
nval
public int[] nval
-
valoff
public int[] valoff
-
vallen
public int[] vallen
-
ts
public long[] ts
-
isDelete
public int[] isDelete
-
isDeleteExact
public int[] isDeleteExact
-
curNVal
public int curNVal
-
curCoff
public int curCoff
-
curClen
public int curClen
-
parseColumnCalled
public boolean parseColumnCalled
-
-