Package org.apache.calcite.materialize
Interface LatticeStatisticProvider
- All Known Implementing Classes:
DelegatingLatticeStatisticProvider
public interface LatticeStatisticProvider
Estimates row counts for a lattice and its attributes.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Creates aLatticeStatisticProvider
for a givenLattice
. -
Method Summary
Modifier and TypeMethodDescriptiondouble
cardinality
(List<Lattice.Column> columns) Returns an estimate of the number of distinct values in a column or list of columns.
-
Method Details
-
cardinality
Returns an estimate of the number of distinct values in a column or list of columns.
-