Package | Description |
---|---|
com.google.cloud.bigquery |
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
|
Modifier and Type | Method and Description |
---|---|
static BigQuery.TableDataListOption |
BigQuery.TableDataListOption.pageSize(long pageSize)
Returns an option to specify the maximum number of rows returned per page.
|
static BigQuery.TableDataListOption |
BigQuery.TableDataListOption.pageToken(String pageToken)
Returns an option to specify the page token from which to start listing table data.
|
static BigQuery.TableDataListOption |
BigQuery.TableDataListOption.startIndex(long index)
Returns an option that sets the zero-based index of the row from which to start listing table
data.
|
Modifier and Type | Method and Description |
---|---|
TableResult |
Table.list(BigQuery.TableDataListOption... options)
Returns the paginated list rows in this table.
|
TableResult |
Table.list(Schema schema,
BigQuery.TableDataListOption... options)
Returns the paginated list rows in this table.
|
TableResult |
BigQuery.listTableData(String datasetId,
String tableId,
BigQuery.TableDataListOption... options)
Lists the table's rows.
|
TableResult |
BigQuery.listTableData(String datasetId,
String tableId,
Schema schema,
BigQuery.TableDataListOption... options)
Lists the table's rows.
|
TableResult |
BigQuery.listTableData(TableId tableId,
BigQuery.TableDataListOption... options)
Lists the table's rows.
|
TableResult |
BigQuery.listTableData(TableId tableId,
Schema schema,
BigQuery.TableDataListOption... options)
Lists the table's rows.
|
Copyright © 2019 Google LLC. All rights reserved.