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 Type
    Method
    Description
    getMatchPairs(int index)
    repeated string match_pairs = 2;
    com.google.protobuf.ByteString
    getMatchPairsBytes(int index)
    repeated string match_pairs = 2;
    int
    repeated string match_pairs = 2;
    repeated string match_pairs = 2;
    .io.deephaven.proto.backplane.grpc.AggSpec spec = 1;
    .io.deephaven.proto.backplane.grpc.AggSpec spec = 1;
    boolean
    .io.deephaven.proto.backplane.grpc.AggSpec spec = 1;

    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

    • 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

      List<String> 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

      String getMatchPairs(int index)
      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.