Uses of Class
org.pipecraft.infra.bq.BQResultsIterator
-
Packages that use BQResultsIterator Package Description org.pipecraft.infra.bq -
-
Uses of BQResultsIterator in org.pipecraft.infra.bq
Methods in org.pipecraft.infra.bq that return BQResultsIterator Modifier and Type Method Description <R,F>
BQResultsIterator<R,F>BigQueryConnector. execute(BQQuery<R,F> query)Runs a query synchronously.<R,F>
BQResultsIterator<R,F>BigQueryConnector. execute(BQQuery<R,F> query, QueryExecutionConfig config)Runs a query synchronously.Constructor parameters in org.pipecraft.infra.bq with type arguments of type BQResultsIterator Constructor Description BQQueryResultFuture(com.google.common.util.concurrent.ListenableFuture<BQResultsIterator<R,F>> future)
-