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 intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic <T> TallowLivenessReferentResults(@NotNull Supplier<T> supplier) booleantoString()Methods inherited from class io.deephaven.engine.table.impl.select.analyzers.SelectOrViewColumnLayer
startTrackingPrevMethods 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
-