telepath / com.github.giedomak.telepath.cardinalityestimation / CardinalityEstimation / getCardinality

getCardinality

abstract fun getCardinality(physicalPlan: PhysicalPlan): Long (source)

Given a physical plan, return the cardinality.

Parameters

physicalPlan - The physical plan for which we have to calculate the cardinality.

Return
The cardinality of the given physical plan.