Marshal, unmarshal. For many cql types
a go string
is supported, but not a go custom string
#243
Labels
cql types
a go string
is supported, but not a go custom string
#243
Currently the functions for Marshaling and Unmarshaling many
cql types
supportgo type
string
, but notcustom types
of thego_type
string
.Types list:
TypeTinyInt
,TypeSmallInt
,TypeInt
,TypeBigInt
,TypeCounter
,TypeVarint
,TypeInet
,TypeDate
,TypeUUID
,TypeTimeUUID
,TypeDuration
.Test code:
Output:
The text was updated successfully, but these errors were encountered: