Uses of Class
com.google.cloud.bigquery.BiEngineReason
-
Packages that use BiEngineReason Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of BiEngineReason in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return BiEngineReason Modifier and Type Method Description abstract BiEngineReason
BiEngineReason.Builder. build()
Creates aBiEngineReason
object.Methods in com.google.cloud.bigquery that return types with arguments of type BiEngineReason Modifier and Type Method Description abstract List<BiEngineReason>
BiEngineStats. getBiEngineReasons()
In case of DISABLED or PARTIAL bi_engine_mode, these contain the explanatory reasons as to why BI Engine could not accelerate.Method parameters in com.google.cloud.bigquery with type arguments of type BiEngineReason Modifier and Type Method Description abstract BiEngineStats.Builder
BiEngineStats.Builder. setBiEngineReasons(List<BiEngineReason> biEngineReasons)
In case of DISABLED or PARTIAL bi_engine_mode, these contain the explanatory reasons as to why BI Engine could not accelerate.
-