Interface AggregationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Aggregation, Aggregation.Builder

public interface AggregationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasColumns

      boolean hasColumns()
      .io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns columns = 1;
      Returns:
      Whether the columns field is set.
    • getColumns

      .io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns columns = 1;
      Returns:
      The columns.
    • getColumnsOrBuilder

      .io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns columns = 1;
    • hasCount

      boolean hasCount()
      .io.deephaven.proto.backplane.grpc.Aggregation.AggregationCount count = 2;
      Returns:
      Whether the count field is set.
    • getCount

      .io.deephaven.proto.backplane.grpc.Aggregation.AggregationCount count = 2;
      Returns:
      The count.
    • getCountOrBuilder

      .io.deephaven.proto.backplane.grpc.Aggregation.AggregationCount count = 2;
    • hasFirstRowKey

      boolean hasFirstRowKey()
      .io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey first_row_key = 3;
      Returns:
      Whether the firstRowKey field is set.
    • getFirstRowKey

      .io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey first_row_key = 3;
      Returns:
      The firstRowKey.
    • getFirstRowKeyOrBuilder

      Aggregation.AggregationRowKeyOrBuilder getFirstRowKeyOrBuilder()
      .io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey first_row_key = 3;
    • hasLastRowKey

      boolean hasLastRowKey()
      .io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey last_row_key = 4;
      Returns:
      Whether the lastRowKey field is set.
    • getLastRowKey

      .io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey last_row_key = 4;
      Returns:
      The lastRowKey.
    • getLastRowKeyOrBuilder

      Aggregation.AggregationRowKeyOrBuilder getLastRowKeyOrBuilder()
      .io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey last_row_key = 4;
    • hasPartition

      boolean hasPartition()
      .io.deephaven.proto.backplane.grpc.Aggregation.AggregationPartition partition = 5;
      Returns:
      Whether the partition field is set.
    • getPartition

      .io.deephaven.proto.backplane.grpc.Aggregation.AggregationPartition partition = 5;
      Returns:
      The partition.
    • getPartitionOrBuilder

      .io.deephaven.proto.backplane.grpc.Aggregation.AggregationPartition partition = 5;
    • getTypeCase

      Aggregation.TypeCase getTypeCase()