Uses of Class
com.google.cloud.bigquery.BigtableColumnFamily
-
Packages that use BigtableColumnFamily Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of BigtableColumnFamily in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return BigtableColumnFamily Modifier and Type Method Description abstract BigtableColumnFamily
BigtableColumnFamily.Builder. build()
Methods in com.google.cloud.bigquery that return types with arguments of type BigtableColumnFamily Modifier and Type Method Description List<BigtableColumnFamily>
BigtableOptions. getColumnFamilies()
Method parameters in com.google.cloud.bigquery with type arguments of type BigtableColumnFamily Modifier and Type Method Description BigtableOptions.Builder
BigtableOptions.Builder. setColumnFamilies(List<BigtableColumnFamily> columnFamilies)
List of column families to expose in the table schema along with their types.
-