package proton

  1. Overview
  2. Docs
High-performance OCaml driver for Timeplus Proton (ClickHouse native protocol)

Install

dune-project
 Dependency

Authors

Maintainers

Sources

1.0.14.tar.gz
md5=454bd0918006df2e970c69e6884f1764
sha512=86638eea8c3a97ec3cf465c1e6756434c1d472097f2fc7f6e0057e1bfc3b59a83cb9c5bfa966404356e13cf1ac1ea6a3baddd1aec8d926973a44a8d03031a3f4

doc/proton/Proton/Buffered_reader/index.html

Module Proton.Buffered_readerSource

Sourcetype t = {
  1. mutable buffer : bytes;
  2. mutable pos : int;
  3. mutable valid : int;
  4. mutable eof : bool;
  5. fill_func : bytes -> int -> int -> int;
}
Sourceval create_from_channel : in_channel -> t
Sourceval create_from_bytes : bytes -> t
Sourceval create_from_bytes_no_copy : bytes -> t
Sourceval fill_buffer : t -> unit
Sourceval input_byte : t -> int
Sourceval really_input : t -> bytes -> int -> int -> unit
Sourceval really_input_string : t -> int -> string