tech.ydb.query.settings.QueryStatsMode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ydb-sdk-query Show documentation
Show all versions of ydb-sdk-query Show documentation
YDB QueryService client implementation
package tech.ydb.query.settings;
/**
*
* @author Aleksandr Gorshenin
*/
public enum QueryStatsMode {
NONE,
BASIC,
FULL,
PROFILE,
UNSPECIFIED
}