Class RowGroupInfo.ByGroups
java.lang.Object
io.deephaven.parquet.table.metadata.RowGroupInfo.ByGroups
- All Implemented Interfaces:
RowGroupInfo
- Enclosing interface:
- RowGroupInfo
Splits into RowGroups based on unique values within
groups
, and optionally further splits (per unique
groups
ensuring that no group is larger than maxRows
. If maxRows
is not desired, this
parameter may be set to Long.MAX_VALUE
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.parquet.table.metadata.RowGroupInfo
RowGroupInfo.ByGroups, RowGroupInfo.MaxGroups, RowGroupInfo.MaxRows, RowGroupInfo.SingleGroup, RowGroupInfo.Visitor<T>
-
Method Summary