Interface AnalysisSchema.Builder

    • Method Detail

      • referencedTables

        AnalysisSchema.Builder referencedTables​(Collection<String> referencedTables)

        The tables referenced in the analysis schema.

        Parameters:
        referencedTables - The tables referenced in the analysis schema.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • referencedTables

        AnalysisSchema.Builder referencedTables​(String... referencedTables)

        The tables referenced in the analysis schema.

        Parameters:
        referencedTables - The tables referenced in the analysis schema.
        Returns:
        Returns a reference to this object so that method calls can be chained together.