Class MustFilterMockCatalogReader

All Implemented Interfaces:
RelOptSchema, Prepare.CatalogReader, Wrapper, SqlOperatorTable, SqlValidatorCatalogReader

public class MustFilterMockCatalogReader extends MockCatalogReader
Mock catalog reader that tags a few columns in the tables as must-filter.

Used for testing must-filter validation. See org.apache.calcite.test.SqlValidatorTest#testMustFilterColumns().