Package io.deephaven.proto.pivot
Interface PivotTableCreationRequestOrBuilder
- All Superinterfaces:
- MessageLiteOrBuilder,- MessageOrBuilder
- All Known Implementing Classes:
- PivotTableCreationRequest,- PivotTableCreationRequest.Builder
- 
Method SummaryModifier and TypeMethodDescriptiongetAggregations(int index) aggregations for the valuesintaggregations 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 tableintfirst 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;intrepeated string row_keys = 2;repeated string row_keys = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
getAggregationsListList<Aggregation> getAggregationsList()aggregations for the values repeated .io.deephaven.proto.backplane.grpc.Aggregation aggregations = 1;
- 
getAggregationsaggregations for the values repeated .io.deephaven.proto.backplane.grpc.Aggregation aggregations = 1;
- 
getAggregationsCountint getAggregationsCount()aggregations for the values repeated .io.deephaven.proto.backplane.grpc.Aggregation aggregations = 1;
- 
getAggregationsOrBuilderListList<? extends AggregationOrBuilder> getAggregationsOrBuilderList()aggregations for the values repeated .io.deephaven.proto.backplane.grpc.Aggregation aggregations = 1;
- 
getAggregationsOrBuilderaggregations for the values repeated .io.deephaven.proto.backplane.grpc.Aggregation aggregations = 1;
- 
getRowKeysListrepeated string row_keys = 2;- Returns:
- A list containing the rowKeys.
 
- 
getRowKeysCountint getRowKeysCount()repeated string row_keys = 2;- Returns:
- The count of rowKeys.
 
- 
getRowKeysrepeated string row_keys = 2;- Parameters:
- index- The index of the element to return.
- Returns:
- The rowKeys at the given index.
 
- 
getRowKeysBytesrepeated string row_keys = 2;- Parameters:
- index- The index of the value to return.
- Returns:
- The bytes of the rowKeys at the given index.
 
- 
getColumnKeysListfirst reference is the input table repeated string column_keys = 3;- Returns:
- A list containing the columnKeys.
 
- 
getColumnKeysCountint getColumnKeysCount()first reference is the input table repeated string column_keys = 3;- Returns:
- The count of columnKeys.
 
- 
getColumnKeysfirst 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.
 
- 
getColumnKeysBytesfirst 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.
 
 
-