Class JoinFilterSplit


  • public class JoinFilterSplit
    extends Object
    Holds the result of splitting a filter into: - a portion that can be pushed down to the base table - a portion that will be applied post-join - additional virtual columns that need to be created on the base table to support the pushed down filters.