Skip to content

Commit

Permalink
fix: fix deserialization artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
aswanson-nr committed Jun 22, 2021
1 parent 8dd77d3 commit f8df60b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1482,7 +1482,7 @@ SELECT histogram(duration, 10, 20) FROM PageView SINCE 1 week ago
<Collapser
className="freq-link"
id="func-dimensions"
title={<InlineCode>'dimensions(include: &#x7B;attributes}, exclude: &#x7B;attributes})'</InlineCode>}
title={<InlineCode>{'dimensions(include: {attributes}, exclude: {attributes})'}</InlineCode>}
>
`dimensions( )`関数を使用して、データ型のすべての次元値を返します。

Expand Down Expand Up @@ -2023,4 +2023,4 @@ NRQLは「型強制」をサポートしていません。つまり、文字列
以下に示す関数で、数値を伴う文字列、または文字列を伴うブーリアン値をそれぞれ数またはブール型に変換できます。

* `numeric()`関数を用いて、文字列形式の数値を数値関数に変換します。この関数は、クエリ結果に数学関数を使用するクエリ、または`average()`などのNRQL 集計関数に組み込むことができます。
* `boolean()`関数を使用して、「true」または「false」の文字列値を対応するブーリアン値に変換します。
* `boolean()`関数を使用して、「true」または「false」の文字列値を対応するブーリアン値に変換します。

0 comments on commit f8df60b

Please sign in to comment.