Class TableStatistics
- java.lang.Object
-
- org.apache.ignite.internal.processors.query.h2.opt.TableStatistics
-
public class TableStatistics extends Object
Table statistics class. Used by query optimizer to estimate execution plan cost.
-
-
Constructor Summary
Constructors Constructor Description TableStatistics(long totalRowCnt, long localRowCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longlocalRowCount()longtotalRowCount()
-