| Constructor and Description |
|---|
RowValueDecoder(org.apache.kylin.cube.model.HBaseColumnDesc hbaseColumn) |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(byte[] bytes) |
void |
decode(org.apache.hadoop.hbase.client.Result hbaseRow) |
void |
decodeAndConvertJavaObj(byte[] bytes) |
void |
decodeAndConvertJavaObj(org.apache.hadoop.hbase.client.Result hbaseRow) |
org.apache.kylin.cube.model.HBaseColumnDesc |
getHBaseColumn() |
org.apache.kylin.metadata.model.MeasureDesc[] |
getMeasures() |
BitSet |
getProjectionIndex() |
Object[] |
getValues() |
boolean |
hasMemHungryMeasures() |
static boolean |
hasMemHungryMeasures(Collection<RowValueDecoder> rowValueDecoders) |
void |
loadCubeMeasureArray(Object[] result) |
void |
setProjectIndex(int bitIndex) |
public RowValueDecoder(org.apache.kylin.cube.model.HBaseColumnDesc hbaseColumn)
public void decodeAndConvertJavaObj(org.apache.hadoop.hbase.client.Result hbaseRow)
public void decode(org.apache.hadoop.hbase.client.Result hbaseRow)
public void decodeAndConvertJavaObj(byte[] bytes)
public void decode(byte[] bytes)
public void setProjectIndex(int bitIndex)
public BitSet getProjectionIndex()
public org.apache.kylin.cube.model.HBaseColumnDesc getHBaseColumn()
public Object[] getValues()
public org.apache.kylin.metadata.model.MeasureDesc[] getMeasures()
public void loadCubeMeasureArray(Object[] result)
public boolean hasMemHungryMeasures()
public static boolean hasMemHungryMeasures(Collection<RowValueDecoder> rowValueDecoders)
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.