example
Converted data-type (TYPE_XXX)
BOOL
BYTE
SHORT
INTEGER
LONG
FLOAT
DOUBLE
STRING
TIMESTAMP
BLOB
Input data-type
int
3
✓
✓
✓
✓
✓
✓
string
"yamada"
✓
✓
✓
float64
0.1
✓
✓
bool
true
✓
time
time.Now().UTC()
✓
[]byte
[]byte{65, 66, 67}
✓