Interface Aggregation.AggregationColumnsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Aggregation.AggregationColumns,Aggregation.AggregationColumns.Builder
- Enclosing class:
- Aggregation
public static interface Aggregation.AggregationColumnsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetMatchPairs(int index) repeated string match_pairs = 2;com.google.protobuf.ByteStringgetMatchPairsBytes(int index) repeated string match_pairs = 2;intrepeated string match_pairs = 2;repeated string match_pairs = 2;getSpec().io.deephaven.proto.backplane.grpc.AggSpec spec = 1;.io.deephaven.proto.backplane.grpc.AggSpec spec = 1;booleanhasSpec().io.deephaven.proto.backplane.grpc.AggSpec spec = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasSpec
boolean hasSpec().io.deephaven.proto.backplane.grpc.AggSpec spec = 1;- Returns:
- Whether the spec field is set.
-
getSpec
AggSpec getSpec().io.deephaven.proto.backplane.grpc.AggSpec spec = 1;- Returns:
- The spec.
-
getSpecOrBuilder
AggSpecOrBuilder getSpecOrBuilder().io.deephaven.proto.backplane.grpc.AggSpec spec = 1; -
getMatchPairsList
repeated string match_pairs = 2;- Returns:
- A list containing the matchPairs.
-
getMatchPairsCount
int getMatchPairsCount()repeated string match_pairs = 2;- Returns:
- The count of matchPairs.
-
getMatchPairs
repeated string match_pairs = 2;- Parameters:
index- The index of the element to return.- Returns:
- The matchPairs at the given index.
-
getMatchPairsBytes
com.google.protobuf.ByteString getMatchPairsBytes(int index) repeated string match_pairs = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the matchPairs at the given index.
-