Class ProjectionsContextEngine


  • public final class ProjectionsContextEngine
    extends Object
    Projections context engine.
    • Method Detail

      • createProjectionsContext

        public ProjectionsContext createProjectionsContext​(org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.TableSegment table,
                                                           org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.ProjectionsSegment projectionsSegment,
                                                           GroupByContext groupByContext,
                                                           OrderByContext orderByContext)
        Create projections context.
        Parameters:
        table - table segment
        projectionsSegment - projection segments
        groupByContext - group by context
        orderByContext - order by context
        Returns:
        projections context