Class SelectColumnLayer
java.lang.Object
io.deephaven.engine.table.impl.select.analyzers.DependencyLayerBase
io.deephaven.engine.table.impl.select.analyzers.SelectOrViewColumnLayer
io.deephaven.engine.table.impl.select.analyzers.SelectColumnLayer
- All Implemented Interfaces:
LogOutputAppendable
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionboolean
createUpdateHandler
(TableUpdate originalUpdate, RowSet toClear, SelectAndViewAnalyzer.UpdateHelper helper, JobScheduler jobScheduler, @Nullable LivenessNode liveResultOwner, Runnable onSuccess, Consumer<Exception> onError) toString()
Methods inherited from class io.deephaven.engine.table.impl.select.analyzers.SelectOrViewColumnLayer
startTrackingPrev
Methods inherited from class io.deephaven.engine.table.impl.select.analyzers.DependencyLayerBase
getModifiedColumnSet
-
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
-
getLayerDependencySet
-
createUpdateHandler
public Runnable createUpdateHandler(TableUpdate originalUpdate, RowSet toClear, SelectAndViewAnalyzer.UpdateHelper helper, JobScheduler jobScheduler, @Nullable @Nullable LivenessNode liveResultOwner, Runnable onSuccess, Consumer<Exception> onError) -
append
-
allowCrossColumnParallelization
public boolean allowCrossColumnParallelization() -
toString
-