public static class StarColumnWriter.DataStat
extends java.lang.Object
| Constructor and Description |
|---|
DataStat(long byteCount,
long rowCount)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getByteCount()
Returns the number of bytes written.
|
long |
getRowCount()
Returns the number of rows written.
|