Packages

package rowbinary

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class RowBinaryClickHouseFileBuilderFactory[-R] extends StreamFileBuilderFactory[R]

    File builder factory for the ClickHouse native RowBinary file format, requires an implicit RowBinaryClickHouseRecordEncoder in scope.

    File builder factory for the ClickHouse native RowBinary file format, requires an implicit RowBinaryClickHouseRecordEncoder in scope.

    R

    type of the records written to files being built.

  2. trait RowBinaryClickHousePrimitiveTypeWriter extends LittleEndianByteWriter

    Implementations for writing primitive data types in the ClickHouse native RowBinary encoding.

  3. trait RowBinaryClickHouseRecordEncoder[R] extends AnyRef

    An encoder for the RowBinary ClickHouse file format.

    An encoder for the RowBinary ClickHouse file format. Implementations need to define the encoding by composing calls to a provided primitive type writer.

    R

    Type of records being encoded.

  4. class RowBinaryClickHouseRecordStreamWriter[R] extends RecordStreamWriter[R]

    Stream writer implementation that encodes records using an implicit RowBinaryClickHouseRecordEncoder and writes them to the provided output stream.

Ungrouped