Interface PivotTableViewRequestOrBuilder

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

public interface PivotTableViewRequestOrBuilder extends MessageOrBuilder
  • Method Details

    • hasPivotTableOffset

      boolean hasPivotTableOffset()
       Offset of the pivot table in the incoming plugin references.
       
      int32 pivot_table_offset = 1;
      Returns:
      Whether the pivotTableOffset field is set.
    • getPivotTableOffset

      int getPivotTableOffset()
       Offset of the pivot table in the incoming plugin references.
       
      int32 pivot_table_offset = 1;
      Returns:
      The pivotTableOffset.
    • hasExistingViewOffset

      boolean hasExistingViewOffset()
       Offset of the existing PivotTableView in the incoming plugin references array. The result view will inherit the
       PivotTable from the existing view. The two views will share state used for caching snapshot data, but the server
       implementation may limit parallelism when performing snapshots for either view.
       Use this field when you intend to stop using the existing view and instead begin to use the result view.
       
      int32 existing_view_offset = 2;
      Returns:
      Whether the existingViewOffset field is set.
    • getExistingViewOffset

      int getExistingViewOffset()
       Offset of the existing PivotTableView in the incoming plugin references array. The result view will inherit the
       PivotTable from the existing view. The two views will share state used for caching snapshot data, but the server
       implementation may limit parallelism when performing snapshots for either view.
       Use this field when you intend to stop using the existing view and instead begin to use the result view.
       
      int32 existing_view_offset = 2;
      Returns:
      The existingViewOffset.
    • hasExpansions

      boolean hasExpansions()
       Description for the expansions that define this view of the PivotTable. If not present, the result will
       have default expansions.
       
      .io.deephaven.proto.pivot.PivotTableViewExpansionsMessage expansions = 3;
      Returns:
      Whether the expansions field is set.
    • getExpansions

       Description for the expansions that define this view of the PivotTable. If not present, the result will
       have default expansions.
       
      .io.deephaven.proto.pivot.PivotTableViewExpansionsMessage expansions = 3;
      Returns:
      The expansions.
    • getExpansionsOrBuilder

       Description for the expansions that define this view of the PivotTable. If not present, the result will
       have default expansions.
       
      .io.deephaven.proto.pivot.PivotTableViewExpansionsMessage expansions = 3;
    • getTargetCase