All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tech.ytsaurus.client.rows.WireProtocolWriteable Maven / Gradle / Ivy

The newest version!
package tech.ytsaurus.client.rows;


import tech.ytsaurus.core.tables.ColumnValueType;

public interface WireProtocolWriteable extends YTreeConsumable {

    void writeValueCount(int valueCount);

    void writeValueHeader(int columnId, ColumnValueType type, boolean aggregate, int length);

    void overwriteValueCount(int valueCount);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy