Package io.deephaven.engine.table
Interface MultiJoinTable
- All Known Implementing Classes:
MultiJoinTableImpl
public interface MultiJoinTable
-
Method Details
-
table
Table table()Get the outputtable
from this multi-join table.- Returns:
- The output
table
-
keyColumns
Collection<String> keyColumns()Get the key column names from this multi-join table.- Returns:
- The key column names as a collection of strings
-