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
Modifier and TypeClassDescriptionstatic interface
A class for constructingDeltaControl
instances -
Field Summary
Modifier and TypeFieldDescriptionstatic final DeltaControl
static final DeltaControl
static final DeltaControl
static final DeltaControl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DeltaControl.Builder
builder()
Get a newDeltaControl.Builder
for constructionDeltaControl
objects.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.Builder
for constructionDeltaControl
objects.- Returns:
- a new
DeltaControl.Builder
-
nullBehavior
Get the behavior of the Delta operation when null values are encountered.- Returns:
- the
NullBehavior
-