Package io.trino.orc
Class RowGroup
- java.lang.Object
-
- io.trino.orc.RowGroup
-
public class RowGroup extends Object
-
-
Constructor Summary
Constructors Constructor Description RowGroup(int groupId, long rowOffset, long rowCount, long minAverageRowBytes, InputStreamSources streamSources)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetGroupId()longgetMinAverageRowBytes()longgetRowCount()longgetRowOffset()InputStreamSourcesgetStreamSources()StringtoString()
-
-
-
Constructor Detail
-
RowGroup
public RowGroup(int groupId, long rowOffset, long rowCount, long minAverageRowBytes, InputStreamSources streamSources)
-
-
Method Detail
-
getGroupId
public int getGroupId()
-
getRowOffset
public long getRowOffset()
-
getRowCount
public long getRowCount()
-
getMinAverageRowBytes
public long getMinAverageRowBytes()
-
getStreamSources
public InputStreamSources getStreamSources()
-
-