Interface StartQueryPlanningResponse.Builder

    • Method Detail

      • queryId

        StartQueryPlanningResponse.Builder queryId​(String queryId)

        The ID of the plan query operation can be used to fetch the actual work unit descriptors that are produced as the result of the operation. The ID is also used to get the query state and as an input to the Execute operation.

        Parameters:
        queryId - The ID of the plan query operation can be used to fetch the actual work unit descriptors that are produced as the result of the operation. The ID is also used to get the query state and as an input to the Execute operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.