public final class QueryPhaseStats extends Object
| Constructor and Description |
|---|
QueryPhaseStats(tech.ydb.proto.YdbQueryStats.QueryPhaseStats protoAutoGenQueryPhaseStats) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getAffectedShards() |
long |
getCpuTimeUs() |
long |
getDurationUs() |
boolean |
getLiteralPhase() |
TableAccessStats |
getTableAccess(int index) |
int |
getTableAccessCount() |
List<TableAccessStats> |
getTableAccessList() |
int |
hashCode() |
String |
toString() |
public QueryPhaseStats(tech.ydb.proto.YdbQueryStats.QueryPhaseStats protoAutoGenQueryPhaseStats)
public long getDurationUs()
public List<TableAccessStats> getTableAccessList()
public int getTableAccessCount()
public TableAccessStats getTableAccess(int index)
public long getCpuTimeUs()
public long getAffectedShards()
public boolean getLiteralPhase()
Copyright © 2023. All rights reserved.