Skip to content

Commit

Permalink
[ci skip] Deployed 4d0b0cb with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Nov 20, 2023
1 parent 2d16509 commit 416f84c
Show file tree
Hide file tree
Showing 12 changed files with 1,117 additions and 1,477 deletions.
160 changes: 80 additions & 80 deletions mozfun/bits28/index.html

Large diffs are not rendered by default.

426 changes: 213 additions & 213 deletions mozfun/event_analysis/index.html

Large diffs are not rendered by default.

400 changes: 200 additions & 200 deletions mozfun/glam/index.html

Large diffs are not rendered by default.

70 changes: 35 additions & 35 deletions mozfun/glean/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2960,11 +2960,11 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#legacy_compatible_experiments-udf" class="md-nav__link">
legacy_compatible_experiments (UDF)
<a href="#timespan_nanos-udf" class="md-nav__link">
timespan_nanos (UDF)
</a>

<nav class="md-nav" aria-label="legacy_compatible_experiments (UDF)">
<nav class="md-nav" aria-label="timespan_nanos (UDF)">
<ul class="md-nav__list">

<li class="md-nav__item">
Expand Down Expand Up @@ -3000,11 +3000,11 @@
</li>

<li class="md-nav__item">
<a href="#timespan_nanos-udf" class="md-nav__link">
timespan_nanos (UDF)
<a href="#timespan_seconds-udf" class="md-nav__link">
timespan_seconds (UDF)
</a>

<nav class="md-nav" aria-label="timespan_nanos (UDF)">
<nav class="md-nav" aria-label="timespan_seconds (UDF)">
<ul class="md-nav__list">

<li class="md-nav__item">
Expand All @@ -3020,11 +3020,11 @@
</li>

<li class="md-nav__item">
<a href="#timespan_seconds-udf" class="md-nav__link">
timespan_seconds (UDF)
<a href="#legacy_compatible_experiments-udf" class="md-nav__link">
legacy_compatible_experiments (UDF)
</a>

<nav class="md-nav" aria-label="timespan_seconds (UDF)">
<nav class="md-nav" aria-label="legacy_compatible_experiments (UDF)">
<ul class="md-nav__list">

<li class="md-nav__item">
Expand Down Expand Up @@ -3522,11 +3522,11 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#legacy_compatible_experiments-udf" class="md-nav__link">
legacy_compatible_experiments (UDF)
<a href="#timespan_nanos-udf" class="md-nav__link">
timespan_nanos (UDF)
</a>

<nav class="md-nav" aria-label="legacy_compatible_experiments (UDF)">
<nav class="md-nav" aria-label="timespan_nanos (UDF)">
<ul class="md-nav__list">

<li class="md-nav__item">
Expand Down Expand Up @@ -3562,11 +3562,11 @@
</li>

<li class="md-nav__item">
<a href="#timespan_nanos-udf" class="md-nav__link">
timespan_nanos (UDF)
<a href="#timespan_seconds-udf" class="md-nav__link">
timespan_seconds (UDF)
</a>

<nav class="md-nav" aria-label="timespan_nanos (UDF)">
<nav class="md-nav" aria-label="timespan_seconds (UDF)">
<ul class="md-nav__list">

<li class="md-nav__item">
Expand All @@ -3582,11 +3582,11 @@
</li>

<li class="md-nav__item">
<a href="#timespan_seconds-udf" class="md-nav__link">
timespan_seconds (UDF)
<a href="#legacy_compatible_experiments-udf" class="md-nav__link">
legacy_compatible_experiments (UDF)
</a>

<nav class="md-nav" aria-label="timespan_seconds (UDF)">
<nav class="md-nav" aria-label="legacy_compatible_experiments (UDF)">
<ul class="md-nav__list">

<li class="md-nav__item">
Expand Down Expand Up @@ -3618,18 +3618,17 @@

