package sequoia

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val seal : handover:Sequoia_expr.handover -> 't t -> string * Sequoia_param.t list
module OrderBy : sig ... end
module Expr : sig ... end
type (!'t, !'a) mk = ('t, 'a) Sequoia_field.t * ('t Sequoia_table.t -> ('t, 'a) Sequoia_expr.expr)
module Vector : sig ... end
val update : 't Sequoia_table.t -> set:('t, 'a, 'n Sequoia_vector.Nat.s) Vector.t -> 't t
val where : ('t Sequoia_table.t -> 'a Sequoia_expr.t) -> 't t -> 't t
val order_by : ('t, 'a, 'n Sequoia_vector.Nat.s) OrderBy.Expr.Vector.t -> 't t -> 't t
val limit : ?offset:int -> int -> 't t -> 't t