Package com.ocient.jdbc.proto
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 intgetIndex(int index)the column indexes in this partitioningintgetIndexCount()the column indexes in this partitioningList<Integer>getIndexList()the column indexes in this partitioningMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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;
-