Package io.deephaven.api.updateby
Class DeltaControl
java.lang.Object
io.deephaven.api.updateby.DeltaControl
An object for controlling the behavior of a
UpdateByOperation.Delta(String...)} operation.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceA class for constructingDeltaControlinstances -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DeltaControlstatic final DeltaControlstatic final DeltaControlstatic final DeltaControl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DeltaControl.Builderbuilder()Get a newDeltaControl.Builderfor constructionDeltaControlobjects.Get the behavior of the Delta operation when null values are encountered.
-
Field Details
-
NULL_DOMINATES
-
VALUE_DOMINATES
-
ZERO_DOMINATES
-
DEFAULT
-
-
Constructor Details
-
DeltaControl
public DeltaControl()
-
-
Method Details
-
builder
Get a newDeltaControl.Builderfor constructionDeltaControlobjects.- Returns:
- a new
DeltaControl.Builder
-
nullBehavior
Get the behavior of the Delta operation when null values are encountered.- Returns:
- the
NullBehavior
-