Package io.deephaven.engine.table.impl
Class MultiJoinTableImpl
java.lang.Object
io.deephaven.engine.table.impl.MultiJoinTableImpl
- All Implemented Interfaces:
MultiJoinTable
-
Method Details
-
table
Get the outputtable
from this multi-join table.- Specified by:
table
in interfaceMultiJoinTable
- Returns:
- The output
table
-
keyColumns
Description copied from interface:MultiJoinTable
Get the key column names from this multi-join table.- Specified by:
keyColumns
in interfaceMultiJoinTable
- Returns:
- The key column names as a collection of strings
-