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 Summary
Modifier and TypeMethodDescriptiongetAggregates
(int index) Deprecated.repeated .io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate aggregates = 3;
int
Deprecated.repeated .io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate aggregates = 3;
Deprecated.repeated .io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate aggregates = 3;
getAggregatesOrBuilder
(int index) Deprecated.repeated .io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate aggregates = 3;
List<? extends ComboAggregateRequest.AggregateOrBuilder>
Deprecated.repeated .io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate aggregates = 3;
boolean
Deprecated.don't use direct single-aggregate table operations even if there is only a single aggregategetGroupByColumns
(int index) Deprecated.repeated string group_by_columns = 4;
com.google.protobuf.ByteString
getGroupByColumnsBytes
(int index) Deprecated.repeated string group_by_columns = 4;
int
Deprecated.repeated string group_by_columns = 4;
Deprecated.repeated string group_by_columns = 4;
Deprecated..io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
Deprecated..io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
Deprecated..io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
Deprecated..io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
boolean
Deprecated..io.deephaven.proto.backplane.grpc.Ticket result_id = 1;
boolean
Deprecated..io.deephaven.proto.backplane.grpc.TableReference source_id = 2;
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()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
List<ComboAggregateRequest.Aggregate> getAggregatesList()Deprecated.repeated .io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate aggregates = 3;
-
getAggregates
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
Deprecated.repeated .io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate aggregates = 3;
-
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
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.
-