![JAR search and dependency download from the Maven repository](/logo.png)
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