Имя |
Описание |
BigQueryClient |
Google Cloud BigQuery client. Allows you to create, manage, share and query
data. Find more information at
[Google Cloud BigQuery Docs](https://cloud.google.com/bigquery/what-is-bigquery). |
Bytes |
Represents a value with a data type of
[bytes](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#bytes-type). |
Dataset |
[Datasets](https://cloud.google.com/bigquery/what-is-bigquery#datasets) allow
you to organize and control access to your tables. |
Date |
Represents a value with a data type of
[Date](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#date-type). |
InsertResponse |
Represents the result of streaming data into a table. |
Job |
[Jobs](https://cloud.google.com/bigquery/docs/reference/v2/jobs) are objects
that manage asynchronous tasks such as running queries, loading data, and
exporting data. |
QueryResults |
QueryResults represent the result of a BigQuery SQL query. Read more at the
[Query Response API Documentation](https://cloud.google.com/bigquery/docs/reference/v2/jobs/query#response). |
Time |
Represents a value with a data type of
[Time](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#time-type). |
Timestamp |
Represents a value with a data type of
[Timestamp](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#timestamp-type). |
ValueMapper |
Maps values to their expected BigQuery types. This class is intended for
internal use only. |