public class SerDeStats extends Object
| Constructor and Description |
|---|
SerDeStats() |
| Modifier and Type | Method and Description |
|---|---|
long |
getRawDataSize()
Return the raw data size
|
long |
getRowCount()
Return the row count
|
void |
setRawDataSize(long uSize)
Set the raw data size
|
void |
setRowCount(long rowCount)
Set the row count
|
public long getRawDataSize()
public void setRawDataSize(long uSize)
uSize - - size to be setpublic long getRowCount()
public void setRowCount(long rowCount)
rowCount - - count of rowsCopyright © 2019 The Apache Software Foundation. All Rights Reserved.