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
-
Method Summary
Modifier and TypeMethodDescriptionstatic float
approxRatio
(long v0, long v1) static String
processInfo
(Table processInfo, String processInfoId, String type, String key) static Table
queryOperationPerformance
(Table queryOps) static Table
queryOperationPerformance
(Table queryOps, long evaluationNumber) static TreeTable
queryOperationPerformanceAsTreeTable
(@NotNull Table qpl, @NotNull Table qopl) static Table
queryPerformance
(Table queryPerformanceLog) static Table
queryPerformance
(Table queryPerformanceLog, long evaluationNumber) static TreeTable
queryPerformanceAsTreeTable
(@NotNull Table qpl) static Table
queryUpdatePerformance
(Table queryUpdatePerformance) static Table
queryUpdatePerformance
(Table queryUpdatePerformance, long evaluationNumber, boolean formatPctColumnsLocal) queryUpdatePerformanceMap
(Table queryUpdatePerformance) queryUpdatePerformanceMap
(Table queryUpdatePerformance, long evaluationNumber) static Table
serverState
(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
-