Interface SubqueryBitmap


  • public interface SubqueryBitmap
    Constants related to the subquery bitmap in predicate search.
    Author:
    bjorncs
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long ALL_SUBQUERIES
      A feature annotated with the following bitmap will be added to all (64) subqueries.
      static long DEFAULT_VALUE
      Default subquery bitmap.
    • Field Detail

      • ALL_SUBQUERIES

        static final long ALL_SUBQUERIES
        A feature annotated with the following bitmap will be added to all (64) subqueries.
        See Also:
        Constant Field Values
      • DEFAULT_VALUE

        static final long DEFAULT_VALUE
        Default subquery bitmap.
        See Also:
        Constant Field Values