You can search for identifiers within the package.
in-package search v0.2.0
Precision represents the different precisions supported for timestamps
type t =
| Nanosecond
| Microsecond
| Millisecond
| Second
| Minute
| Hour
val to_string : t -> string
Returns the string of t using the InfluxDB line protocol
val of_string : string -> t option
Creates t from a line protocol precision value. None if the string is invalid