Class RowGroup
java.lang.Object
io.trino.orc.RowGroup
-
Constructor Summary
ConstructorsConstructorDescriptionRowGroup(int groupId, long rowOffset, long rowCount, long minAverageRowBytes, InputStreamSources streamSources) -
Method Summary
-
Constructor Details
-
RowGroup
public RowGroup(int groupId, long rowOffset, long rowCount, long minAverageRowBytes, InputStreamSources streamSources)
-
-
Method Details
-
getGroupId
public int getGroupId() -
getRowOffset
public long getRowOffset() -
getRowCount
public long getRowCount() -
getMinAverageRowBytes
public long getMinAverageRowBytes() -
getStreamSources
-
toString
-