Interface MultiJoinTable

All Known Implementing Classes:
MultiJoinTableImpl

public interface MultiJoinTable
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the key column names from this multi-join table.
    Get the output table from this multi-join table.
  • Method Details

    • table

      Table table()
      Get the output table 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