362363364365366367368369
{ if (isJoin) { return new AggregationAccessJoinImpl(streamId); } else { return new AggregationAccessImpl(streamId); } }