Interface ComboAggregateRequestOrBuilder

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

@Deprecated public interface ComboAggregateRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
Deprecated.
  • Method Details

    • hasResultId

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

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

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

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

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

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

      Deprecated.
      repeated .io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate aggregates = 3;
    • getAggregates

      ComboAggregateRequest.Aggregate getAggregates(int index)
      Deprecated.
      repeated .io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate aggregates = 3;
    • getAggregatesCount

      int getAggregatesCount()
      Deprecated.
      repeated .io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate aggregates = 3;
    • getAggregatesOrBuilderList

      List<? extends ComboAggregateRequest.AggregateOrBuilder> getAggregatesOrBuilderList()
      Deprecated.
      repeated .io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate aggregates = 3;
    • getAggregatesOrBuilder

      ComboAggregateRequest.AggregateOrBuilder getAggregatesOrBuilder(int index)
      Deprecated.
      repeated .io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate aggregates = 3;
    • getGroupByColumnsList

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

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

      String getGroupByColumns(int index)
      Deprecated.
      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)
      Deprecated.
      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.
    • getForceCombo

      boolean getForceCombo()
      Deprecated.
       don't use direct single-aggregate table operations even if there is only a single aggregate
       
      bool force_combo = 5;
      Returns:
      The forceCombo.