Package io.deephaven.proto.pivot
Interface PivotTableCreationRequestOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder
,MessageOrBuilder
- All Known Implementing Classes:
PivotTableCreationRequest
,PivotTableCreationRequest.Builder
-
Method Summary
Modifier and TypeMethodDescriptiongetAggregations
(int index) aggregations for the valuesint
aggregations for the valuesaggregations for the valuesgetAggregationsOrBuilder
(int index) aggregations for the valuesList<? extends AggregationOrBuilder>
aggregations for the valuesgetColumnKeys
(int index) first reference is the input tablegetColumnKeysBytes
(int index) first reference is the input tableint
first reference is the input tablefirst reference is the input tablegetRowKeys
(int index) repeated string row_keys = 2;
getRowKeysBytes
(int index) repeated string row_keys = 2;
int
repeated string row_keys = 2;
repeated string row_keys = 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
-
getAggregationsList
List<Aggregation> getAggregationsList()aggregations for the values
repeated .io.deephaven.proto.backplane.grpc.Aggregation aggregations = 1;
-
getAggregations
aggregations for the values
repeated .io.deephaven.proto.backplane.grpc.Aggregation aggregations = 1;
-
getAggregationsCount
int getAggregationsCount()aggregations for the values
repeated .io.deephaven.proto.backplane.grpc.Aggregation aggregations = 1;
-
getAggregationsOrBuilderList
List<? extends AggregationOrBuilder> getAggregationsOrBuilderList()aggregations for the values
repeated .io.deephaven.proto.backplane.grpc.Aggregation aggregations = 1;
-
getAggregationsOrBuilder
aggregations for the values
repeated .io.deephaven.proto.backplane.grpc.Aggregation aggregations = 1;
-
getRowKeysList
repeated string row_keys = 2;
- Returns:
- A list containing the rowKeys.
-
getRowKeysCount
int getRowKeysCount()repeated string row_keys = 2;
- Returns:
- The count of rowKeys.
-
getRowKeys
repeated string row_keys = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The rowKeys at the given index.
-
getRowKeysBytes
repeated string row_keys = 2;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the rowKeys at the given index.
-
getColumnKeysList
first reference is the input table
repeated string column_keys = 3;
- Returns:
- A list containing the columnKeys.
-
getColumnKeysCount
int getColumnKeysCount()first reference is the input table
repeated string column_keys = 3;
- Returns:
- The count of columnKeys.
-
getColumnKeys
first reference is the input table
repeated string column_keys = 3;
- Parameters:
index
- The index of the element to return.- Returns:
- The columnKeys at the given index.
-
getColumnKeysBytes
first reference is the input table
repeated string column_keys = 3;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the columnKeys at the given index.
-