Interface UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingCountWhereOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingCountWhere, UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingCountWhere.Builder
Enclosing class:
UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec

public static interface UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingCountWhereOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasReverseWindowScale

      boolean hasReverseWindowScale()
       The reverse window for the rolling operation, may be in ticks or time-based.
       
      .io.deephaven.proto.backplane.grpc.UpdateByWindowScale reverse_window_scale = 1;
      Returns:
      Whether the reverseWindowScale field is set.
    • getReverseWindowScale

      UpdateByWindowScale getReverseWindowScale()
       The reverse window for the rolling operation, may be in ticks or time-based.
       
      .io.deephaven.proto.backplane.grpc.UpdateByWindowScale reverse_window_scale = 1;
      Returns:
      The reverseWindowScale.
    • getReverseWindowScaleOrBuilder

      UpdateByWindowScaleOrBuilder getReverseWindowScaleOrBuilder()
       The reverse window for the rolling operation, may be in ticks or time-based.
       
      .io.deephaven.proto.backplane.grpc.UpdateByWindowScale reverse_window_scale = 1;
    • hasForwardWindowScale

      boolean hasForwardWindowScale()
       The forward window for the rolling operation, may be in ticks or time-based.
       
      .io.deephaven.proto.backplane.grpc.UpdateByWindowScale forward_window_scale = 2;
      Returns:
      Whether the forwardWindowScale field is set.
    • getForwardWindowScale

      UpdateByWindowScale getForwardWindowScale()
       The forward window for the rolling operation, may be in ticks or time-based.
       
      .io.deephaven.proto.backplane.grpc.UpdateByWindowScale forward_window_scale = 2;
      Returns:
      The forwardWindowScale.
    • getForwardWindowScaleOrBuilder

      UpdateByWindowScaleOrBuilder getForwardWindowScaleOrBuilder()
       The forward window for the rolling operation, may be in ticks or time-based.
       
      .io.deephaven.proto.backplane.grpc.UpdateByWindowScale forward_window_scale = 2;
    • getResultColumn

      String getResultColumn()
       The output column name
       
      string result_column = 3;
      Returns:
      The resultColumn.
    • getResultColumnBytes

      com.google.protobuf.ByteString getResultColumnBytes()
       The output column name
       
      string result_column = 3;
      Returns:
      The bytes for resultColumn.
    • getFiltersList

      List<String> getFiltersList()
       The filters tp apply before counting
       
      repeated string filters = 4;
      Returns:
      A list containing the filters.
    • getFiltersCount

      int getFiltersCount()
       The filters tp apply before counting
       
      repeated string filters = 4;
      Returns:
      The count of filters.
    • getFilters

      String getFilters(int index)
       The filters tp apply before counting
       
      repeated string filters = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The filters at the given index.
    • getFiltersBytes

      com.google.protobuf.ByteString getFiltersBytes(int index)
       The filters tp apply before counting
       
      repeated string filters = 4;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the filters at the given index.