Class ViewColumnLayer
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.ViewColumnLayer
- All Implemented Interfaces:
LogOutputAppendable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static <T> T
allowLivenessReferentResults
(@NotNull Supplier<T> supplier) boolean
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
-
hasRefreshingLogic
public boolean hasRefreshingLogic() -
append
-
allowCrossColumnParallelization
public boolean allowCrossColumnParallelization() -
allowLivenessReferentResults
@InternalUseOnly public static <T> T allowLivenessReferentResults(@NotNull @NotNull Supplier<T> supplier) -
toString
-