public class SliceBitMapProvider extends Object implements BitMapFilterEvaluator.BitMapProvider
| Constructor and Description |
|---|
SliceBitMapProvider(Slice slice,
CoprocessorRowType type) |
| Modifier and Type | Method and Description |
|---|---|
it.uniroma3.mat.extendedset.intset.ConciseSet |
getBitMap(org.apache.kylin.metadata.model.TblColRef col,
Integer startId,
Integer endId)
return records whose specified column having specified value
|
int |
getMaxValueId(org.apache.kylin.metadata.model.TblColRef col)
return the max value ID of a column according to dictionary
|
int |
getRecordCount()
return the size of the group
|
public SliceBitMapProvider(Slice slice, CoprocessorRowType type)
public it.uniroma3.mat.extendedset.intset.ConciseSet getBitMap(org.apache.kylin.metadata.model.TblColRef col,
Integer startId,
Integer endId)
BitMapFilterEvaluator.BitMapProvidergetBitMap in interface BitMapFilterEvaluator.BitMapProviderpublic int getRecordCount()
BitMapFilterEvaluator.BitMapProvidergetRecordCount in interface BitMapFilterEvaluator.BitMapProviderpublic int getMaxValueId(org.apache.kylin.metadata.model.TblColRef col)
BitMapFilterEvaluator.BitMapProvidergetMaxValueId in interface BitMapFilterEvaluator.BitMapProviderCopyright © 2014–2016 Apache Software Foundation. All rights reserved.