Interface AggregateAllRequestOrBuilder

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

public interface AggregateAllRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getGroupByColumns(int index)
    repeated string group_by_columns = 4;
    com.google.protobuf.ByteString
    repeated string group_by_columns = 4;
    int
    repeated string group_by_columns = 4;
    repeated string group_by_columns = 4;
    .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
    .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
    .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
    .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
    .io.deephaven.proto.backplane.grpc.AggSpec spec = 3;
    .io.deephaven.proto.backplane.grpc.AggSpec spec = 3;
    boolean
    .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
    boolean
    .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
    boolean
    .io.deephaven.proto.backplane.grpc.AggSpec spec = 3;

    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

    • hasResultId

      boolean hasResultId()
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
      Returns:
      Whether the resultId field is set.
    • getResultId

      Ticket getResultId()
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
      Returns:
      The resultId.
    • getResultIdOrBuilder

      TicketOrBuilder getResultIdOrBuilder()
      .io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
    • hasSourceId

      boolean hasSourceId()
      .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
      Returns:
      Whether the sourceId field is set.
    • getSourceId

      TableReference getSourceId()
      .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
      Returns:
      The sourceId.
    • getSourceIdOrBuilder

      TableReferenceOrBuilder getSourceIdOrBuilder()
      .io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
    • hasSpec

      boolean hasSpec()
      .io.deephaven.proto.backplane.grpc.AggSpec spec = 3;
      Returns:
      Whether the spec field is set.
    • getSpec

      AggSpec getSpec()
      .io.deephaven.proto.backplane.grpc.AggSpec spec = 3;
      Returns:
      The spec.
    • getSpecOrBuilder

      AggSpecOrBuilder getSpecOrBuilder()
      .io.deephaven.proto.backplane.grpc.AggSpec spec = 3;
    • getGroupByColumnsList

      List<String> getGroupByColumnsList()
      repeated string group_by_columns = 4;
      Returns:
      A list containing the groupByColumns.
    • getGroupByColumnsCount

      int getGroupByColumnsCount()
      repeated string group_by_columns = 4;
      Returns:
      The count of groupByColumns.
    • getGroupByColumns

      String getGroupByColumns(int index)
      repeated string group_by_columns = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The groupByColumns at the given index.
    • getGroupByColumnsBytes

      com.google.protobuf.ByteString getGroupByColumnsBytes(int index)
      repeated string group_by_columns = 4;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the groupByColumns at the given index.