shakuhachi.query
Field.Int64
Operations on integer64 field node.
shakuhachi.config
shakuhachi.database
shakuhachi.libs
shakuhachi.metadata
shakuhachi.plugin
shakuhachi.util
module Key : sig ... end
Operations on keys for int64 field
type 'a t
type of int64 field node
val init : Key.t -> 'a Range.t -> 'a t
val id : 'a Range.t -> 'a t
id range is Id range.
id range
Id range
val size : 'a Range.t -> 'a t
size range is Size range.
size range
Size range
val to_string : int64 t -> string
to_string field returns a string representation of field.
to_string field
field
val to_sexp : int64 t -> string
to_sexp field returns a s-expression compatible string of field.
to_sexp field
val key : 'a t -> Key.t
val value : 'a t -> 'a Range.t