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

com.yandex.ydb.table.result.DictReader Maven / Gradle / Ivy

There is a newer version: 1.45.6
Show newest version
package com.yandex.ydb.table.result;

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

    int getDictItemsCount();

    ValueReader getDictKey(int index);

    ValueReader getDictValue(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy