Package com.illumon.iris.db.v2
Class RollupAttributeCopier
java.lang.Object
com.illumon.iris.db.v2.RollupAttributeCopier
Copies attributes for constituent leafs or intermediate level rollups.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ByExternalChunkedOperator.AttributeCopier
For intermediate levels, we must copy the reverse lookup from the deeper level.static final ByExternalChunkedOperator.AttributeCopier
When creating constituent leaves, we set the appropriate TableMap and reverse lookup on each leaf we are creating. -
Method Summary
-
Field Details
-
LEAF_WITHCONSTITUENTS_INSTANCE
When creating constituent leaves, we set the appropriate TableMap and reverse lookup on each leaf we are creating. -
DEFAULT_INSTANCE
For intermediate levels, we must copy the reverse lookup from the deeper level.
-