| Modifier and Type | Method and Description |
|---|---|
static CoprocessorRowType |
CoprocessorRowType.deserialize(byte[] bytes) |
static CoprocessorRowType |
CoprocessorRowType.fromCuboid(org.apache.kylin.cube.CubeSegment seg,
org.apache.kylin.cube.cuboid.Cuboid cuboid) |
static CoprocessorRowType |
CoprocessorRowType.fromTableRecordInfo(TableRecordInfo tableRecordInfo,
List<org.apache.kylin.metadata.model.TblColRef> cols) |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
CoprocessorRowType.serialize(CoprocessorRowType o) |
| Constructor and Description |
|---|
AggregationScanner(CoprocessorRowType type,
CoprocessorFilter filter,
CoprocessorProjector groupBy,
ObserverAggregators aggrs,
org.apache.hadoop.hbase.regionserver.RegionScanner innerScanner,
CoprocessorBehavior behavior) |
ObserverTuple(CoprocessorRowType type) |
| Modifier and Type | Method and Description |
|---|---|
IIProtos.IIResponseInternal |
IIEndpoint.getResponse(org.apache.hadoop.hbase.regionserver.RegionScanner innerScanner,
CoprocessorRowType type,
CoprocessorProjector projector,
EndpointAggregators aggregators,
CoprocessorFilter filter) |
| Constructor and Description |
|---|
ClearTextDictionary(TableRecordInfoDigest digest,
CoprocessorRowType coprocessorRowType) |
LocalDictionary(org.apache.kylin.dimension.Dictionary<?>[] colDictMap,
CoprocessorRowType type,
TableRecordInfoDigest recordInfo) |
SliceBitMapProvider(Slice slice,
CoprocessorRowType type) |
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.