Enum MapSqlStatisticProvider

java.lang.Object
java.lang.Enum<MapSqlStatisticProvider>
org.apache.calcite.statistic.MapSqlStatisticProvider
All Implemented Interfaces:
Serializable, Comparable<MapSqlStatisticProvider>, Constable, SqlStatisticProvider

public enum MapSqlStatisticProvider extends Enum<MapSqlStatisticProvider> implements SqlStatisticProvider
Implementation of SqlStatisticProvider that looks up values in a table.

Only for testing.