public class RowGroup extends Object
Constructor and Description |
---|
RowGroup(int groupId,
long rowOffset,
long rowCount,
long minAverageRowBytes,
InputStreamSources streamSources) |
Modifier and Type | Method and Description |
---|---|
int |
getGroupId() |
long |
getMinAverageRowBytes() |
long |
getRowCount() |
long |
getRowOffset() |
InputStreamSources |
getStreamSources() |
String |
toString() |
public RowGroup(int groupId, long rowOffset, long rowCount, long minAverageRowBytes, InputStreamSources streamSources)
public int getGroupId()
public long getRowOffset()
public long getRowCount()
public long getMinAverageRowBytes()
public InputStreamSources getStreamSources()
Copyright © 2012–2020. All rights reserved.