tech.ydb.table.result.ListReader Maven / Gradle / Ivy
package tech.ydb.table.result;
/**
* @author Sergey Polovko
*/
public interface ListReader {
int getListItemsCount();
ValueReader getListItem(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy