1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

BigQueryのUDFをJavaScriptで定義すると、int型の引数はstring型の値としてインタープリタに渡ってくる

Last updated at Posted at 2022-01-15

掲題のとおり。JSのnumber型は(多分)doubleで、仮数部が52bitしかなくて64bitの整数は表現しきれないから・・ですかね

実行例
スクリーンショット 2022-01-15 17.28.42.png

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?