Uses of Class
com.google.cloud.bigquery.BigtableColumn
-
Packages that use BigtableColumn Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of BigtableColumn in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return BigtableColumn Modifier and Type Method Description abstract BigtableColumn
BigtableColumn.Builder. build()
Methods in com.google.cloud.bigquery that return types with arguments of type BigtableColumn Modifier and Type Method Description abstract List<BigtableColumn>
BigtableColumnFamily. getColumns()
Method parameters in com.google.cloud.bigquery with type arguments of type BigtableColumn Modifier and Type Method Description abstract BigtableColumnFamily.Builder
BigtableColumnFamily.Builder. setColumns(List<BigtableColumn> columns)
Lists of columns that should be exposed as individual fields as opposed to a list of (column name, value) pairs.
-