tech.ydb.table.result.OptionalReader Maven / Gradle / Ivy
package tech.ydb.table.result;
/**
* @author Sergey Polovko
*/
public interface OptionalReader {
boolean isOptionalItemPresent();
ValueReader getOptionalItem();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy