Uses of Class
io.trino.orc.RowGroup
-
Packages that use RowGroup Package Description io.trino.orc -
-
Uses of RowGroup in io.trino.orc
Methods in io.trino.orc that return types with arguments of type RowGroup Modifier and Type Method Description List<RowGroup>Stripe. getRowGroups()Constructor parameters in io.trino.orc with type arguments of type RowGroup Constructor Description Stripe(long rowCount, ZoneId fileTimeZone, ColumnMetadata<ColumnEncoding> columnEncodings, List<RowGroup> rowGroups, InputStreamSources dictionaryStreamSources)
-