Enum BitmapIndexOptions.UniqueKeyTransformation

    • Enum Constant Detail

      • LONG

        public static final BitmapIndexOptions.UniqueKeyTransformation LONG
        Extracted unique key value is interpreted as a whole integer value of byte, short, int or long type. The extracted value is upcasted to long (if necessary) and unique non-negative ID is assigned to every distinct value.
      • RAW

        public static final BitmapIndexOptions.UniqueKeyTransformation RAW
        Extracted unique key value is interpreted as a whole integer value of byte, short, int or long type. The extracted value is upcasted to long (if necessary) and the resulting value is used directly as an ID.