<h1 id="glean">glean</h1>
<p>Functions for working with Glean data.</p>
<h2 id="legacy_compatible_experiments-udf">legacy_compatible_experiments (UDF)</h2>
<p>Formats a Glean experiments field into a Legacy Telemetry experiments field by dropping the extra information that Glean collects</p>
<p>This UDF transforms the <code>ping_info.experiments</code> field from Glean pings into the format for <code>experiments</code> used by Legacy Telemetry pings. In particular, it drops the exta information that Glean pings collect.</p>
<p>If you need to combine Glean data with Legacy Telemetry data, then you can use this UDF to transform a Glean experiments field into the structure of a Legacy Telemetry one.</p>
<h2 id="timespan_nanos-udf">timespan_nanos (UDF)</h2>
<p>Returns the number of nanoseconds represented by a Glean timespan struct.</p>
<p>See <a href="https://mozilla.github.io/glean/book/user/metrics/timespan.html">https://mozilla.github.io/glean/book/user/metrics/timespan.html</a></p>
<h3 id="parameters">Parameters</h3>
<p><strong>INPUTS</strong></p>
<div class="highlight"><pre><span></span><code>ping_info__experiments ARRAY&lt;STRUCT&lt;key STRING, value STRUCT&lt;branch STRING, extra STRUCT&lt;type STRING, enrollment_id STRING&gt;&gt;&gt;&gt;
<div class="highlight"><pre><span></span><code>timespan STRUCT&lt;time_unit STRING, value INT64&gt;
</code></pre></div>
<p><strong>OUTPUTS</strong></p>
<div class="highlight"><pre><span></span><code>ARRAY&lt;STRUCT&lt;key STRING, value STRING&gt;&gt;
<div class="highlight"><pre><span></span><code>INT64
</code></pre></div>
<p><a href="https://github.com/mozilla/bigquery-etl/blob/generated-sql/sql//mozfun/glean/legacy_compatible_experiments">Source</a> | <a href="https://github.com/mozilla/bigquery-etl/edit/generated-sql/sql//mozfun/glean/legacy_compatible_experiments/metadata.yaml">Edit</a></p>
<p><a href="https://github.com/mozilla/bigquery-etl/blob/generated-sql/sql//mozfun/glean/timespan_nanos">Source</a> | <a href="https://github.com/mozilla/bigquery-etl/edit/generated-sql/sql//mozfun/glean/timespan_nanos/metadata.yaml">Edit</a></p>
<h2 id="parse_datetime-udf">parse_datetime (UDF)</h2>
<p>Parses a Glean datetime metric string value as a BigQuery timestamp.</p>
<p>See <a href="https://mozilla.github.io/glean/book/reference/metrics/datetime.html">https://mozilla.github.io/glean/book/reference/metrics/datetime.html</a></p>
Expand All @@ -3641,8 +3640,9 @@ <h3 id="parameters_1">Parameters</h3>
<div class="highlight"><pre><span></span><code>TIMESTAMP
</code></pre></div>
<p><a href="https://github.com/mozilla/bigquery-etl/blob/generated-sql/sql//mozfun/glean/parse_datetime">Source</a> | <a href="https://github.com/mozilla/bigquery-etl/edit/generated-sql/sql//mozfun/glean/parse_datetime/metadata.yaml">Edit</a></p>
<h2 id="timespan_nanos-udf">timespan_nanos (UDF)</h2>
<p>Returns the number of nanoseconds represented by a Glean timespan struct.</p>
<h2 id="timespan_seconds-udf">timespan_seconds (UDF)</h2>
<p>Returns the number of seconds represented by a Glean timespan struct,
rounded down to full seconds.</p>
<p>See <a href="https://mozilla.github.io/glean/book/user/metrics/timespan.html">https://mozilla.github.io/glean/book/user/metrics/timespan.html</a></p>
<h3 id="parameters_2">Parameters</h3>
<p><strong>INPUTS</strong></p>
Expand All @@ -3651,19 +3651,19 @@ <h3 id="parameters_2">Parameters</h3>
<p><strong>OUTPUTS</strong></p>
<div class="highlight"><pre><span></span><code>INT64
</code></pre></div>
<p><a href="https://github.com/mozilla/bigquery-etl/blob/generated-sql/sql//mozfun/glean/timespan_nanos">Source</a> | <a href="https://github.com/mozilla/bigquery-etl/edit/generated-sql/sql//mozfun/glean/timespan_nanos/metadata.yaml">Edit</a></p>
<h2 id="timespan_seconds-udf">timespan_seconds (UDF)</h2>
<p>Returns the number of seconds represented by a Glean timespan struct,
rounded down to full seconds.</p>
<p>See <a href="https://mozilla.github.io/glean/book/user/metrics/timespan.html">https://mozilla.github.io/glean/book/user/metrics/timespan.html</a></p>
<p><a href="https://github.com/mozilla/bigquery-etl/blob/generated-sql/sql//mozfun/glean/timespan_seconds">Source</a> | <a href="https://github.com/mozilla/bigquery-etl/edit/generated-sql/sql//mozfun/glean/timespan_seconds/metadata.yaml">Edit</a></p>
<h2 id="legacy_compatible_experiments-udf">legacy_compatible_experiments (UDF)</h2>
<p>Formats a Glean experiments field into a Legacy Telemetry experiments field by dropping the extra information that Glean collects</p>
<p>This UDF transforms the <code>ping_info.experiments</code> field from Glean pings into the format for <code>experiments</code> used by Legacy Telemetry pings. In particular, it drops the exta information that Glean pings collect.</p>
<p>If you need to combine Glean data with Legacy Telemetry data, then you can use this UDF to transform a Glean experiments field into the structure of a Legacy Telemetry one.</p>
<h3 id="parameters_3">Parameters</h3>
<p><strong>INPUTS</strong></p>
<div class="highlight"><pre><span></span><code>timespan STRUCT&lt;time_unit STRING, value INT64&gt;
<div class="highlight"><pre><span></span><code>ping_info__experiments ARRAY&lt;STRUCT&lt;key STRING, value STRUCT&lt;branch STRING, extra STRUCT&lt;type STRING, enrollment_id STRING&gt;&gt;&gt;&gt;
</code></pre></div>
<p><strong>OUTPUTS</strong></p>
<div class="highlight"><pre><span></span><code>INT64
<div class="highlight"><pre><span></span><code>ARRAY&lt;STRUCT&lt;key STRING, value STRING&gt;&gt;
</code></pre></div>
<p><a href="https://github.com/mozilla/bigquery-etl/blob/generated-sql/sql//mozfun/glean/timespan_seconds">Source</a> | <a href="https://github.com/mozilla/bigquery-etl/edit/generated-sql/sql//mozfun/glean/timespan_seconds/metadata.yaml">Edit</a></p>
<p><a href="https://github.com/mozilla/bigquery-etl/blob/generated-sql/sql//mozfun/glean/legacy_compatible_experiments">Source</a> | <a href="https://github.com/mozilla/bigquery-etl/edit/generated-sql/sql//mozfun/glean/legacy_compatible_experiments/metadata.yaml">Edit</a></p>



Expand Down
Loading

0 comments on commit 416f84c

Please sign in to comment.