Uses of Class
org.apache.shardingsphere.infra.binder.segment.select.projection.impl.AggregationProjection
-
Packages that use AggregationProjection Package Description org.apache.shardingsphere.infra.binder.segment.select.projection org.apache.shardingsphere.infra.binder.segment.select.projection.impl -
-
Uses of AggregationProjection in org.apache.shardingsphere.infra.binder.segment.select.projection
Methods in org.apache.shardingsphere.infra.binder.segment.select.projection that return types with arguments of type AggregationProjection Modifier and Type Method Description List<AggregationProjection>ProjectionsContext. getAggregationProjections()Get aggregation projections. -
Uses of AggregationProjection in org.apache.shardingsphere.infra.binder.segment.select.projection.impl
Subclasses of AggregationProjection in org.apache.shardingsphere.infra.binder.segment.select.projection.impl Modifier and Type Class Description classAggregationDistinctProjectionAggregation distinct projection.
-