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

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

package tech.ytsaurus.client.rows;

import java.util.List;

public interface WireSchemafulRowDeserializer extends WireRowDeserializer {

    List getColumnSchema();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy