Statistics

Contains statistics information. The DFE engine uses information about the data in your Neptune graph to make effective trade-offs when planning query execution. This information takes the form of statistics that include so-called characteristic sets and predicate statistics that can guide query planning. See Managing statistics for the Neptune DFE to use.

Types

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

Properties

Link copied to clipboard

Indicates whether or not DFE statistics generation is enabled at all.

Link copied to clipboard

Indicates whether or not automatic statistics generation is enabled.

Link copied to clipboard

The UTC time at which DFE statistics have most recently been generated.

Link copied to clipboard
val note: String?

A note about problems in the case where statistics are invalid.

Link copied to clipboard

A StatisticsSummary structure that contains:

Link copied to clipboard

Reports the ID of the current statistics generation run. A value of -1 indicates that no statistics have been generated.

Functions

Link copied to clipboard
inline fun copy(block: Statistics.Builder.() -> Unit = {}): Statistics
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