Package io.trino.plugin.bigquery
Class BigQueryReadClientFactory
java.lang.Object
io.trino.plugin.bigquery.BigQueryReadClientFactory
Since Guice recommends to avoid injecting closeable resources (see
https://github.com/google/guice/wiki/Avoid-Injecting-Closable-Resources), this factory creates
short lived clients that can be closed independently.
-
Constructor Summary
ConstructorsConstructorDescriptionBigQueryReadClientFactory(Set<io.trino.plugin.bigquery.BigQueryOptionsConfigurer> configurers) -
Method Summary
-
Constructor Details
-
BigQueryReadClientFactory
@Inject public BigQueryReadClientFactory(Set<io.trino.plugin.bigquery.BigQueryOptionsConfigurer> configurers)
-