About 1,278,889 results (3,866 milliseconds)

Write Cloud Run functions

https://cloud.google.com/functions/docs/writing
This page provides an overview of the types of Cloud Run functions and expectations for source code.

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

https://developers.google.com/apps-script/guides/sheets/functions
Custom function arguments must be deterministic. That is, built-in spreadsheet functions that return a different result each time they calculate — such as NOW() ...

Cloud Functions for Firebase

https://firebase.google.com/docs/functions
Cloud Functions for Firebase is a serverless framework that lets you automatically run backend code in response to events triggered by Firebase features and ...

Google Sheets function list - Google Docs Editors Help

https://support.google.com/docs/table/25273?hl=en
The XOR function performs an exclusive or of 2 numbers that returns a 1 if the numbers are different, and a 0 otherwise. Learn more. Lookup, ADDRESS, ADDRESS( ...

Re: [go-nuts] Comparing function types

https://groups.google.com/g/golang-nuts/c/G3Zr55SWZqQ
On Wed, Jul 4, 2012 at 1:06 PM, Kier Davis <[email protected]> wrote: Function types are just compiled as pointers to code, right? Surely you could compare ...

Google Sheets: How to SUM numbers that are the results of a ...

https://support.google.com/docs/thread/96674410/google-sheets-how-to-sum-numbers-that-are-the-results-of-a-different-function?hl=en
Feb 4, 2021 ... Google Sheets: How to SUM numbers that are the results of a different function. I have a range of cells that are set to return certain numbers ...

Data types | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types
For example, functions like SUBSTR and LENGTH applied to string input count the number of characters, not bytes. Each Unicode character has a numeric value ...

QUERY function - Google Docs Editors Help

https://support.google.com/docs/answer/3093343?hl=en
In case of mixed data types in a single column, the majority data type determines the data type of the column for query purposes. Minority data types are ...

User-defined functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/user-defined-functions
Because this UDF is persistent, you must specify a dataset for the function ( mydataset in this example). ... Passing the function arguments of types that are ...

Learn about Cloud Functions events and triggers | Google Cloud Blog

https://cloud.google.com/blog/products/serverless/learn-about-cloud-functions-events-and-triggers
Oct 19, 2021 ... You can then use this repository to determine the sentiment (positive or negative) expressed about different entities within the news. For ...

Aggregate functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/aggregate_functions
This is different from a standard NULL , which can also be produced by a query. For more information, see the following examples. Returned Data Type. INT64.

Cloud Run functions | Google Cloud

https://cloud.google.com/functions
Run lightweight functions in different environments with Functions FrameworkWatch video ... types of applications. From left to right, workflow moves from ...

WEEKNUM function types difference - Google Docs Editors ...

https://support.google.com/docs/thread/95325159/weeknum-function-types-difference?hl=en
Jan 27, 2021 ... So, I see no differences - So, why are Type 1 and 17 different types? And same question for Types 2 and 11. Details. Sheets,Business.

Create & use named functions - Google Docs Editors Help

https://support.google.com/docs/answer/12504534?hl=en
Create a named function · Placeholders are descriptions of the type of inputs the function expects. For example, argument names “ CELL '' or “ RANGE ” are for ...

Conversion functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/conversion_functions
The expression parameter can represent an expression for these data types: INT64; FLOAT64; NUMERIC; BIGNUMERIC; STRING. Conversion rules ...

Create Global Variable in Google Apps Script - Google Docs Editors ...

https://support.google.com/docs/thread/69070626/create-global-variable-in-google-apps-script?hl=en
Sep 4, 2020 ... ... different spreadsheets. The script is split into different functions for each day of the week, 6 functions total (one to create a menu entry).

sum values of multiple if functions - Google Docs Editors Community

https://support.google.com/docs/thread/199191356/sum-values-of-multiple-if-functions?hl=en
Jan 27, 2023 ... ... 4", "0"))) Then I will have a row of cells that show ... So numbers, text, datetimes, and also TRUE and FALSE values are each data types.

Aggregate functions in GoogleSQL | Spanner | Google Cloud

https://cloud.google.com/spanner/docs/reference/standard-sql/aggregate_functions
... function, see Aggregate function calls. Supported Argument Types. Any orderable data type except for ARRAY . Return Data Types. The data type of the input ...

Announcing new sql functions for json in bigquery | Google Cloud Blog

https://cloud.google.com/blog/products/data-analytics/announcing-new-sql-functions-for-json-in-bigquery
Aug 8, 2023 ... Beyond the scale of the data, these divergent types present processing challenges for developers, at times requiring separate processing flows ...

Approximate aggregate functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/approximate_aggregate_functions
GoogleSQL for BigQuery supports approximate aggregate functions. To learn ... Supported Argument Types. Any data type except: ARRAY; STRUCT; INTERVAL.