Interface PlanProtocol.ProductOperatorOrBuilder

    • Method Detail

      • getFiltersList

        List<PlanProtocol.Disjunction> getFiltersList()
        Represents a cartesian product or, if there is a filter, a nested loop join
         
        repeated .xg.db.sqlPlans.Disjunction filters = 1;
      • getFilters

        PlanProtocol.Disjunction getFilters​(int index)
        Represents a cartesian product or, if there is a filter, a nested loop join
         
        repeated .xg.db.sqlPlans.Disjunction filters = 1;
      • getFiltersCount

        int getFiltersCount()
        Represents a cartesian product or, if there is a filter, a nested loop join
         
        repeated .xg.db.sqlPlans.Disjunction filters = 1;
      • getFiltersOrBuilderList

        List<? extends PlanProtocol.DisjunctionOrBuilder> getFiltersOrBuilderList()
        Represents a cartesian product or, if there is a filter, a nested loop join
         
        repeated .xg.db.sqlPlans.Disjunction filters = 1;
      • getFiltersOrBuilder

        PlanProtocol.DisjunctionOrBuilder getFiltersOrBuilder​(int index)
        Represents a cartesian product or, if there is a filter, a nested loop join
         
        repeated .xg.db.sqlPlans.Disjunction filters = 1;
      • getTypeValue

        int getTypeValue()
        .xg.db.sqlPlans.JoinType type = 2;
        Returns:
        The enum numeric value on the wire for type.