About 1,741,480 results (1,967 milliseconds)

Work with remote functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/remote-functions
The return value of a remote function is always assumed to be non ... Where possible, use the default value for your Cloud Run function's maximum number of ...

User-defined functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/user-defined-functions
A UDF accepts columns of input, performs actions on the input, and returns the result of those actions as a value. You can define UDFs as either persistent or ...

Python Dict and File | Python Education | Google for Developers

https://developers.google.com/edu/python/dict-files
Jul 23, 2024 ... The methods dict.keys() and dict.values() return lists of the keys or values explicitly. There's also an items() which returns a list of (key, ...

Custom Functions in Google Sheets | Apps Script | Google for ...

https://developers.google.com/apps-script/guides/sheets/functions
If a custom function tries to return a value based on one of these volatile ... Spreadsheet editors can't set user properties in a custom function.

any way to ignore multiple return values?

https://groups.google.com/g/golang-nuts/c/x1LbsfR9eJ8
May 11, 2011 ... Make a little helper function and use it as the default value in the flag. func defaultImageDir() string { dir, _ := path.Split(os.Args[0])

Google Code Archive - Google Code

https://code.google.com/archive/p/pyodbc/wikis/Cursor.wiki
The other values are set to None. This attribute will be None for operations that do not return rows or if one of the execute methods has not been called. The ...

String functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/string_functions
Represents the maximum distance between the two values to compute. If this distance is exceeded, the function returns this value. The default value for this ...

Read & write cell values | Google Sheets | Google for Developers

https://developers.google.com/sheets/api/guides/values
There's no explicit limit to the amount of data returned. Errors return no data. Empty trailing rows and columns are omitted. The singular and batch get methods ...

Write HTTP functions | Cloud Run functions Documentation | Google ...

https://cloud.google.com/functions/docs/writing/write-http-functions
Your HTTP handler function must accept a Flask request object as an argument and return a value that Flask can convert into an HTTP response object.

Query syntax | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax
... function or has a non-groupable type. If the set of inferred grouping keys ... Use the default sort order (ascending), but return null values last. See ...

Tips & Tricks | Cloud Run functions Documentation | Google Cloud

https://cloud.google.com/functions/docs/bestpractices/tips
... default value String name = request. ... HTTP functions should explicitly return a response as a string, and event-driven functions will exit once they return a ...

Returning values to a robotframework test

https://groups.google.com/g/robotframework-users/c/Cmo9Bb6lxKY
Nov 13, 2013 ... ... value from a python library method back to the test as a variable? ... Set Suite Variable ${VAL3} ${VAL3}. FYI, creating these kinds of ...

How to create client APIs for operations with different return types

https://groups.google.com/g/swagger-swaggersocket/c/ciVLDE168IQ
Jan 14, 2016 ... The python code generated by the default generator works fine, we ... function pointers or lambdas to the function, one for every possible return ...

Class Client (3.27.0) | Python client library | Google Cloud

https://cloud.google.com/python/docs/reference/bigquery/latest/google.cloud.bigquery.client.Client
Maximum number of projects to return in each page. Defaults to a value set by the API. Returns. Type, Description. google.api_core.

Navigation functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/navigation_functions
Returns the value of the value_expression on a preceding row. Changing the offset value changes which preceding row is returned; the default value is 1 , ...

Functions | Google Security Operations | Google Cloud

https://cloud.google.com/chronicle/docs/soar/marketplace-and-integrations/power-ups/functions
Type, Default Value, Is Mandatory, Description. Function, Dropdown, Plus, Yes ... Math Functions. Description. A set of built-in Python functions: Abs - returns ...

Language Guide (proto 3) | Protocol Buffers Documentation

https://developers.google.com/protocol-buffers/docs/proto3
the field is unset, and will return the default value. It will not be ... You also get a special method for checking which value (if any) in the oneof is set.

Debugging guide | Google Earth Engine | Google for Developers

https://developers.google.com/earth-engine/guides/debugging
Jun 17, 2024 ... map(function(image) { print(image); return image; });. Python setup ... methods must return a value. var badMap1 = collection.map(function ...

Datetime functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/datetime_functions
If no time zone is specified, the default time zone, UTC, is used. Return Data Type. DATETIME. Example.

C++ Generated Code Guide | Protocol Buffers Documentation

https://developers.google.com/protocol-buffers/docs/reference/cpp-generated
The compiler will generate the following accessor methods: int32 foo() const : Returns the current value of the field. If the field is not set, returns 0. void ...