Class RedirectionLayer
java.lang.Object
io.deephaven.engine.table.impl.select.analyzers.RedirectionLayer
- All Implemented Interfaces:
LogOutputAppendable
A layer that maintains the row redirection for future SelectColumnLayers.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptioncreateUpdateHandler
(TableUpdate upstream, RowSet toClear, SelectAndViewAnalyzer.UpdateHelper helper, JobScheduler jobScheduler, @Nullable LivenessNode liveResultOwner, Runnable onSuccess, Consumer<Exception> onError) void
toString()
-
Field Details
-
UNSET_INDEX
public static final int UNSET_INDEX- See Also:
-
PARENT_TABLE_INDEX
public static final int PARENT_TABLE_INDEX- See Also:
-
-
Method Details
-
createUpdateHandler
public Runnable createUpdateHandler(TableUpdate upstream, RowSet toClear, SelectAndViewAnalyzer.UpdateHelper helper, JobScheduler jobScheduler, @Nullable @Nullable LivenessNode liveResultOwner, Runnable onSuccess, Consumer<Exception> onError) -
startTrackingPrev
public void startTrackingPrev() -
append
-
toString
-