Skip to content

Instantly share code, notes, and snippets.

@hiroyuki-sato
Last active February 5, 2020 08:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hiroyuki-sato/19429aa26ae81d4888f1 to your computer and use it in GitHub Desktop.
Save hiroyuki-sato/19429aa26ae81d4888f1 to your computer and use it in GitHub Desktop.
Embulkの型

Embulkの型

Embulkではカラム(スキーマ)では、次の型をサポートしています。対応する各言語の型は次のとおりです。

Embulk 説明 Ruby Java
bool 真偽値 Boolean Boolean
long 整数型 Integer Long
timestamp 時刻 Time Timestamp
double 浮動小数点 Float Double
string 文字列 String String
@YumaInaura
Copy link

embulk の long って
java の long とは違って
integer 的扱いなんでしょうか

@hiroyuki-sato
Copy link
Author

すいません。このコメント全然気づいていなかったんですが、Embulkのlongは内部的にはJavaのLongです。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment