| Package | Description |
|---|---|
| org.apache.kylin.storage.hbase.common.coprocessor | |
| org.apache.kylin.storage.hbase.cube.v1.coprocessor.observer |
| Modifier and Type | Method and Description |
|---|---|
static CoprocessorProjector |
CoprocessorProjector.deserialize(byte[] bytes) |
static CoprocessorProjector |
CoprocessorProjector.makeForObserver(org.apache.kylin.cube.CubeSegment cubeSegment,
org.apache.kylin.cube.cuboid.Cuboid cuboid,
Collection<org.apache.kylin.metadata.model.TblColRef> dimensionColumns) |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
CoprocessorProjector.serialize(CoprocessorProjector o) |
| Constructor and Description |
|---|
AggregationScanner(CoprocessorRowType type,
CoprocessorFilter filter,
CoprocessorProjector groupBy,
ObserverAggregators aggrs,
org.apache.hadoop.hbase.regionserver.RegionScanner innerScanner,
org.apache.kylin.gridtable.StorageSideBehavior behavior) |
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.