Interface RegionedPushdownAction.LocationRegionPredicate

Enclosing class:
RegionedPushdownAction

public static interface RegionedPushdownAction.LocationRegionPredicate
A predicate that can be used to determine if a pushdown action is valid for a given table location and column region.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(TableLocation location, ColumnRegion<?> region)