Class DependencyLayerBase
java.lang.Object
io.deephaven.engine.table.impl.select.analyzers.DependencyLayerBase
- All Implemented Interfaces:
LogOutputAppendable
- Direct Known Subclasses:
PreserveColumnLayer
,SelectOrViewColumnLayer
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.deephaven.base.log.LogOutputAppendable
append
-
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