public static interface BitMapFilterEvaluator.BitMapProvider
| 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
|
it.uniroma3.mat.extendedset.intset.ConciseSet getBitMap(org.apache.kylin.metadata.model.TblColRef col,
Integer startId,
Integer endId)
int getRecordCount()
int getMaxValueId(org.apache.kylin.metadata.model.TblColRef col)
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.