ExScylla.Types.PartitionKeyIndex (ex_scylla v0.10.2)

Copy Markdown

Wrapper around rust module See rust documentation for more usage details: https://docs.rs/scylla/1.8.0/scylla/frame/response/result/struct.PartitionKeyIndex.html

Summary

Types

opaque()

@type opaque() :: any()

t()

@type t() :: %ExScylla.Types.PartitionKeyIndex{
  index: non_neg_integer(),
  sequence: non_neg_integer()
}