290291292293294295296
final BitmapIndex bitmaps = column.getBitmapIndex(); if (bitmaps == null) { return new EmptyIndexedInts(); } return new BitmapCompressedIndexedInts(bitmaps.getBitmap(value)); }