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

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

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


import tech.ytsaurus.core.tables.ColumnValueType;

public interface WireValueDeserializer extends YTreeConsumable {

    void setId(int id);

    void setType(ColumnValueType type);

    void setAggregate(boolean aggregate);

    void setTimestamp(long timestamp);

    T build();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy