class KPathIndexCardinalityEstimation : CardinalityEstimation
(source)
KPathIndexCardinalityEstimation(kPathIndex: KPathIndex) |
fun getCardinality(pathId: Long): Long
Returns the cardinality of a given pathId using the StatisticsStore from our kPathIndex. fun getCardinality(physicalPlan: PhysicalPlan): Long
Returns the cardinality of a given physicalPlan. |