Module SkhcQuery.NodeSource

Operations on a query node.

Sourcetype t =
  1. | Substring of string
  2. | Field of (string, bool, int, int64, float) Field.t

type of a query node.

Sourceval substring : string -> t

substring s is Substring s.

Sourceval field : (string, bool, int, int64, float) Field.t -> t

field f is Field f .

Sourceval to_string : t -> string
Sourceval to_sexp : t -> string