Interface PlanProtocol.EquivalentPartitioningOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PlanProtocol.EquivalentPartitioning, PlanProtocol.EquivalentPartitioning.Builder
Enclosing class:
PlanProtocol

public static interface PlanProtocol.EquivalentPartitioningOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    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 Details

    • getIndexList

      List<Integer> getIndexList()
      the column indexes in this partitioning
       
      repeated uint32 index = 1;
    • getIndexCount

      int getIndexCount()
      the column indexes in this partitioning
       
      repeated uint32 index = 1;
    • getIndex

      int getIndex​(int index)
      the column indexes in this partitioning
       
      repeated uint32 index = 1;