Class UnionSourceManager
java.lang.Object
io.deephaven.engine.table.impl.sources.UnionSourceManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull QueryTable
boolean
Determine whether using the component tables directly in a subsequent merge will affect the correctness of that merge.
-
Constructor Details
-
UnionSourceManager
-
-
Method Details
-
isUsingComponentsSafe
public boolean isUsingComponentsSafe()Determine whether using the component tables directly in a subsequent merge will affect the correctness of that merge. This istrue
iff constituents cannot be changed.- Returns:
- If using the component tables is allowed
-
getComponentTables
-
getColumnSources
-
getResult
-