Class PerformanceQueriesGeneral
java.lang.Object
io.deephaven.engine.table.impl.util.PerformanceQueriesGeneral
Generalizes
PerformanceQueries to accept table parameters and make evaluation number parameter optional.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic floatapproxRatio(long v0, long v1) static StringprocessInfo(Table processInfo, String processInfoId, String type, String key) static TablequeryOperationPerformance(Table queryOps) static TablequeryOperationPerformance(Table queryOps, long evaluationNumber) static TreeTablequeryOperationPerformanceAsTreeTable(@NotNull Table qpl, @NotNull Table qopl) static TablequeryPerformance(Table queryPerformanceLog) static TablequeryPerformance(Table queryPerformanceLog, long evaluationNumber) static TreeTablequeryPerformanceAsTreeTable(@NotNull Table qpl) static TablequeryUpdatePerformance(Table queryUpdatePerformance) static TablequeryUpdatePerformance(Table queryUpdatePerformance, long evaluationNumber, boolean formatPctColumnsLocal) queryUpdatePerformanceMap(Table queryUpdatePerformance) queryUpdatePerformanceMap(Table queryUpdatePerformance, long evaluationNumber) static TableserverState(Table pml)
-
Constructor Details
-
PerformanceQueriesGeneral
public PerformanceQueriesGeneral()
-
-
Method Details
-
queryPerformance
-
queryPerformance
-
queryOperationPerformance
-
queryOperationPerformance
-
processInfo
-
queryUpdatePerformance
-
queryUpdatePerformance
-
queryUpdatePerformanceMap
-
queryUpdatePerformanceMap
-
approxRatio
public static float approxRatio(long v0, long v1) -
serverState
-
serverStateWithPlots
-
queryPerformanceAsTreeTable
-
queryOperationPerformanceAsTreeTable
-