PlanningStatistics

Statistics related to the processing of a query statement.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An estimate of the data that was scanned in bytes.

Link copied to clipboard

The time that it took to process the request.

Link copied to clipboard

The time the request was in queue to be processed.

Link copied to clipboard

The number of work units generated.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String