id stringlengths 16 145 | text stringlengths 1 179k | title stringclasses 1
value |
|---|---|---|
django_CharField/607740_157_0.txt | Posted on \--/--/---- --:-- AM | |
django_CharField/jsondata_163_0.txt | * [ AI applications overview ](/bigquery/docs/ai-application-overview)
* [ Choose a natural language processing function ](/bigquery/docs/choose-ml-text-function) | |
django_CharField/workingwithjson_186_0.txt | from google.cloud.spanner_admin_database_v1.types import \
spanner_database_admin | |
django_CharField/jsondata_103_0.txt | * [ Schedule transfers ](/bigquery/docs/sfmc-transfer) | |
django_CharField/jsondata_242_0.txt | * [ Control access with VPC service controls ](/bigquery/docs/vpc-sc)
* [ Control table and dataset access with tags ](/bigquery/docs/tags)
* [ Control access with conditions ](/bigquery/docs/conditions) | |
django_CharField/jsondatahtml_34_0.txt | struct tm utc;
now.GetUniversalTime(&utc);
DateTime from_utc(DateTime::DateTimeFromLocal(utc)); | |
django_CharField/607740_165_0.txt | ](http://twitter.com/share?text=Application Integration - json scheme 'number'
parameter issue&url=https://www.googlecloudcommunity.com/gc/Integration-
Services/Application-Integration-json-scheme-number-parameter-
issue/m-p/607740) | |
django_CharField/workingwithjson_51_0.txt | * Migrate | |
django_CharField/jsondata_226_0.txt | * [ Introduction ](/bigquery/docs/monitoring)
* [ Monitor resource utilization and jobs ](/bigquery/docs/admin-resource-charts)
* [ Monitor Analytics Hub listings ](/bigquery/docs/analytics-hub-monitor-listings)
* [ Monitor BI Engine ](/bigquery/docs/bi-engine-monitor)
* [ Monitor data quality ](/bigquery/docs/dat... | |
django_CharField/workingwithjson_221_0.txt | ctx := context.Background()
client, err := spanner.NewClient(ctx, db)
if err != nil {
return err
}
defer client.Close() | |
django_CharField/607740_143_0.txt | Reply posted on \--/--/---- --:-- AM | |
django_CharField/jsondata_145_0.txt | * Use geospatial analytics | |
django_CharField/workingwithjson_68_0.txt | * [ Spanner with Spring Data ](/spanner/docs/adding-spring)
* [ Write a Spring Boot app that connects to Spanner ](/spanner/docs/write-spring-boot-app)
* Spanner with GORM | |
django_CharField/django_CharField_9_0.txt | ### ` db_tablespace ` ¶
` Field. ` ` db_tablespace ` ¶
The name of the [ database tablespace ](../../../topics/db/tablespaces/) to
use for this field’s index, if this field is indexed. The default is the
project’s [ ` DEFAULT_INDEX_TABLESPACE ` ](../../settings/#std-setting-
DEFAULT_INDEX_TABLESPACE) sett... | |
django_CharField/workingwithjson_103_0.txt | * [ Monitor instance performance using insights ](/spanner/docs/monitoring-console)
* [ Monitor instances using Cloud Monitoring ](/spanner/docs/monitoring-cloud)
* [ CPU utilization metrics ](/spanner/docs/cpu-utilization)
* [ Investigate high CPU utilization ](/spanner/docs/introspection/investigate-cpu-utilizati... | |
django_CharField/jsondatahtml_76_0.txt |
The API is designed such that as long as you preserve constness then
everything will work properly. But you ` const_cast ` away constness then the
library will catch you. | |
django_CharField/jsondata_246_0.txt | * Manage policy tags | |
django_CharField/jsondata_229_0.txt | * Optimize resources | |
django_CharField/jsondata_178_0.txt | * [ Generate text embeddings using an LLM ](/bigquery/docs/generate-text-embedding)
* [ Generate image embeddings using an LLM ](/bigquery/docs/generate-visual-content-embedding)
* [ Generate and search multimodal embeddings ](/bigquery/docs/generate-multimodal-embeddings)
* [ Generate text embeddings using pretrain... | |
django_CharField/workingwithjson_197_0.txt | database_path = db_admin_client.database_path project: project_id,
instance: instance_id,
database: database_id | |
django_CharField/jsondata_75_0.txt | * [ Introduction ](/bigquery/docs/loading-data)
* BigQuery Data Transfer Service | |
django_CharField/workingwithjson_341_0.txt | CREATE TABLE Venues (
VenueId INT64 NOT NULL,
VenueName STRING(1024),
VenueAddress STRING(1024),
DateOpened DATE,
VenueDetails JSON,
Details STRING(MAX) AS (JSON_VALUE(VenueDetails, json_path)) STORED
) PRIMARY KEY(VenueId); | |
django_CharField/workingwithjson_191_0.txt | print(
'Altered table "Venues" on database {} on instance {}.'.format(
database_id, instance_id
)
) | |
django_CharField/workingwithjson_288_0.txt | To learn how to install and use the client library for Spanner, see [ Spanner
client libraries ](/spanner/docs/reference/libraries) . | |
django_CharField/jsondata_376_0.txt | SELECT JSON_VALUE(cart.name) AS name
FROM mydataset.table1; | |
django_CharField/607740_167_0.txt | https://www.googlecloudcommunity.com/html/@BA4B8F5B12739C28A35AEDB252AA7576/assets/google-
copy-url-icon.png) Copy URL | |
django_CharField/jsondata_104_0.txt | * Search Ads 360 | |
django_CharField/workingwithjson_167_0.txt | // Imports the Google Cloud client library
const {Spanner} = require('@google-cloud/spanner'); | |
django_CharField/jsondata_50_0.txt | * [ Introduction ](/bigquery/docs/tables-intro)
* [ Create and use tables ](/bigquery/docs/tables)
* Specify table schemas | |
django_CharField/jsondata_43_0.txt | * Teradata | |
django_CharField/workingwithjson_124_0.txt | **PostgreSQL interface note:** The ` JSON ` data type is not supported in
PostgreSQL-dialect databases. Use the [ ` JSONB ` data type
](/spanner/docs/working-with-jsonb) for PostgreSQL-dialect databases. | |
django_CharField/jsondata_212_0.txt | * [ Introduction ](/bigquery/docs/table-snapshots-intro)
* [ Create table snapshots ](/bigquery/docs/table-snapshots-create)
* [ Restore table snapshots ](/bigquery/docs/table-snapshots-restore)
* [ List table snapshots ](/bigquery/docs/table-snapshots-list)
* [ View table snapshot metadata ](/bigquery/docs/table-... | |
django_CharField/django_CharField_50_0.txt | ### ` UUIDField ` ¶
_ class _ ` UUIDField ` ( _ ** options _ ) ¶
A field for storing universally unique identifiers. Uses Python’s [ ` UUID `
](https://docs.python.org/3/library/uuid.html#uuid.UUID "\(in Python v3.12\)")
class. When used on PostgreSQL and MariaDB 10.7+, this stores in a ` uuid `
dataty... | |
django_CharField/jsondata_185_0.txt | * Clustering | |
django_CharField/jsondata_225_0.txt | * Monitor workloads | |
django_CharField/jsondata_92_0.txt | * [ Schedule transfers ](/bigquery/docs/google-ads-transfer)
* [ Report transformation ](/bigquery/docs/google-ads-transformation) | |
django_CharField/workingwithjson_169_0.txt | const databaseAdminClient = spanner.getDatabaseAdminClient(); | |
django_CharField/jsondata_20_0.txt | * Get started | |
django_CharField/jsondata_167_0.txt | * [ End-to-end journey per model ](/bigquery/docs/e2e-journey)
* [ Model creation overview ](/bigquery/docs/model-overview)
* Feature preprocessing | |
django_CharField/workingwithjson_37_0.txt | * [ Manage and observe long-running operations ](/spanner/docs/manage-and-observe-long-running-operations)
* Configure time to live (TTL) | |
django_CharField/jsondata_380_0.txt | +-------------------------------+
| first_item |
+-------------------------------+
| {"price":10,"product":"book"} |
+-------------------------------+ | |
django_CharField/jsondata_356_0.txt | SELECT cart.name
FROM mydataset.table1; | |
django_CharField/django_CharField_46_0.txt | ### ` SmallIntegerField ` ¶
_ class _ ` SmallIntegerField ` ( _ ** options _ ) ¶
Like an ` IntegerField ` , but only allows values under a certain (database-
dependent) point. Values from ` -32768 ` to ` 32767 ` are safe in all
databases supported by Django.
| |
django_CharField/workingwithjson_46_0.txt | * [ Fine-grained access control overview ](/spanner/docs/fgac-about)
* [ Fine-grained access control for change streams ](/spanner/docs/fgac-change-streams)
* [ Fine-grained access control for sequences ](/spanner/docs/fgac-sequences)
* [ Fine-grained access control for models ](/spanner/docs/fgac-models)
* [ Confi... | |
django_CharField/workingwithjson_336_0.txt | query = "SELECT VenueId, VenueDetails FROM Venues
WHERE JSON_VALUE(VenueDetails, '$.rating') = JSON_VALUE(@details, '$.rating')"
result = client.execute_query query,
params: { details: { rating: 9 } },
types: { details: :JSON } | |
django_CharField/jsondata_72_0.txt | * [ Introduction ](/bigquery/docs/vector-search-intro)
* [ Manage vector indexes ](/bigquery/docs/vector-index) | |
django_CharField/jsondatahtml_73_0.txt | assert(mutable_data.IsMutable() == true);
assert(immutable_data.IsMutable() == false); | |
django_CharField/jsondata_191_0.txt | * Anomaly detection | |
django_CharField/jsondata_193_0.txt | * Imported and remote models | |
django_CharField/jsondatahtml_77_0.txt | The proper way to have constructed ` immutable_data ` in the previous example
would be:
**` const ` ** MyData immutable_data(storage);
That way the compiler would have caught the invalid call to `
immutable_data.MutableStorage() ` because of the call from a ` const `
instance to a non- ` const ` method. | |
django_CharField/jsondata_18_0.txt | * [ Product overview ](/bigquery/docs/introduction)
* How does BigQuery work? | |
django_CharField/jsondata_115_0.txt | * [ Read data with the Storage Read API ](/bigquery/docs/reference/storage)
* Write data with the Storage Write API | |
django_CharField/workingwithjson_35_0.txt | * [ Manage resources using Data Catalog ](/spanner/docs/dc-integration)
* Design and manage a database schema | |
django_CharField/jsondatahtml_30_0.txt |
### Dates and Times | |
django_CharField/jsondata_241_0.txt | * [ Authorized datasets ](/bigquery/docs/authorized-datasets)
* [ Authorized routines ](/bigquery/docs/authorized-routines)
* [ Authorized views ](/bigquery/docs/authorized-views) | |
django_CharField/workingwithjson_285_0.txt | // If you are using .NET Core 3.1 or later, you can use System.Text.Json for serialization instead.
var jsonValue = JsonConvert.SerializeObject(new { rating = 9 });
// Get all venues with rating 9.
using var cmd = connection.CreateSelectCommand(
@"SELECT VenueId, VenueDetails
FROM Venues
WHERE JSON_VALUE(VenueDetails, ... | |
django_CharField/jsondata_336_0.txt | message SampleData {
optional string string_col = 1;
optional int64 int64_col = 2;
optional string json_col = 3;
} | |
django_CharField/jsondata_395_0.txt | JSON can contain JSON arrays, which are not directly equivalent to an `
ARRAY<JSON> ` type in BigQuery. You can use the following functions to extract
a BigQuery ` ARRAY ` from JSON: | |
django_CharField/workingwithjson_24_0.txt | * [ Set up with drivers ](/spanner/docs/getting-started/set-up)
* [ JDBC quickstart ](/spanner/docs/getting-started/jdbc) | |
django_CharField/workingwithjson_218_0.txt | import (
"context"
"fmt"
"io"
"regexp" | |
django_CharField/jsondata_370_0.txt | If a member with the specified name is not found in the JSON object, or if the
JSON array doesn't have an element with the specified position, then these
operators return SQL ` NULL ` . | |
django_CharField/jsondata_105_0.txt | * [ Schedule transfers ](/bigquery/docs/search-ads-transfer)
* [ Transfer report transformation ](/bigquery/docs/search-ads-transformation)
* [ Migration guide ](/bigquery/docs/search-ads-migration-guide) | |
django_CharField/jsondata_4_0.txt | [ Cross-product tools ](https://cloud.google.com/docs/cross-product-overviews) | |
django_CharField/workingwithjson_327_0.txt | example_json = json.dumps({"rating": 9})
param = {"details": example_json}
param_type = {"details": param_types.JSON} | |
django_CharField/jsondata_374_0.txt | ### Extract values as strings | |
django_CharField/workingwithjson_234_0.txt | try (Spanner spanner =
SpannerOptions.newBuilder().setProjectId(projectId).build().getService()) {
DatabaseClient client =
spanner.getDatabaseClient(DatabaseId.of(projectId, instanceId, databaseId));
updateJsonData(client);
}
} | |
django_CharField/607740_105_0.txt | [ vsy ](https://www.googlecloudcommunity.com/gc/user/viewprofilepage/user-
id/301112) | |
django_CharField/jsondata_273_0.txt | This document describes how to create a table with a ` JSON ` column, insert
JSON data into a BigQuery table, and query JSON data. | |
django_CharField/jsondata_344_0.txt | client = bigquery.Client(project=project_id)
table_obj = client.get_table(table_id) | |
django_CharField/jsondata_319_0.txt | The following example assumes that you have a CSV file named ` file1.csv `
that contains the following records: | |
django_CharField/jsondata_393_0.txt | * [ ` LAX_STRING ` ](/bigquery/docs/reference/standard-sql/json_functions#lax_string)
* [ ` LAX_BOOL ` ](/bigquery/docs/reference/standard-sql/json_functions#lax_bool)
* [ ` LAX_INT64 ` ](/bigquery/docs/reference/standard-sql/json_functions#lax_int64)
* [ ` LAX_FLOAT64 ` ](/bigquery/docs/reference/standard-sql/json_fun... | |
django_CharField/jsondatahtml_31_0.txt | #include "googleapis/client/util/date_time.h"
using googleapis::client::DateTime; | |
django_CharField/workingwithjson_348_0.txt | [{ "type": "thumb-down", "id": "hardToUnderstand", "label":"Hard to
understand" },{ "type": "thumb-down", "id":
"incorrectInformationOrSampleCode", "label":"Incorrect information or sample
code" },{ "type": "thumb-down", "id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need" },{ "ty... | |
django_CharField/workingwithjson_11_0.txt | Sign in | |
django_CharField/jsondata_83_0.txt | * Cloud Storage | |
django_CharField/jsondatahtml_13_0.txt | See the section The JsonCppData base class later in this document for more
information about ` JsonCppData ` . | |
django_CharField/jsondata_207_0.txt | * [ Organize resources ](/bigquery/docs/resource-hierarchy)
* [ Understand reliability ](/bigquery/docs/reliability-intro)
* [ Manage default configurations ](/bigquery/docs/default-configuration)
* [ Manage datasets ](/bigquery/docs/managing-datasets)
* [ Manage notebooks ](/bigquery/docs/manage-notebooks)
* [ Ma... | |
django_CharField/workingwithjson_231_0.txt | import com.google.cloud.spanner.DatabaseClient;
import com.google.cloud.spanner.DatabaseId;
import com.google.cloud.spanner.Mutation;
import com.google.cloud.spanner.Spanner;
import com.google.cloud.spanner.SpannerOptions;
import com.google.cloud.spanner.Value;
import com.google.common.collect.ImmutableList; | |
django_CharField/607740_141_0.txt | Post Options | |
django_CharField/workingwithjson_344_0.txt | * [ JSON data type ](/spanner/docs/reference/standard-sql/data-types#json_type)
* [ JSON functions ](/spanner/docs/reference/standard-sql/json_functions)
* JSON operators:
* [ Dot operator for field access ](/spanner/docs/reference/standard-sql/operators#field_access_operator)
* [ Subscript operator for field and array... | |
django_CharField/workingwithjson_134_0.txt | For example: | |
django_CharField/jsondatahtml_75_0.txt | // The following will CHECK fail as an illegal operation.
ptr = immutable_data.MutableStorage(); | |
django_CharField/jsondata_291_0.txt | Use the [ ` bq mk ` ](/bigquery/docs/reference/bq-cli-reference#mk-table)
command and provide a table schema with a ` JSON ` data type. | |
django_CharField/607740_130_0.txt | 
* [ Custom cost controls ](/bigquery/docs/custom-quotas) | |
django_CharField/jsondata_196_0.txt | * [ Perform feature engineering with the TRANSFORM clause ](/bigquery/docs/bigqueryml-transform)
* [ Improve model performance with hyperparameter tuning ](/bigquery/docs/hyperparameter-tuning-tutorial) | |
django_CharField/jsondata_166_0.txt | * ML model workflow | |
django_CharField/607740_200_0.txt | [

perissf 
](/gc/user/viewprofilepage/user-id/312139) | |
django_CharField/jsondata_45_0.txt | * Design | |
django_CharField/django_CharField_57_5.txt | [ GitHub ](https://github.com/django)
* [ Twitter ](https://twitter.com/djangoproject)
* [ Fediverse (Mastodon) ](https://fosstodon.org/@django)
* [ News RSS ](https://www.djangoproject.com/rss/weblog/)
* [ Django Users Mailing List ](https://groups.google.com/forum/#!forum/django-users)
## Support Us
* [ ... | |
django_CharField/jsondata_54_0.txt | * Optimize with clustered tables | |
django_CharField/jsondata_130_0.txt | * Query external data sources | |
django_CharField/jsondata_334_0.txt | You can use the [ Storage Write API ](/bigquery/docs/write-api) to ingest JSON
data. The following example uses the Storage Write API [ Python client
](/bigquery/docs/write-api#write_data_using_the_python_client) . | |
django_CharField/jsondatahtml_0_0.txt | * [ Home ](../index.html)
* * * * | |
File_and_Directory_Entries_built_in_objects/built_in_objects_57_5.txt | the string "2 + 2"
For these reasons, the code may break when it encounters ` String ` objects
when it expects a primitive string instead, although generally, authors need
not worry about the distinction.
A ` String ` object can always be converted to its primitive counterpart with
the [ ` valueOf() ` ](/en-
US... | |
File_and_Directory_Entries_built_in_objects/File_and_Directory_Entries_API_5_0.txt | * Skip to main content
* Skip to search
* Skip to select language
[ MDN Web Docs ](/en-US/) Open main menu
* References [ References ](/en-US/docs/Web)
* [ Overview / Web Technology Web technology reference for developers ](/en-US/docs/Web)
* [ HTML Structure of content on the web ](/en-US/do... | |
File_and_Directory_Entries_built_in_objects/working-with-folders-in-nodejs7_24_0.txt |
const fs = require('node:fs/promises');
async function example() {
try {
await fs.rename('/Users/joe', '/Users/roger');
} catch (err) {
console.log(err);
}
}
example();
JavaScript Copy to clipboard | |
File_and_Directory_Entries_built_in_objects/built_in_objects_7_4.txt | s/Logical_OR_assignment)
46. [ Multiplication (*) ](/en-US/docs/Web/JavaScript/Reference/Operators/Multiplication)
47. [ Multiplication assignment (*=) ](/en-US/docs/Web/JavaScript/Reference/Operators/Multiplication_assignment)
48. [ new ](/en-US/docs/Web/JavaScript/Reference/Operators/new)
49. [ new.ta... | |
File_and_Directory_Entries_built_in_objects/built_in_objects_58_1.txt | al_Objects/TypedArray/at)
3. [ ` TypedArray.prototype.copyWithin() ` ](/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/copyWithin)
4. [ ` TypedArray.prototype.entries() ` ](/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/entries)
5. [ ` TypedArray.prototype.every() ` ](/en-US/d... | |
File_and_Directory_Entries_built_in_objects/File_and_Directory_Entries_API_6_0.txt | * Skip to main content
* Skip to search
* Skip to select language
[ MDN Web Docs ](/en-US/) Open main menu
* References [ References ](/en-US/docs/Web)
* [ Overview / Web Technology Web technology reference for developers ](/en-US/docs/Web)
* [ HTML Structure of content on the web ](/en-US/do... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.