iterateAllRowGroup property

Iterable<PlutoRow> iterateAllRowGroup
inherited

Regardless of filtering or pagination applied,

Returns all rows where PlutoRow.type is set to PlutoRowType.group.

Implementation

Iterable<PlutoRow> get iterateAllRowGroup;