Skip to content

Latest commit

 

History

History
59 lines (20 loc) · 985 Bytes

seestar_cqltypes.md

File metadata and controls

59 lines (20 loc) · 985 Bytes

Module seestar_cqltypes

Data Types


decimal() = {Unscaled::integer(), Scale::integer()}

native() = ascii | bigint | blob | boolean | counter | decimal | double | float | int | text | timestamp | uuid | varchar | varint | timeuuid | inet

type() = native() | {list | set, native()} | {map, native(), native()} | {custom, string()}

value() = null | integer() | binary() | boolean() | float() | inet:ip_address() | decimal() | list() | dict() | set()