Hi ,
I am exploring BigQuery Job Information execution details and I am seeing $10 etc in front of column names for different operations like READ, WRITE, etc If we hover on the $230 we get that information from the console, My ask is where get that information that $230 means a particular column name.
Any help will be much appreciated !
Hi devanshmodi,
Welcome to the Google Cloud Community!
It looks like you're exploring an interesting facet of the BigQuery query plan with the $n notation. You are looking for a way to map these $n values back to the original names or expressions, preferably through a programmatic method or clear metadata, rather than depending on the UI hover feature.
Here are a few approaches that may help you identify what each $number represents:
For more information, you may refer to this documentation for more insights.
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.