Skip to content

Expose some internals to allow Reading/Writing native blocks from STDIN/STDOUT #85

@arnaudbriche

Description

@arnaudbriche

Hi,

My use case is writing Clickhouse UDF in Rust.
In order to have both high-performance and binary safety, I want Clickhouse to talk to my UDF binary (via STDIN/STDOUT).
This crate does implement Native clickhouse ser/deser, but unfortunately, I don't see anything in the public API that would
allow to ser/deser from a stream (here STDIN/STDOUT).

Would you be ok exposing some of the internals so that this becomes possible ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions