public final class QueryStats extends Object
| Constructor and Description |
|---|
QueryStats(tech.ydb.proto.YdbQueryStats.QueryStats protoAutoGenQueryStats) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CompilationStats |
getCompilation() |
long |
getProcessCpuTimeUs() |
String |
getQueryAst() |
QueryPhaseStats |
getQueryPhases(int index) |
int |
getQueryPhasesCount() |
List<QueryPhaseStats> |
getQueryPhasesList() |
String |
getQueryPlan() |
long |
getTotalCpuTimeUs() |
long |
getTotalDurationUs() |
boolean |
hasCompilation() |
int |
hashCode() |
String |
toString() |
public QueryStats(tech.ydb.proto.YdbQueryStats.QueryStats protoAutoGenQueryStats)
public List<QueryPhaseStats> getQueryPhasesList()
public int getQueryPhasesCount()
public QueryPhaseStats getQueryPhases(int index)
public boolean hasCompilation()
public CompilationStats getCompilation()
public long getProcessCpuTimeUs()
public long getTotalDurationUs()
public long getTotalCpuTimeUs()
public String getQueryAst()
public String getQueryPlan()
Copyright © 2023. All rights reserved.