public class ParsedRow
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int[] |
clen |
int[] |
coff |
int |
curClen |
int |
curCoff |
int |
curNVal |
int[] |
isDelete |
int[] |
isDeleteExact |
int[] |
nval |
boolean |
parseColumnCalled |
long[] |
ts |
int[] |
vallen |
int[] |
valoff |
| Constructor and Description |
|---|
ParsedRow() |
| Modifier and Type | Method and Description |
|---|---|
void |
addColumn(int off,
int len,
int numValues) |
void |
addValue(int off,
int len,
long version,
int isdel,
int isdelexact) |
void |
Clear() |
int |
getNumColumns() |
int |
getNumValues() |
public int[] coff
public int[] clen
public int[] nval
public int[] valoff
public int[] vallen
public long[] ts
public int[] isDelete
public int[] isDeleteExact
public int curNVal
public int curCoff
public int curClen
public boolean parseColumnCalled