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

tech.ydb.table.result.StructReader Maven / Gradle / Ivy

package tech.ydb.table.result;

/**
 * @author Sergey Polovko
 */
public interface StructReader {

    int getStructMembersCount();

    String getStructMemberName(int index);

    ValueReader getStructMember(int index);

    ValueReader getStructMember(String name);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy