Uses of Interface
org.apache.shardingsphere.infra.binder.segment.select.projection.Projection
-
-
Uses of Projection in org.apache.shardingsphere.infra.binder.segment.select.projection
Methods in org.apache.shardingsphere.infra.binder.segment.select.projection that return Projection Modifier and Type Method Description ProjectionProjection. cloneWithOwner(org.apache.shardingsphere.sql.parser.sql.common.value.identifier.IdentifierValue ownerIdentifier)Clone with owner.Constructor parameters in org.apache.shardingsphere.infra.binder.segment.select.projection with type arguments of type Projection Constructor Description ProjectionsContext(int startIndex, int stopIndex, boolean distinctRow, Collection<Projection> projections) -
Uses of Projection in org.apache.shardingsphere.infra.binder.segment.select.projection.engine
Methods in org.apache.shardingsphere.infra.binder.segment.select.projection.engine that return types with arguments of type Projection Modifier and Type Method Description Optional<Projection>ProjectionEngine. createProjection(org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.TableSegment table, org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.ProjectionSegment projectionSegment)Create projection. -
Uses of Projection in org.apache.shardingsphere.infra.binder.segment.select.projection.impl
Classes in org.apache.shardingsphere.infra.binder.segment.select.projection.impl that implement Projection Modifier and Type Class Description classAggregationDistinctProjectionAggregation distinct projection.classAggregationProjectionAggregation projection.classColumnProjectionCommon projection.classDerivedProjectionDerived projection.classExpressionProjectionExpression projection.classParameterMarkerProjectionParameterMarker projection.classShorthandProjectionShorthand projection.classSubqueryProjectionSubquery projection.Methods in org.apache.shardingsphere.infra.binder.segment.select.projection.impl that return Projection Modifier and Type Method Description ProjectionAggregationDistinctProjection. cloneWithOwner(org.apache.shardingsphere.sql.parser.sql.common.value.identifier.IdentifierValue ownerIdentifier)ProjectionAggregationProjection. cloneWithOwner(org.apache.shardingsphere.sql.parser.sql.common.value.identifier.IdentifierValue owner)ProjectionColumnProjection. cloneWithOwner(org.apache.shardingsphere.sql.parser.sql.common.value.identifier.IdentifierValue ownerIdentifier)ProjectionDerivedProjection. cloneWithOwner(org.apache.shardingsphere.sql.parser.sql.common.value.identifier.IdentifierValue ownerIdentifier)ProjectionExpressionProjection. cloneWithOwner(org.apache.shardingsphere.sql.parser.sql.common.value.identifier.IdentifierValue ownerIdentifier)ProjectionParameterMarkerProjection. cloneWithOwner(org.apache.shardingsphere.sql.parser.sql.common.value.identifier.IdentifierValue ownerIdentifier)ProjectionShorthandProjection. cloneWithOwner(org.apache.shardingsphere.sql.parser.sql.common.value.identifier.IdentifierValue ownerIdentifier)ProjectionSubqueryProjection. cloneWithOwner(org.apache.shardingsphere.sql.parser.sql.common.value.identifier.IdentifierValue ownerIdentifier)
-