← All stories
● Covered by 1 source · 1 reportMedium impact1 neutral

BigQuery Introduces New Augmented Analytics Table-Valued Functions

🔄 Updated 6d ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • BigQuery adds new augmented analytics TVFs.
  • Functions automate data analysis using AI, ML, and statistics.
  • TVFs run directly on data, reducing export needs.
  • Functions can be chained for complex analysis.

New Augmented Analytics Capabilities in BigQuery

Google has introduced a suite of augmented analytics Table-Valued Functions (TVFs) within BigQuery. These new functions are designed to automate complex data analysis at scale by combining AI, machine learning, and statistical methods. The goal is to facilitate insight discovery and pattern explanation directly within the data platform.

Functionality and Integration

The TVFs allow users to diagnose reasons for metric changes, identify underlying trends and relationships in data, and determine the true impact of business decisions. They operate directly where the data resides, which helps to accelerate analysis and minimizes the need to export data to external tools. Their structured SQL outputs also enable easy integration as skills for AI agents, supporting automated and conversational data investigation workflows.

Specific Analytical Challenges Addressed

Six new augmented analytics functions have been introduced, each targeting a specific analytical challenge. These functions can be chained together, allowing the output of one function, such as a detected time window, to parameterize the subsequent analytical step. An example provided uses ML.DETECT_CHANGE_POINTS, AI.KEY_DRIVERS, and AI.CAUSAL_EFFECT to diagnose the cause and measure the business lift from a metric shift using the Austin Bikeshare dataset.

Example: Detecting Change Points

One of the new functions, ML.DETECT_CHANGE_POINTS, automatically identifies statistically significant structural shifts or level changes in time-series data. This function is scalable and can run across millions of individual time series. An example query demonstrates its use to find shifts in daily baseline data, identifying exact time intervals where baselines have changed over time, such as a shift in February 2018 aligning with the Austin City Council's "Dockless Mobility Pilot Program".

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~26 min · 21 stories · Sep 23

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

Google's BigQuery now includes a suite of augmented analytics Table-Valued Functions (TVFs) that automate complex data analysis. These functions integrate AI, ML, and statistical methods to diagnose metric changes, uncover trends, and isolate the impact of business decisions, operating directly within BigQuery.