Class RowGroupFilterEvent

java.lang.Object
jdk.jfr.Event
dev.hardwood.jfr.RowGroupFilterEvent

public class RowGroupFilterEvent extends Event
JFR event emitted when row groups are filtered by a predicate push-down filter.
  • Field Details

    • file

      public String file
    • totalRowGroups

      public int totalRowGroups
    • rowGroupsKept

      public int rowGroupsKept
    • rowGroupsSkipped

      public int rowGroupsSkipped
  • Constructor Details

    • RowGroupFilterEvent

      public RowGroupFilterEvent()