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 Summary
Modifier and TypeMethodDescriptiongetFilters(int index) The filters tp apply before countingcom.google.protobuf.ByteStringgetFiltersBytes(int index) The filters tp apply before countingintThe filters tp apply before countingThe filters tp apply before countingThe forward window for the rolling operation, may be in ticks or time-based.The forward window for the rolling operation, may be in ticks or time-based.The output column namecom.google.protobuf.ByteStringThe output column nameThe reverse window for the rolling operation, may be in ticks or time-based.The reverse window for the rolling operation, may be in ticks or time-based.booleanThe forward window for the rolling operation, may be in ticks or time-based.booleanThe reverse window for the rolling operation, may be in ticks or time-based.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
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.
-