Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComplexType ¶
type ComplexType struct { Name string `bigquery:"name"` Age int `bigquery:"age"` School []byte `bigquery:"school"` Location bigquery.NullGeography `bigquery:"location"` Measurements []float64 `bigquery:"measurements"` DatesTime DatesTime `bigquery:"datesTime"` }
ComplexType represents a complex row item
Source Files ¶
- bigquery_add_empty_column.go
- bigquery_browse_table.go
- bigquery_create_materialized_view.go
- bigquery_create_table.go
- bigquery_create_table_clustered.go
- bigquery_create_table_cmek.go
- bigquery_create_table_external_hivepartitioned.go
- bigquery_create_table_from_template.go
- bigquery_create_table_partitioned.go
- bigquery_create_table_range_partitioned.go
- bigquery_create_view.go
- bigquery_delete_label_table.go
- bigquery_delete_materialized_view.go
- bigquery_delete_table.go
- bigquery_get_table.go
- bigquery_get_table_labels.go
- bigquery_get_view.go
- bigquery_grant_view_access.go
- bigquery_inserting_data_types.go
- bigquery_label_table.go
- bigquery_list_tables.go
- bigquery_nested_repeated_schema.go
- bigquery_relax_column.go
- bigquery_table_exists.go
- bigquery_table_insert_rows.go
- bigquery_undelete_table.go
- bigquery_update_iam_policy.go
- bigquery_update_materialized_view.go
- bigquery_update_table_cmek.go
- bigquery_update_table_description.go
- bigquery_update_table_expiration.go
- bigquery_update_view_query.go
Click to show internal directories.
Click to hide internal directories.