Interface PivotTableCreationRequestOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
PivotTableCreationRequest, PivotTableCreationRequest.Builder

public interface PivotTableCreationRequestOrBuilder extends MessageOrBuilder
  • Method Details

    • getAggregationsList

      List<Aggregation> getAggregationsList()
       aggregations for the values
       
      repeated .io.deephaven.proto.backplane.grpc.Aggregation aggregations = 1;
    • getAggregations

      Aggregation getAggregations(int index)
       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

      AggregationOrBuilder getAggregationsOrBuilder(int index)
       aggregations for the values
       
      repeated .io.deephaven.proto.backplane.grpc.Aggregation aggregations = 1;
    • getRowKeysList

      List<String> 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

      String getRowKeys(int index)
      repeated string row_keys = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The rowKeys at the given index.
    • getRowKeysBytes

      ByteString getRowKeysBytes(int index)
      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

      List<String> 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

      String getColumnKeys(int index)
       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

      ByteString getColumnKeysBytes(int index)
       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.