Package io.trino.orc
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