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

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

package tech.ydb.table.result;

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

    int getDictItemsCount();

    ValueReader getDictKey(int index);

    ValueReader getDictValue(int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy