Uses of Class
org.apache.druid.sql.calcite.rel.Projection
Packages that use Projection
-
Uses of Projection in org.apache.druid.sql.calcite.rel
Methods in org.apache.druid.sql.calcite.rel that return ProjectionModifier and TypeMethodDescriptionSorting.getProjection()static ProjectionProjection.postAggregation(org.apache.calcite.rel.core.Project project, PlannerContext plannerContext, RowSignature inputRowSignature, String basePrefix) static ProjectionProjection.preAggregation(org.apache.calcite.rel.core.Project project, PlannerContext plannerContext, RowSignature inputRowSignature, VirtualColumnRegistry virtualColumnRegistry) Methods in org.apache.druid.sql.calcite.rel with parameters of type ProjectionModifier and TypeMethodDescriptionstatic SortingSorting.create(List<OrderByColumnSpec> orderBys, OffsetLimit offsetLimit, Projection projection)