Package org.apache.calcite.test
Class Fixtures
java.lang.Object
org.apache.calcite.test.Fixtures
Fluent test fixtures for typical Calcite tests (parser, validator,
 sql-to-rel and rel-rules) that can easily be used in dependent projects.
- 
Method SummaryModifier and TypeMethodDescriptionstatic RelMetadataFixtureCreates a fixture for metadata tests.static SqlOperatorFixtureforOperators(boolean execute) Creates a fixture for operator tests.static SqlParserFixtureCreates a fixture for parser tests.static RelOptFixtureforRules()Creates a fixture for rule tests.static SqlToRelFixtureCreates a fixture for SQL-to-Rel tests.static SqlValidatorFixtureCreates a fixture for validation tests.
- 
Method Details- 
forParserCreates a fixture for parser tests.
- 
forValidatorCreates a fixture for validation tests.
- 
forSqlToRelCreates a fixture for SQL-to-Rel tests.
- 
forRulesCreates a fixture for rule tests.
- 
forOperatorsCreates a fixture for operator tests.
- 
forMetadataCreates a fixture for metadata tests.
 
-