abstract fun getCardinality(physicalPlan: PhysicalPlan): Long
(source)
Given a physical plan, return the cardinality.
physicalPlan
- The physical plan for which we have to calculate the cardinality.
Return
The cardinality of the given physical plan.