Interface QueryExecutionContext.Builder

    • Method Detail

      • database

        QueryExecutionContext.Builder database​(String database)

        The name of the database used in the query execution. The database must exist in the catalog.

        Parameters:
        database - The name of the database used in the query execution. The database must exist in the catalog.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • catalog

        QueryExecutionContext.Builder catalog​(String catalog)

        The name of the data catalog used in the query execution.

        Parameters:
        catalog - The name of the data catalog used in the query execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.