Interface PlanProtocol.EquivalentPartitioningOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getIndex​(int index)
      the column indexes in this partitioning
      int getIndexCount()
      the column indexes in this partitioning
      List<Integer> getIndexList()
      the column indexes in this partitioning
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getIndexList

        List<Integer> getIndexList()
        the column indexes in this partitioning
         
        repeated uint32 index = 1;
        Returns:
        A list containing the index.
      • getIndexCount

        int getIndexCount()
        the column indexes in this partitioning
         
        repeated uint32 index = 1;
        Returns:
        The count of index.
      • getIndex

        int getIndex​(int index)
        the column indexes in this partitioning
         
        repeated uint32 index = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The index at the given index.